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

  /external/icu/icu4c/source/i18n/
collationdata.cpp 157 int32_t reorderCode = reorder[i] - UCOL_REORDER_CODE_FIRST;
158 if(0 <= reorderCode && reorderCode <= 31) {
159 specials |= (uint32_t)1 << reorderCode;
166 int32_t reorderCode = (int32_t)scripts[i + 2] - UCOL_REORDER_CODE_FIRST;
167 if(reorderCode < 0) { break; } // Went beyond special reorder codes.
168 if((specials & ((uint32_t)1 << reorderCode)) == 0) {
ucol.cpp 394 ucol_getEquivalentReorderCodes(int32_t reorderCode,
398 return Collator::getEquivalentReorderCodes(reorderCode, dest, destCapacity, *pErrorCode);
coll.cpp 964 Collator::getEquivalentReorderCodes(int32_t reorderCode,
974 return baseData->getEquivalentScripts(reorderCode, dest, capacity, errorCode);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
tblcoll.cpp 549 int32_t RuleBasedCollator::getEquivalentReorderCodes(int32_t reorderCode,
554 return ucol_getEquivalentReorderCodes(reorderCode, dest, destCapacity, &status);
ucol_imp.h     [all...]
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 671 * @param reorderCode The reorder code to determine equivalence for.
686 static int32_t U_EXPORT2 getEquivalentReorderCodes(int32_t reorderCode,
    [all...]
tblcoll.h 614 * @param reorderCode The reorder code to determine equivalence for.
627 static int32_t U_EXPORT2 getEquivalentReorderCodes(int32_t reorderCode,
    [all...]
ucol.h 730 * @param reorderCode The reorder code to determine equivalence for.
744 ucol_getEquivalentReorderCodes(int32_t reorderCode,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 648 * @param reorderCode The reorder code to determine equivalence for.
663 static int32_t U_EXPORT2 getEquivalentReorderCodes(int32_t reorderCode,
    [all...]
ucol.h 746 * @param reorderCode The reorder code to determine equivalence for.
760 ucol_getEquivalentReorderCodes(int32_t reorderCode,
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1304 milliseconds