Home | History | Annotate | Download | only in i18n

Lines Matching refs:elements

89     UCollationElements *elements;
96 targetString(NULL), targetBuffer(NULL), targetLength(0), elements(NULL), charBreakIterator(NULL)
142 ucol_closeElements(elements);
151 ucol_closeElements(elements);
162 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
163 ucol_forceHanImplicit(elements, &status);
189 low = ucol_getOffset(elements);
190 order = ucol_next(elements, &status);
191 high = ucol_getOffset(elements);
239 high = ucol_getOffset(elements);
240 order = ucol_previous(elements, &status);
241 low = ucol_getOffset(elements);
297 ucol_setOffset(elements, offset, &status);
311 ucol_setOffset(elements, last, &status);
316 return ucol_getOffset(elements);