/third_party/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 330 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
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatareader.cpp | 106 const int32_t *reorderCodes = NULL; in read() local
|
D | collationdatawriter.cpp | 163 const int32_t *reorderCodes = settings.reorderCodes; in write() local
|
D | collationsettings.h | 249 const int32_t *reorderCodes; member
|
D | collationruleparser.cpp | 696 UVector32 reorderCodes(errorCode); in parseReordering() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatareader.cpp | 106 const int32_t *reorderCodes = NULL; in read() local
|
D | collationdatawriter.cpp | 163 const int32_t *reorderCodes = settings.reorderCodes; in write() local
|
D | collationsettings.h | 249 const int32_t *reorderCodes; member
|
D | collationruleparser.cpp | 696 UVector32 reorderCodes(errorCode); in parseReordering() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatareader.cpp | 106 const int32_t *reorderCodes = NULL; in read() local
|
D | collationdatawriter.cpp | 163 const int32_t *reorderCodes = settings.reorderCodes; in write() local
|
D | collationsettings.h | 249 const int32_t *reorderCodes; member
|
D | collationruleparser.cpp | 696 UVector32 reorderCodes(errorCode); in parseReordering() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatareader.cpp | 106 const int32_t *reorderCodes = NULL; in read() local
|
D | collationdatawriter.cpp | 163 const int32_t *reorderCodes = settings.reorderCodes; in write() local
|
D | collationsettings.h | 249 const int32_t *reorderCodes; member
|
D | collationruleparser.cpp | 693 UVector32 reorderCodes(errorCode); in parseReordering() local
|
D | ucol.cpp | 386 const int32_t* reorderCodes, in ucol_setReorderCodes()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataReader.java | 149 int[] reorderCodes; in read() local
|
D | CollationSettings.java | 475 public int[] reorderCodes = EMPTY_INT_ARRAY; field in CollationSettings
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataReader.java | 148 int[] reorderCodes; in read() local
|
D | CollationSettings.java | 473 public int[] reorderCodes = EMPTY_INT_ARRAY; field in CollationSettings
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationMiscTest.java | 3129 int[] reorderCodes = {UScript.GREEK}; in TestBeforeRuleWithScriptReordering() local 3184 int[] reorderCodes = {UScript.GREEK}; in TestNonLeadBytesDuringCollationReordering() local 3231 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPI() local 3328 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 3126 int[] reorderCodes = {UScript.GREEK}; in TestBeforeRuleWithScriptReordering() local 3181 int[] reorderCodes = {UScript.GREEK}; in TestNonLeadBytesDuringCollationReordering() local 3228 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPI() local 3325 int[] reorderCodes = {UScript.GREEK, UScript.HAN, ReorderCodes.PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4538 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestBeforeRuleWithScriptReordering() local 4613 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local 4693 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local 4817 …static const int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local 5070 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAcrossCloning() local 5315 …int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_COD… in TestReorderWithNumericCollation() local
|