Searched refs:foldingOptions (Results 1 – 4 of 4) sorted by relevance
65 int32_t countFoldFCDExceptions(uint32_t foldingOptions);
1215 BasicNormalizerTest::countFoldFCDExceptions(uint32_t foldingOptions) { in countFoldFCDExceptions() argument1225 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()
2160 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument2170 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()
2159 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument2169 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()