Searched refs:foldingOptions (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.h63 int32_t countFoldFCDExceptions(uint32_t foldingOptions);
H A Dtstnorm.cpp1212 BasicNormalizerTest::countFoldFCDExceptions(uint32_t foldingOptions) { argument
1222 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions);
1258 s.foldCase(foldingOptions);
1279 dataerrln("U+%04lx: case-folding may un-FCD a string (folding options %04lx)", c, foldingOptions);
1289 errln("U+%04lx: case-folding un-NFDs this character (folding options %04lx)", c, foldingOptions);
1293 logln("There are %ld code points for which case-folding may un-FCD a string (folding options %04lx)", count, foldingOptions);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2102 int countFoldFCDExceptions(int foldingOptions) { argument
2112 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions));
2147 UCharacter.foldCase(s,(foldingOptions==0));
2164 errln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")");
2174 errln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")");
2178 logln("There are "+hex(count)+" code points for which case-folding may un-FCD a string (folding options"+foldingOptions+"x)" );

Completed in 84 milliseconds