HomeSort by relevance Sort by last modified time
    Searched refs:ucol_setText (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/WebCore/icu/unicode/
ucoleitr.h 205 ucol_setText( UCollationElements *elems,
  /external/chromium/third_party/icu/public/i18n/unicode/
ucoleitr.h 267 ucol_setText( UCollationElements *elems,
  /external/icu4c/i18n/unicode/
ucoleitr.h 267 ucol_setText( UCollationElements *elems,
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 751 ucol_setText(iter2, test1, u_strlen(test1), &status);
762 ucol_setText(iter2, NULL, 2, &status);
809 ucol_setText(iter, &ch, 1, &status);
833 ucol_setText(iter, &ch, 1, &status);
844 ucol_setText(iter, &ch, 1, &status);
853 ucol_setText(iter, &ch, 1, &status);
862 ucol_setText(iter, supplementary, 2, &status);
873 ucol_setText(iter, &ch, 1, &status);
    [all...]
callcoll.c 584 ucol_setText(iter, t1, u_strlen(t1), &status);
586 ucol_setText(iter, t2, u_strlen(t2), &status);
    [all...]
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
citertst.c 751 ucol_setText(iter2, test1, u_strlen(test1), &status);
762 ucol_setText(iter2, NULL, 2, &status);
809 ucol_setText(iter, &ch, 1, &status);
833 ucol_setText(iter, &ch, 1, &status);
844 ucol_setText(iter, &ch, 1, &status);
853 ucol_setText(iter, &ch, 1, &status);
862 ucol_setText(iter, supplementary, 2, &status);
873 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/chromium/third_party/icu/source/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);
  /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);
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 835 ucol_setText(iter, dummytext, 1, &error);
844 ucol_setText(iter, str, strlen, &error);
864 ucol_setText(iter, str, strlen, &error);
    [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...]
  /libcore/luni/src/main/native/
NativeCollation.cpp 173 ucol_setText(toCollationElements(address),
  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp     [all...]
usearch.cpp 632 ucol_setText(coleiter, text, end - start, &status);
874 ucol_setText(coleiter, norm, size, status);
    [all...]
ucol_elm.cpp     [all...]
ucoleitr.cpp 678 ucol_setText( UCollationElements *elems,
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 275 ucol_setText(iter, rule + chOffset, chLen, &error);
386 ucol_setText(iter, str, strlen, &error);
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp     [all...]
usearch.cpp 642 ucol_setText(coleiter, text, end - start, &status);
    [all...]
ucol_elm.cpp     [all...]
ucoleitr.cpp 665 ucol_setText( UCollationElements *elems,
  /external/icu4c/tools/dumpce/
dumpce.cpp 275 ucol_setText(iter, rule + chOffset, chLen, &error);
386 ucol_setText(iter, str, strlen, &error);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 630 #define ucol_setText ucol_setText_3_2
    [all...]

Completed in 266 milliseconds

1 2