Home | History | Annotate | Download | only in i18n

Lines Matching defs:nfd

774  * Returns FCD code points and handles temporary switching to NFD.
1354 // NFD quick check
1362 // Is there non-NFD text?
1372 UnicodeString nfd;
1373 data->nfcImpl.decompose(nfdQCYesLimit, limit, nfd, destLengthEstimate, errorCode);
1374 u_writeIdenticalLevelRun(prev, nfd.getBuffer(), nfd.length(), sink);