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

/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp157 int32_t reorderCode = reorder[i] - UCOL_REORDER_CODE_FIRST;
166 int32_t reorderCode = (int32_t)scripts[i + 2] - UCOL_REORDER_CODE_FIRST;
H A Drulebasedcollator.cpp502 } else if(UCOL_REORDER_CODE_FIRST <= group && group <= UCOL_REORDER_CODE_CURRENCY) {
503 value = group - UCOL_REORDER_CODE_FIRST;
527 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
545 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
596 if(group < UCOL_REORDER_CODE_FIRST || UCOL_REORDER_CODE_CURRENCY < group) {
609 ownedSettings->setMaxVariable(group - UCOL_REORDER_CODE_FIRST,
H A Dcoll.cpp294 static const char *collReorderCodes[UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST] = {
301 return UCOL_REORDER_CODE_FIRST + i;
372 int32_t codes[USCRIPT_CODE_LIMIT + UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST];
H A Dcollationdatareader.cpp392 UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
H A Dcollationruleparser.cpp553 UCOL_REORDER_CODE_FIRST + value);
731 return UCOL_REORDER_CODE_FIRST + i;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp1235 int32_t internalReorderCodesLength = coll->reorderCodesLength + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST);
1248 for (uint32_t codeIndex = 0; codeIndex < (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST); codeIndex++) {
1249 internalReorderCodes[codeIndex] = UCOL_REORDER_CODE_FIRST + codeIndex;
1253 internalReorderCodes[codeIndex + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST)] = reorderCodesCode;
1254 if (reorderCodesCode >= UCOL_REORDER_CODE_FIRST && reorderCodesCode < UCOL_REORDER_CODE_LIMIT) {
1255 internalReorderCodes[reorderCodesCode - UCOL_REORDER_CODE_FIRST] = UCOL_REORDER_CODE_IGNORE;
H A Ducol_bld.cpp1404 return entry + UCOL_REORDER_CODE_FIRST;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h175 UCOL_REORDER_CODE_FIRST = UCOL_REORDER_CODE_SPACE, enumerator in enum:__anon12150
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h169 UCOL_REORDER_CODE_FIRST = UCOL_REORDER_CODE_SPACE, enumerator in enum:__anon21936
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp921 int32_t reorderCodes[USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST)];
957 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus);

Completed in 2661 milliseconds