Home | History | Annotate | Download | only in i18n

Lines Matching refs:elements

90     UCollationElements *elements;
98 targetString(NULL), targetBuffer(NULL), targetLength(0), elements(NULL), charBreakIterator(NULL)
144 ucol_closeElements(elements);
153 ucol_closeElements(elements);
164 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
165 ucol_forceHanImplicit(elements, &status);
191 low = ucol_getOffset(elements);
192 order = ucol_next(elements, &status);
193 high = ucol_getOffset(elements);
241 high = ucol_getOffset(elements);
242 order = ucol_previous(elements, &status);
243 low = ucol_getOffset(elements);
299 ucol_setOffset(elements, offset, &status);
313 ucol_setOffset(elements, last, &status);
318 return ucol_getOffset(elements);