Home
last modified time | relevance | path

Searched refs:foldingOptions (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtstnorm.h63 int32_t countFoldFCDExceptions(uint32_t foldingOptions);
Dtstnorm.cpp1212 BasicNormalizerTest::countFoldFCDExceptions(uint32_t foldingOptions) { in countFoldFCDExceptions() argument
1222 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions); in countFoldFCDExceptions()
1258 s.foldCase(foldingOptions); in countFoldFCDExceptions()
1279 … dataerrln("U+%04lx: case-folding may un-FCD a string (folding options %04lx)", c, foldingOptions); in countFoldFCDExceptions()
1289 … errln("U+%04lx: case-folding un-NFDs this character (folding options %04lx)", c, foldingOptions); in countFoldFCDExceptions()
1293 …points for which case-folding may un-FCD a string (folding options %04lx)", count, foldingOptions); in countFoldFCDExceptions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java2111 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument
2121 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions)); in countFoldFCDExceptions()
2156 UCharacter.foldCase(s,(foldingOptions==0)); in countFoldFCDExceptions()
2173 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2183 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2187 …)+" code points for which case-folding may un-FCD a string (folding options"+foldingOptions+"x)" ); in countFoldFCDExceptions()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2107 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument
2117 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions)); in countFoldFCDExceptions()
2152 UCharacter.foldCase(s,(foldingOptions==0)); in countFoldFCDExceptions()
2169 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2179 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2183 …)+" code points for which case-folding may un-FCD a string (folding options"+foldingOptions+"x)" ); in countFoldFCDExceptions()