Searched refs:ucol_IGetNextCE (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp1434 inline uint32_t ucol_IGetNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *status) { function
1623 return ucol_IGetNextCE(coll, collationSource, status);
2142 return ucol_IGetNextCE(coll, &colIt, status);
3522 CE = ucol_IGetNextCE(coll, &temp, status);
3559 CE = ucol_IGetNextCE(coll, &temp, status);
4337 order = ucol_IGetNextCE(coll, s, &status);
4771 order = ucol_IGetNextCE(coll, &s, status);
5365 order = ucol_IGetNextCE(coll, &s, status);
5915 CE = ucol_IGetNextCE(coll, &s, status);
5967 CE = ucol_IGetNextCE(col
[all...]

Completed in 37 milliseconds