Home | History | Annotate | Download | only in intltest

Lines Matching defs:decomp

134     UnicodeString decomp;
136 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
140 for (int i = 0; i < decomp.length(); ++i) { // don't worry about surrogates
141 switch (getType(decomp.charAt(i))) {
142 case 0: t = getType(decomp.charAt(i+1));
145 case 1: t = getType(decomp.charAt(i-1));
148 case 2: t = getType(decomp.charAt(i-1));
180 UnicodeString decomp;
182 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
191 for (int32_t i = 0; i < decomp.length(); ++i) {
192 UChar c = decomp.charAt(i);
210 for (int32_t i = 0; i < decomp.length(); ++i) {
211 UChar c = decomp.charAt(i);