/external/chromium_org/third_party/icu/source/test/intltest/ |
tscoll.cpp | 123 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); 124 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
|
regcoll.cpp | 1093 int32_t keyPartLen = ucol_nextSortKeyPart(coll, &uiter, state, &keyBuf[keyLen], count, &status); [all...] |
/external/icu/icu4c/source/test/intltest/ |
tscoll.cpp | 105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); 106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
|
regcoll.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | [all...] |
/external/icu/icu4c/source/i18n/ |
ucol.cpp | 210 ucol_nextSortKeyPart(const UCollator *coll,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
callcoll.c | 248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); 249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); [all...] |
cmsccoll.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
callcoll.c | 248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); 249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); [all...] |
cmsccoll.c | [all...] |
/external/icu/icu4c/source/test/perf/collperf2/ |
collperf2.cpp | 328 // Test case taking a single test data array in UTF-16, calling ucol_nextSortKeyPart for each for the 377 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); 395 // Test case taking a single test data array in UTF-8, calling ucol_nextSortKeyPart for each for the 444 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status); [all...] |
/external/icu/icu4c/source/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | [all...] |