HomeSort by relevance Sort by last modified time
    Searched full:ucol_settext (Results 1 - 19 of 19) sorted by null

  /external/icu4c/test/perf/collperf/
collperf.cpp 141 ucol_setText(iter, dummytext, 1, &status);
157 ucol_setText(iter, data->dataOf(i), -1, status);
162 ucol_setText(iter, data->dataOf(i), data->lengthOf(i) , status);
167 ucol_setText(iter, data->dataOf(i), -1, status);
172 ucol_setText(iter, data->dataOf(i), data->lengthOf(i) , status);
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 173 ucol_setText(toCollationElements(address), source.get(), source.size(), &status);
  /external/icu4c/test/cintltst/
citertst.c 752 ucol_setText(iter2, test1, u_strlen(test1), &status);
763 ucol_setText(iter2, NULL, 2, &status);
810 ucol_setText(iter, &ch, 1, &status);
834 ucol_setText(iter, &ch, 1, &status);
845 ucol_setText(iter, &ch, 1, &status);
854 ucol_setText(iter, &ch, 1, &status);
863 ucol_setText(iter, supplementary, 2, &status);
874 ucol_setText(iter, &ch, 1, &status);
    [all...]
callcoll.c 587 ucol_setText(iter, t1, u_strlen(t1), &status);
589 ucol_setText(iter, t2, u_strlen(t2), &status);
    [all...]
cmsccoll.c     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 837 ucol_setText(iter, dummytext, 1, &error);
846 ucol_setText(iter, str, strlen, &error);
866 ucol_setText(iter, str, strlen, &error);
    [all...]
  /external/icu4c/i18n/unicode/
ucoleitr.h 267 ucol_setText( UCollationElements *elems,
  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 205 ucol_setText( UCollationElements *elems,
urename.h 630 #define ucol_setText ucol_setText_3_2
    [all...]
  /external/icu4c/i18n/
usearch.cpp 642 ucol_setText(coleiter, text, end - start, &status);
    [all...]
ucol_elm.cpp     [all...]
ucol_bld.cpp     [all...]
ucoleitr.cpp 665 ucol_setText( UCollationElements *elems,
ucol.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 275 ucol_setText(iter, rule + chOffset, chLen, &error);
386 ucol_setText(iter, str, strlen, &error);
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 630 #define ucol_setText ucol_setText_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 630 #define ucol_setText ucol_setText_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 630 #define ucol_setText ucol_setText_3_2
    [all...]

Completed in 832 milliseconds