Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtstnorm.h65 int32_t countFoldFCDExceptions(uint32_t foldingOptions);
Dtstnorm.cpp1215 BasicNormalizerTest::countFoldFCDExceptions(uint32_t foldingOptions) { in countFoldFCDExceptions() argument
1225 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions); in countFoldFCDExceptions()
1261 s.foldCase(foldingOptions); in countFoldFCDExceptions()
1282 … dataerrln("U+%04lx: case-folding may un-FCD a string (folding options %04lx)", c, foldingOptions); in countFoldFCDExceptions()
1292 … errln("U+%04lx: case-folding un-NFDs this character (folding options %04lx)", c, foldingOptions); in countFoldFCDExceptions()
1296 …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.java2160 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument
2170 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions)); in countFoldFCDExceptions()
2205 UCharacter.foldCase(s,(foldingOptions==0)); in countFoldFCDExceptions()
2222 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2232 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2236 …)+" 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.java2159 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument
2169 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions)); in countFoldFCDExceptions()
2204 UCharacter.foldCase(s,(foldingOptions==0)); in countFoldFCDExceptions()
2221 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2231 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()
2235 …)+" code points for which case-folding may un-FCD a string (folding options"+foldingOptions+"x)" ); in countFoldFCDExceptions()