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

  /external/icu/icu4c/source/i18n/unicode/
ucol.h 153 * reordering except for the codes lised as UColReorderCode values and those
200 } UColReorderCode;
684 * These reordering codes are a combination of UScript codes and UColReorderCode entries.
695 * @see UColReorderCode
709 * UScript codes and UColReorderCode entries.
714 * UColReorderCode entries. Script groups can be intermingled with
740 * @see UColReorderCode
765 * @see UColReorderCode
    [all...]
coll.h 618 * @see UColReorderCode
637 * @see UColReorderCode
661 * @see UColReorderCode
    [all...]
tblcoll.h 536 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
544 virtual UColReorderCode getMaxVariable() const;
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) {
308 U_CAPI UColReorderCode U_EXPORT2
coll.cpp 413 coll.setMaxVariable((UColReorderCode)code, errorCode);
917 Collator::setMaxVariable(UColReorderCode /*group*/, UErrorCode &errorCode) {
924 UColReorderCode
rulebasedcollator.cpp 508 RuleBasedCollator::setMaxVariable(UColReorderCode group, UErrorCode &errorCode) {
539 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
555 UColReorderCode
557 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 335 milliseconds