Searched refs:reorderCodesLength (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/i18n/ |
D | ucol_res.cpp | 282 result->defaultReorderCodesLength = result->reorderCodesLength; in ucol_open_internal() 610 if (source->reorderCodesLength != target->reorderCodesLength){ in ucol_equals() 613 for (i = 0; i < source->reorderCodesLength; i++) { in ucol_equals() 1049 if (parser->reorderCodesLength == 0 || parser->reorderCodes == NULL) { in ucol_setReorderCodesFromParser() 1053 coll->reorderCodesLength = 0; in ucol_setReorderCodesFromParser() 1061 coll->defaultReorderCodesLength = parser->reorderCodesLength; in ucol_setReorderCodesFromParser() 1070 coll->reorderCodesLength = parser->reorderCodesLength; in ucol_setReorderCodesFromParser() 1071 coll->reorderCodes = (int32_t*) uprv_malloc(coll->reorderCodesLength * sizeof(int32_t)); in ucol_setReorderCodesFromParser() 1076 … uprv_memcpy(coll->reorderCodes, parser->reorderCodes, coll->reorderCodesLength * sizeof(int32_t)); in ucol_setReorderCodesFromParser() 1162 …int32_t internalReorderCodesLength = coll->reorderCodesLength + (UCOL_REORDER_CODE_LIMIT - UCOL_RE… in ucol_buildPermutationTable() [all …]
|
D | ucol_tok.h | 141 int32_t reorderCodesLength; member
|
D | tblcoll.cpp | 624 int32_t reorderCodesLength, in setReorderCodes() argument 628 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status); in setReorderCodes()
|
D | ucol.cpp | 575 reorderCodesSize = coll->reorderCodesLength * sizeof(int32_t); in ucol_safeClone() 665 …(int32_t*)uprv_memcpy(reorderCodes, coll->reorderCodes, coll->reorderCodesLength * sizeof(int32_t)… in ucol_safeClone() 666 localCollator->reorderCodesLength = coll->reorderCodesLength; in ucol_safeClone() 919 result->reorderCodesLength = 0; in ucol_initCollator() 6716 printf("coll->reorderCodesLength = %d\n", coll->reorderCodesLength); in ucol_getReorderCodes() 6720 if (coll->reorderCodesLength > destCapacity) { in ucol_getReorderCodes() 6722 return coll->reorderCodesLength; in ucol_getReorderCodes() 6724 for (int32_t i = 0; i < coll->reorderCodesLength; i++) { in ucol_getReorderCodes() 6727 return coll->reorderCodesLength; in ucol_getReorderCodes() 6733 int32_t reorderCodesLength, in ucol_setReorderCodes() argument [all …]
|
D | ucol_imp.h | 1061 int32_t reorderCodesLength; member
|
D | ucol_tok.cpp | 665 src->reorderCodesLength = codeCount; in ucol_tok_parseScriptReorder()
|
/external/icu4c/i18n/unicode/ |
D | coll.h | 628 int32_t reorderCodesLength,
|
D | tblcoll.h | 697 int32_t reorderCodesLength,
|
D | ucol.h | 644 int32_t reorderCodesLength,
|