Lines Matching full:fcd
1051 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions
1210 // verify that case-folding does not un-FCD strings
1222 logln("Test if case folding may un-FCD a string (folding options %04lx)", foldingOptions);
1273 // - folding itself is not FCD
1279 dataerrln("U+%04lx: case-folding may un-FCD a string (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);
1307 * It currently assumes that one can check for FCD then case-fold
1308 * and then still have FCD strings for raw decomposition without reordering.
1310 dataerrln("error: There are %ld code points for which case-folding may un-FCD a string for all folding options.\n"