HomeSort by relevance Sort by last modified time
    Searched refs:uiter_setString (Results 1 - 21 of 21) sorted by null

  /external/icu4c/common/unicode/
uiter.h 592 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
598 * Everything works just like with a normal UChar iterator (uiter_setString),
611 * @see uiter_setString
urename.h     [all...]
  /external/icu4c/test/intltest/
tscoll.cpp 117 uiter_setString(&sIter, source, sLen);
118 uiter_setString(&tIter, target, tLen);
167 uiter_setString(&sIter, src, sLen);
168 uiter_setString(&tIter, trg, tLen);
189 /*uiter_setString(&sIter, source, sLen);
190 uiter_setString(&tIter, target, tLen);*/
citrtest.cpp 857 uiter_setString(&sIter, s.getBuffer(), s.length());
861 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
    [all...]
regcoll.cpp 1090 uiter_setString(&uiter, text, len);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uiter.h 592 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
598 * Everything works just like with a normal UChar iterator (uiter_setString),
611 * @see uiter_setString
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uiter.h 592 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
598 * Everything works just like with a normal UChar iterator (uiter_setString),
611 * @see uiter_setString
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uiter.h 592 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
598 * Everything works just like with a normal UChar iterator (uiter_setString),
611 * @see uiter_setString
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uiter.h 592 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
598 * Everything works just like with a normal UChar iterator (uiter_setString),
611 * @see uiter_setString
urename.h     [all...]
  /external/icu4c/samples/uciter8/
uciter8.c 314 uiter_setString(&iter1, text, -1);
333 uiter_setString(&iter1, text, -1);
uit_len8.c 553 uiter_setString(iter, NULL, 0);
  /external/icu4c/test/cintltst/
custrtst.c 466 uiter_setString(&iter1, strings[i], len1);
467 uiter_setString(&iter2, strings[i+1], len2);
    [all...]
callcoll.c 246 uiter_setString(&sIter, source, sLen);
247 uiter_setString(&tIter, target, tLen);
282 uiter_setString(&sIter, source, sLen);
283 uiter_setString(&tIter, target, tLen);
304 /*uiter_setString(&sIter, source, sLen);
305 uiter_setString(&tIter, target, tLen);*/
    [all...]
cmsccoll.c     [all...]
cnormtst.c     [all...]
  /external/icu4c/common/
unorm_it.c 597 uiter_setString(&uni->api, NULL, 0);
628 uiter_setString(&uni->api, NULL, 0);
uiter.cpp 209 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) {
234 * Everything works just like with a normal UChar iterator (uiter_setString),
329 uiter_setString(iter, (const UChar *)s, length);

Completed in 87 milliseconds