Home
last modified time | relevance | path

Searched defs:reorderCodes (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp330 int32_t reorderCodes[20]; in APITest() local
566 int32_t reorderCodes[] = { USCRIPT_HAN }; in TestHaniFirst() local
595 int32_t reorderCodes[] = { USCRIPT_HAN }; in TestPinyinFirst() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dalphaindextst.cpp330 int32_t reorderCodes[20]; in APITest() local
566 int32_t reorderCodes[] = { USCRIPT_HAN }; in TestHaniFirst() local
595 int32_t reorderCodes[] = { USCRIPT_HAN }; in TestPinyinFirst() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMiscTest.java3134 int[] reorderCodes = {UScript.GREEK}; in TestBeforeRuleWithScriptReordering() local
3189 int[] reorderCodes = {UScript.GREEK}; in TestNonLeadBytesDuringCollationReordering() local
3236 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPI() local
3333 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java3131 int[] reorderCodes = {UScript.GREEK}; in TestBeforeRuleWithScriptReordering() local
3186 int[] reorderCodes = {UScript.GREEK}; in TestNonLeadBytesDuringCollationReordering() local
3233 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPI() local
3330 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c4539 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestBeforeRuleWithScriptReordering() local
4614 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local
4694 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local
4818 …static const int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
5071 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAcrossCloning() local
5316 …int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_COD… in TestReorderWithNumericCollation() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4539 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestBeforeRuleWithScriptReordering() local
4614 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local
4694 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local
4818 …static const int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
5071 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAcrossCloning() local
5316 …int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_COD… in TestReorderWithNumericCollation() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.cpp106 const int32_t *reorderCodes = nullptr; in read() local
H A Dcollationdatawriter.cpp163 const int32_t *reorderCodes = settings.reorderCodes; in write() local
H A Dcollationsettings.h249 const int32_t *reorderCodes; member
H A Dcollationruleparser.cpp692 UVector32 reorderCodes(errorCode); in parseReordering() local
H A Ducol.cpp392 const int32_t* reorderCodes, in ucol_setReorderCodes()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcollationdatareader.cpp106 const int32_t *reorderCodes = nullptr; in read() local
H A Dcollationdatawriter.cpp163 const int32_t *reorderCodes = settings.reorderCodes; in write() local
H A Dcollationsettings.h249 const int32_t *reorderCodes; member
H A Dcollationruleparser.cpp701 UVector32 reorderCodes(errorCode); in parseReordering() local
H A Ducol.cpp392 const int32_t* reorderCodes, in ucol_setReorderCodes()
H A Drulebasedcollator.cpp659 RuleBasedCollator::setReorderCodes(const int32_t *reorderCodes, int32_t length, in setReorderCodes()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationDataReader.java149 int[] reorderCodes; in read() local
H A DCollationSettings.java475 public int[] reorderCodes = EMPTY_INT_ARRAY; field in CollationSettings
H A DCollationRuleParser.java713 ArrayList<Integer> reorderCodes = new ArrayList<Integer>(); in parseReordering() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
H A DCollationDataReader.java148 int[] reorderCodes; in read() local
H A DCollationSettings.java473 public int[] reorderCodes = EMPTY_INT_ARRAY; field in CollationSettings
H A DCollationRuleParser.java709 ArrayList<Integer> reorderCodes = new ArrayList<Integer>(); in parseReordering() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h249 const int32_t *reorderCodes; member
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dcollationsettings.h249 const int32_t *reorderCodes; member

123