Home | History | Annotate | Download | only in intltest

Lines Matching refs:saLen

174     int32_t       saLen;
177 saLen = sa.length();
196 UChar *buf = new UChar[saLen+1];
197 sa.extract(buf, saLen+1, status);
207 buf = new UChar[saLen+1];
208 sa.extract(buf, saLen+1, status);
210 ut = utext_openUChars(NULL, buf, saLen, &status);
245 CharacterIterator *ci = new UCharCharacterIterator(cbuf, saLen, status);