Home | History | Annotate | Download | only in intltest

Lines Matching full:fcd

58             : fcd(NULL), nfd(NULL),
122 const Normalizer2 *fcd, *nfd;
447 // Input string, not FCD, NUL-terminated.
1313 if(U_FAILURE(errorCode) || !fcd->isNormalized(s, errorCode)) { return TRUE; }
1315 // even if the string passes the FCD check,
1813 fcd = Normalizer2Factory::getFCDInstance(errorCode);