Searched refs:foldingOptions (Results 1 – 4 of 4) sorted by relevance
63 int32_t countFoldFCDExceptions(uint32_t foldingOptions);
1212 BasicNormalizerTest::countFoldFCDExceptions(uint32_t foldingOptions) { in countFoldFCDExceptions() argument1222 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()
2111 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument2121 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()
2107 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument2117 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()