HomeSort by relevance Sort by last modified time
    Searched refs:reorderCodes (Results 1 - 12 of 12) sorted by null

  /external/icu4c/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/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/test/cintltst/
cmsccoll.c     [all...]
  /external/icu4c/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...]

Completed in 7653 milliseconds