Home
last modified time | relevance | path

Searched refs:nlength (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx284 Preedit_FeedbackToSAL ( XIMFeedback* pfeedback, int nlength, std::vector<sal_uInt16>& rSalAttr ) in Preedit_FeedbackToSAL() argument
292 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()
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java244 int nlength = xMandatoryServiceTypeDescriptions.length; in getMandatoryServiceNames() local
245 sMandatoryServiceNames = new String[nlength]; in getMandatoryServiceNames()
246 for (int i = 0; i < nlength; i++){ in getMandatoryServiceNames()

Completed in 24 milliseconds