Searched refs:UColReorderCode (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h153 * reordering except for the codes lised as UColReorderCode values and those
200 } UColReorderCode; typedef in typeref:enum:__anon21936
683 * These reordering codes are a combination of UScript codes and UColReorderCode entries.
694 * @see UColReorderCode
708 * UScript codes and UColReorderCode entries.
712 * UColReorderCode entries. Script groups can be intermingled with
734 * @see UColReorderCode
756 * @see UColReorderCode
1196 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
1205 U_DRAFT UColReorderCode U_EXPORT
[all...]
H A Dcoll.h620 * @see UColReorderCode
638 * @see UColReorderCode
660 * @see UColReorderCode
890 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
900 virtual UColReorderCode getMaxVariable() const;
H A Dtblcoll.h531 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
539 virtual UColReorderCode getMaxVariable() const;
/external/icu/icu4c/source/i18n/
H A Ducol.cpp303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) {
308 U_CAPI UColReorderCode U_EXPORT2
H A Dcoll.cpp412 coll.setMaxVariable((UColReorderCode)code, errorCode);
930 Collator::setMaxVariable(UColReorderCode /*group*/, UErrorCode &errorCode) {
937 UColReorderCode
H A Drulebasedcollator.cpp496 RuleBasedCollator::setMaxVariable(UColReorderCode group, UErrorCode &errorCode) {
527 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
543 UColReorderCode
545 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h159 * reordering except for the codes lised as UColReorderCode values and those
206 } UColReorderCode; typedef in typeref:enum:__anon12150
667 * These reordering codes are a combination of UScript codes and UColReorderCode entries.
678 * @see UColReorderCode
692 * UScript codes and UColReorderCode entries.
696 * UColReorderCode entries. Script groups can be intermingled with
718 * @see UColReorderCode
740 * @see UColReorderCode
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1101 UColReorderCode max;
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1824 UColReorderCode oldMax, max;

Completed in 272 milliseconds