Home | History | Annotate | Download | only in coll

Lines Matching defs:fcd

45         fcd = Norm2AllModes.getFCDNormalizer2();
977 // Make new FCD strings that combine a composite, or its decomposition,
987 // but builds only FCD strings (or else returns false).
1016 // Composite + sourceChar would not be FCD.
1034 // Appending the next source character to the composite would not be FCD.
1043 assert(fcd.isNormalized(newString));
1060 // Do not map non-FCD prefixes.
1064 // Do not map non-FCD strings.
1069 return fcd.isNormalized(s);
1495 private Normalizer2 nfd, fcd;