Home | History | Annotate | Download | only in common

Lines Matching defs:nfd

110     UnicodeString nfd;
116 if(nfcNorm2->getDecomposition(c, nfd)) {
118 if(nfd.length()==1) {
119 c=nfd[0]; /* single BMP code point */
120 } else if(nfd.length()<=U16_MAX_LENGTH &&
121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
140 nfd.getBuffer(), nfd.length(),
143 0!=u_strCompare(nfd.getBuffer(), nfd.length(),