Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp1386 inline uint32_t ucol_IGetNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *st… in ucol_IGetNextCE() function
1575 return ucol_IGetNextCE(coll, collationSource, status); in ucol_getNextCE()
2045 return ucol_IGetNextCE(coll, &colIt, status); in ucol_getFirstCE()
3446 CE = ucol_IGetNextCE(coll, &temp, status); in ucol_prv_getSpecialPrevCE()
3515 CE = ucol_IGetNextCE(coll, &temp, status); in ucol_prv_getSpecialPrevCE()
4301 order = ucol_IGetNextCE(coll, s, &status); in ucol_getSortKeySize()
4739 order = ucol_IGetNextCE(coll, &s, status); in ucol_calcSortKey()
5338 order = ucol_IGetNextCE(coll, &s, status); in ucol_calcSortKeySimpleTertiary()
5887 CE = ucol_IGetNextCE(coll, &s, status); in ucol_nextSortKeyPart()
5939 CE = ucol_IGetNextCE(coll, &s, status); in ucol_nextSortKeyPart()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp1354 inline uint32_t ucol_IGetNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *st… in ucol_IGetNextCE() function
1543 return ucol_IGetNextCE(coll, collationSource, status); in ucol_getNextCE()
2024 order = ucol_IGetNextCE(coll, &colIt, status); in ucol_getFirstCE()
3577 CE = ucol_IGetNextCE(coll, &temp, status); in ucol_prv_getSpecialPrevCE()
3673 CE = ucol_IGetNextCE(coll, &temp, status); in ucol_prv_getSpecialPrevCE()
4460 order = ucol_IGetNextCE(coll, s, &status); in ucol_getSortKeySize()
4916 order = ucol_IGetNextCE(coll, &s, status); in ucol_calcSortKey()
5535 order = ucol_IGetNextCE(coll, &s, status); in ucol_calcSortKeySimpleTertiary()
6079 CE = ucol_IGetNextCE(coll, &s, status); in ucol_nextSortKeyPart()
6131 CE = ucol_IGetNextCE(coll, &s, status); in ucol_nextSortKeyPart()
[all …]