Lines Matching full:elems
363 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);383 ucol_setOffset(elems, stringOffset, &status);386 low = ucol_getOffset(elems);387 order = ucol_next(elems, &status);388 high = ucol_getOffset(elems);399 ucol_closeElements(elems);