Home | History | Annotate | Download | only in intltest

Lines Matching full:salen

165     int32_t       saLen;
168 saLen = sa.length();
187 UChar *buf = new UChar[saLen+1];
188 sa.extract(buf, saLen+1, status);
198 buf = new UChar[saLen+1];
199 sa.extract(buf, saLen+1, status);
201 ut = utext_openUChars(NULL, buf, saLen, &status);
236 CharacterIterator *ci = new UCharCharacterIterator(cbuf, saLen, status);