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

  /external/icu4c/i18n/
ucol_res.cpp 282 result->defaultReorderCodesLength = result->reorderCodesLength;
609 if (source->reorderCodesLength != target->reorderCodesLength){
612 for (i = 0; i < source->reorderCodesLength; i++) {
    [all...]
ucol_tok.h 141 int32_t reorderCodesLength;
tblcoll.cpp 527 int32_t reorderCodesLength,
531 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
ucol.cpp 596 reorderCodesSize = coll->reorderCodesLength * sizeof(int32_t);
686 (int32_t*)uprv_memcpy(reorderCodes, coll->reorderCodes, coll->reorderCodesLength * sizeof(int32_t));
687 localCollator->reorderCodesLength = coll->reorderCodesLength;
    [all...]
ucol_imp.h     [all...]
ucol_tok.cpp 659 src->reorderCodesLength = codeCount;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 596 if (source->reorderCodesLength != target->reorderCodesLength){
599 for (i = 0; i < source->reorderCodesLength; i++) {
    [all...]
ucol_tok.h 141 int32_t reorderCodesLength;
tblcoll.cpp 598 int32_t reorderCodesLength,
601 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
ucol.cpp 870 result->reorderCodesLength = 0;
    [all...]
coll.cpp 847 int32_t reorderCodesLength,
ucol_imp.h     [all...]
ucol_tok.cpp 665 src->reorderCodesLength = codeCount;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 616 * @param reorderCodesLength The length of reorderCodes.
621 int32_t reorderCodesLength,
    [all...]
tblcoll.h 685 * @param reorderCodesLength The length of reorderCodes.
690 int32_t reorderCodesLength,
    [all...]
ucol.h 558 * @param reorderCodesLength The length of reorderCodes.
566 int32_t reorderCodesLength,
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 656 * @param reorderCodesLength The length of reorderCodes.
665 int32_t reorderCodesLength,
    [all...]
tblcoll.h 598 * @param reorderCodesLength The length of reorderCodes.
605 int32_t reorderCodesLength,
    [all...]
ucol.h 712 * @param reorderCodesLength The length of reorderCodes.
724 int32_t reorderCodesLength,
    [all...]

Completed in 676 milliseconds