Lines Matching full:folding
962 // from ICU case folding tests
1179 // verify that case-folding does not un-FCD strings
1191 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions);
1201 c=0xd7a3; // skip Hangul - no case folding there
1204 // skip Han blocks - no case folding there either
1226 // get leading and trailing cc for the case-folding of c
1241 // - folding has different leading/trailing cc's, and they don't become just 0
1242 // - folding itself is not FCD
1248 dataerrln("U+%04lx: case-folding may un-FCD a string (folding options %04lx)", c, foldingOptions);
1254 // if a code point is in NFD but its case folding is not, then
1258 errln("U+%04lx: case-folding un-NFDs this character (folding options %04lx)", c, foldingOptions);
1262 logln("There are %ld code points for which case-folding may un-FCD a string (folding options %04lx)", count, foldingOptions);
1274 * If case-folding un-FCDs any strings, then unorm_compare() must be
1279 dataerrln("error: There are %ld code points for which case-folding may un-FCD a string for all folding options.\n"