Lines Matching full:decomp
133 UnicodeString decomp;
135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
139 for (int i = 0; i < decomp.length(); ++i) { // don't worry about surrogates
140 switch (getType(decomp.charAt(i))) {
141 case 0: t = getType(decomp.charAt(i+1));
144 case 1: t = getType(decomp.charAt(i-1));
147 case 2: t = getType(decomp.charAt(i-1));
179 UnicodeString decomp;
181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
190 for (int32_t i = 0; i < decomp.length(); ++i) {
191 UChar c = decomp.charAt(i);
209 for (int32_t i = 0; i < decomp.length(); ++i) {
210 UChar c = decomp.charAt(i);