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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_res.cpp1164 int32_t internalReorderCodesLength = coll->reorderCodesLength + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST);
1249 for (uint32_t codeIndex = 0; codeIndex < (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST); codeIndex++) {
1250 internalReorderCodes[codeIndex] = UCOL_REORDER_CODE_FIRST + codeIndex;
1254 internalReorderCodes[codeIndex + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST)] = reorderCodesCode;
1255 if (reorderCodesCode >= UCOL_REORDER_CODE_FIRST && reorderCodesCode < UCOL_REORDER_CODE_LIMIT) {
1256 internalReorderCodes[reorderCodesCode - UCOL_REORDER_CODE_FIRST] = UCOL_REORDER_CODE_IGNORE;
H A Ducol_bld.cpp1419 return entry + UCOL_REORDER_CODE_FIRST;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducol.h175 UCOL_REORDER_CODE_FIRST = UCOL_REORDER_CODE_SPACE, enumerator in enum:__anon1194
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h141 UCOL_REORDER_CODE_FIRST = UCOL_REORDER_CODE_SPACE, enumerator in enum:__anon2736
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h141 UCOL_REORDER_CODE_FIRST = UCOL_REORDER_CODE_SPACE, enumerator in enum:__anon5300
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dparse.cpp921 int32_t reorderCodes[USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST)];
958 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus);

Completed in 231 milliseconds