HomeSort by relevance Sort by last modified time
    Searched refs:reorderCodesLength (Results 1 - 9 of 9) 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/icu4c/i18n/unicode/
coll.h 656 * @param reorderCodesLength The length of reorderCodes.
665 int32_t reorderCodesLength,
    [all...]
tblcoll.h 590 * @param reorderCodesLength The length of reorderCodes.
597 int32_t reorderCodesLength,
    [all...]
ucol.h 710 * @param reorderCodesLength The length of reorderCodes.
722 int32_t reorderCodesLength,
    [all...]

Completed in 67 milliseconds