/external/icu4c/i18n/ |
ucol_res.cpp | 275 reorderRes = ures_getByKey(collElem, "%%ReorderCodes", NULL, &intStatus); 278 const int32_t* reorderCodes = ures_getIntVector(reorderRes, &reorderCodesLen, status); 280 ucol_setReorderCodes(result, reorderCodes, reorderCodesLen, status); 284 uprv_memcpy(result->defaultReorderCodes, result->reorderCodes, result->defaultReorderCodesLength * sizeof(int32_t)); 613 if(source->reorderCodes[i] != target->reorderCodes[i]) { [all...] |
ucol_tok.h | 140 int32_t* reorderCodes;
|
tblcoll.cpp | 526 void RuleBasedCollator::setReorderCodes(const int32_t *reorderCodes, 531 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
|
ucol.cpp | 572 int32_t* reorderCodes; 595 if (coll->reorderCodes) { 640 reorderCodes = (int32_t*)((uint8_t*)defaultReorderCodes + defaultReorderCodesSize); 641 leadBytePermutationTable = (uint8_t*)reorderCodes + reorderCodesSize; 684 if (coll->reorderCodes) { 685 localCollator->reorderCodes = 686 (int32_t*)uprv_memcpy(reorderCodes, coll->reorderCodes, coll->reorderCodesLength * sizeof(int32_t)); 746 if(coll->reorderCodes != NULL && coll->freeReorderCodesOnClose == TRUE) { 747 uprv_free(coll->reorderCodes); [all...] |
ucol_tok.cpp | 660 src->reorderCodes = (int32_t*)uprv_malloc(codeCount * sizeof(int32_t)); 678 src->reorderCodes[codeIndex] = ucol_findReorderingEntry(conversion); 679 if (src->reorderCodes[codeIndex] == USCRIPT_INVALID_CODE) { 680 src->reorderCodes[codeIndex] = u_getPropertyValueEnum(UCHAR_SCRIPT, conversion); 682 if (src->reorderCodes[codeIndex] == USCRIPT_INVALID_CODE) { [all...] |
ucol_imp.h | [all...] |
/external/icu4c/test/intltest/ |
alphaindextst.cpp | 317 int32_t reorderCodes[20]; 319 if (index->getCollator().getReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status) > 0) { 557 int32_t reorderCodes[] = { USCRIPT_HAN }; 558 coll->setReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status); 586 int32_t reorderCodes[] = { USCRIPT_HAN }; 587 coll->setReorderCodes(reorderCodes, LENGTHOF(reorderCodes), status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_res.cpp | 273 reorderRes = ures_getByKey(collElem, "%%ReorderCodes", NULL, &intStatus); 276 const int32_t* reorderCodes = ures_getIntVector(reorderRes, &reorderCodesLen, status); 277 ucol_setReorderCodes(result, reorderCodes, reorderCodesLen, status); 600 if(source->reorderCodes[i] != target->reorderCodes[i]) { [all...] |
ucol_tok.h | 140 int32_t* reorderCodes;
|
tblcoll.cpp | 597 void RuleBasedCollator::setReorderCodes(const int32_t *reorderCodes, 601 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
|
ucol_tok.cpp | 666 src->reorderCodes = (int32_t*)uprv_malloc(codeCount * sizeof(int32_t)); 684 src->reorderCodes[codeIndex] = ucol_findReorderingEntry(conversion); 685 if (src->reorderCodes[codeIndex] == USCRIPT_INVALID_CODE) { 686 src->reorderCodes[codeIndex] = u_getPropertyValueEnum(UCHAR_SCRIPT, conversion); 688 if (src->reorderCodes[codeIndex] == USCRIPT_INVALID_CODE) { [all...] |
ucol.cpp | 679 if(coll->reorderCodes != NULL) { 680 uprv_free(coll->reorderCodes); 869 result->reorderCodes = NULL; [all...] |
coll.cpp | 846 void Collator::setReorderCodes(const int32_t *reorderCodes,
|
ucol_imp.h | [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 656 uprv_free(src.reorderCodes); 1004 uprv_free(src.reorderCodes); [all...] |
citertst.c | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
coll.h | 615 * @param reorderCodes An array of reorder codes in the new order. 616 * @param reorderCodesLength The length of reorderCodes. 620 virtual void setReorderCodes(const int32_t* reorderCodes, [all...] |
tblcoll.h | 684 * @param reorderCodes An array of script codes in the new order. 685 * @param reorderCodesLength The length of reorderCodes. 689 virtual void setReorderCodes(const int32_t* reorderCodes, [all...] |
ucol.h | 557 * @param reorderCodes An array of script codes in the new order. 558 * @param reorderCodesLength The length of reorderCodes. 565 const int32_t* reorderCodes, [all...] |
/external/icu4c/i18n/unicode/ |
coll.h | 654 * @param reorderCodes An array of script codes in the new order. This can be NULL if the 656 * @param reorderCodesLength The length of reorderCodes. 664 virtual void setReorderCodes(const int32_t* reorderCodes, [all...] |
tblcoll.h | 596 * @param reorderCodes An array of script codes in the new order. This can be NULL if the 598 * @param reorderCodesLength The length of reorderCodes. 604 virtual void setReorderCodes(const int32_t* reorderCodes, [all...] |
ucol.h | 710 * @param reorderCodes An array of script codes in the new order. This can be NULL if the 712 * @param reorderCodesLength The length of reorderCodes. 723 const int32_t* reorderCodes, [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsccoll.c | [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.c | 905 int32_t reorderCodes[USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST)]; 940 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus); 942 struct SResource *reorderCodeRes = intvector_open(state->bundle, "%%ReorderCodes", NULL, status); 944 intvector_add(reorderCodeRes, reorderCodes[reorderCodeIndex], status); [all...] |
/external/icu4c/tools/genrb/ |
parse.cpp | 921 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); 960 struct SResource *reorderCodeRes = intvector_open(state->bundle, "%%ReorderCodes", NULL, status); 962 intvector_add(reorderCodeRes, reorderCodes[reorderCodeIndex], status); [all...] |