Searched refs:nlength (Results 1 – 2 of 2) sorted by relevance
284 Preedit_FeedbackToSAL ( XIMFeedback* pfeedback, int nlength, std::vector<sal_uInt16>& rSalAttr ) in Preedit_FeedbackToSAL() argument292 if (nlength > 0 && nlength > sal::static_int_cast<int>(rSalAttr.size()) ) in Preedit_FeedbackToSAL()294 rSalAttr.reserve( nlength ); in Preedit_FeedbackToSAL()300 for (int npos = 0; npos < nlength; npos++) in Preedit_FeedbackToSAL()
244 int nlength = xMandatoryServiceTypeDescriptions.length; in getMandatoryServiceNames() local245 sMandatoryServiceNames = new String[nlength]; in getMandatoryServiceNames()246 for (int i = 0; i < nlength; i++){ in getMandatoryServiceNames()
Completed in 21 milliseconds