Searched refs:foldingOptions (Results 1 – 4 of 4) sorted by relevance
72 int32_t countFoldFCDExceptions(uint32_t foldingOptions);
1243 BasicNormalizerTest::countFoldFCDExceptions(uint32_t foldingOptions) { in countFoldFCDExceptions() argument1253 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions); in countFoldFCDExceptions()1289 s.foldCase(foldingOptions); in countFoldFCDExceptions()1310 … dataerrln("U+%04lx: case-folding may un-FCD a string (folding options %04lx)", c, foldingOptions); in countFoldFCDExceptions()1320 … errln("U+%04lx: case-folding un-NFDs this character (folding options %04lx)", c, foldingOptions); in countFoldFCDExceptions()1324 …points for which case-folding may un-FCD a string (folding options %04lx)", count, foldingOptions); in countFoldFCDExceptions()
2162 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument2172 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions)); in countFoldFCDExceptions()2207 UCharacter.foldCase(s,(foldingOptions==0)); in countFoldFCDExceptions()2224 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()2234 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()2238 …)+" code points for which case-folding may un-FCD a string (folding options"+foldingOptions+"x)" ); in countFoldFCDExceptions()
2165 int countFoldFCDExceptions(int foldingOptions) { in countFoldFCDExceptions() argument2175 logln("Test if case folding may un-FCD a string (folding options 0x)"+hex(foldingOptions)); in countFoldFCDExceptions()2210 UCharacter.foldCase(s,(foldingOptions==0)); in countFoldFCDExceptions()2227 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()2237 …rrln("U+"+hex(c)+": case-folding may un-FCD a string (folding options 0x"+hex(foldingOptions)+")"); in countFoldFCDExceptions()2241 …)+" code points for which case-folding may un-FCD a string (folding options"+foldingOptions+"x)" ); in countFoldFCDExceptions()