/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatin.h | 100 static const uint32_t CONTRACTION = 0x400; member in CollationFastLatin
|
H A D | collationfastlatinbuilder.cpp | 630 (UChar)(CollationFastLatin::CONTRACTION | contractionIndex)); in encodeContractions()
|
H A D | collationfastlatin.cpp | 858 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair() 863 } else /* ce >= CONTRACTION */ { in nextPair()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationfastlatin.h | 100 static const uint32_t CONTRACTION = 0x400; member in CollationFastLatin
|
H A D | collationfastlatinbuilder.cpp | 630 (char16_t)(CollationFastLatin::CONTRACTION | contractionIndex)); in encodeContractions()
|
H A D | collationfastlatin.cpp | 858 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair() 863 } else /* ce >= CONTRACTION */ { in nextPair()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatin.h | 100 static const uint32_t CONTRACTION = 0x400; member in CollationFastLatin
|
H A D | collationfastlatinbuilder.cpp | 630 (UChar)(CollationFastLatin::CONTRACTION | contractionIndex)); in encodeContractions()
|
H A D | collationfastlatin.cpp | 858 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair() 863 } else /* ce >= CONTRACTION */ { in nextPair()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 92 static final int CONTRACTION = 0x400; field in CollationFastLatin 686 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair() 691 } else /* ce >= CONTRACTION */ { in nextPair()
|
H A D | CollationFastLatinBuilder.java | 593 (char)(CollationFastLatin.CONTRACTION | contractionIndex)); in encodeContractions()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 96 static final int CONTRACTION = 0x400; field in CollationFastLatin 690 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair() 695 } else /* ce >= CONTRACTION */ { in nextPair()
|
H A D | CollationFastLatinBuilder.java | 594 (char)(CollationFastLatin.CONTRACTION | contractionIndex)); in encodeContractions()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
H A D | SearchTest.java | 271 SearchData CONTRACTION[] = { field in SearchTest 1067 for (int count = 0; count< CONTRACTION.length; count++) { in TestContraction() 1068 text = CONTRACTION[count].text; in TestContraction() 1069 pattern = CONTRACTION[count].pattern; in TestContraction() 1072 if (!assertEqualWithStringSearch(strsrch, CONTRACTION[count])) { in TestContraction()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
H A D | SearchTest.java | 274 SearchData CONTRACTION[] = { field in SearchTest 1070 for (int count = 0; count< CONTRACTION.length; count++) { in TestContraction() 1071 text = CONTRACTION[count].text; in TestContraction() 1072 pattern = CONTRACTION[count].pattern; in TestContraction() 1075 if (!assertEqualWithStringSearch(strsrch, CONTRACTION[count])) { in TestContraction()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | srchtest.cpp | 1618 while (CONTRACTION[count].text != NULL) { in TestContraction() 1619 u_unescape(CONTRACTION[count].text, temp, 128); in TestContraction() 1621 u_unescape(CONTRACTION[count].pattern, temp, 128); in TestContraction() 1625 if (!assertEqualWithStringSearch(strsrch, &CONTRACTION[count])) { in TestContraction()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usrchtst.c | 1692 while (CONTRACTION[count].text != NULL) { in TestContraction() 1693 u_unescape(CONTRACTION[count].text, text, 128); in TestContraction() 1694 u_unescape(CONTRACTION[count].pattern, pattern, 128); in TestContraction() 1697 if (!assertEqualWithUStringSearch(strsrch, CONTRACTION[count])) { in TestContraction()
|
H A D | usrchdat.c | 346 static const SearchData CONTRACTION[] = { variable
|