Home
last modified time | relevance | path

Searched refs:CONTRACTION (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h100 static const uint32_t CONTRACTION = 0x400; member in CollationFastLatin
H A Dcollationfastlatinbuilder.cpp630 (UChar)(CollationFastLatin::CONTRACTION | contractionIndex)); in encodeContractions()
H A Dcollationfastlatin.cpp858 if(ce >= MIN_LONG || ce < CONTRACTION) { in nextPair()
863 } else /* ce >= CONTRACTION */ { in nextPair()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.h100 static const uint32_t CONTRACTION = 0x400; member in CollationFastLatin
H A Dcollationfastlatinbuilder.cpp630 (char16_t)(CollationFastLatin::CONTRACTION | contractionIndex)); in encodeContractions()
H A Dcollationfastlatin.cpp858 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 Dcollationfastlatin.h100 static const uint32_t CONTRACTION = 0x400; member in CollationFastLatin
H A Dcollationfastlatinbuilder.cpp630 (UChar)(CollationFastLatin::CONTRACTION | contractionIndex)); in encodeContractions()
H A Dcollationfastlatin.cpp858 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 DCollationFastLatin.java92 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 DCollationFastLatinBuilder.java593 (char)(CollationFastLatin.CONTRACTION | contractionIndex)); in encodeContractions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java96 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 DCollationFastLatinBuilder.java594 (char)(CollationFastLatin.CONTRACTION | contractionIndex)); in encodeContractions()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java271 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 DSearchTest.java274 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 Dsrchtest.cpp1618 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 Dusrchtst.c1692 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 Dusrchdat.c346 static const SearchData CONTRACTION[] = { variable

Completed in 41 milliseconds