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

  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 205 ucol_setText( UCollationElements *elems,
  /external/icu/icu4c/source/test/cintltst/
citertst.c 751 ucol_setText(iter2, test1, u_strlen(test1), &status);
762 ucol_setText(iter2, NULL, 2, &status);
804 ucol_setText(iter, &ch, 1, &status);
828 ucol_setText(iter, &ch, 1, &status);
839 ucol_setText(iter, &ch, 1, &status);
848 ucol_setText(iter, &ch, 1, &status);
858 ucol_setText(iter, supplementary, 2, &status);
869 ucol_setText(iter, &ch, 1, &status);
    [all...]
callcoll.c 618 ucol_setText(iter, t1, u_strlen(t1), &status);
620 ucol_setText(iter, t2, u_strlen(t2), &status);
    [all...]
cmsccoll.c 674 ucol_setText(iter, t[u]->NFC, u_strlen(t[u]->NFC), &status);
677 ucol_setText(iter, t[u]->NFD, u_strlen(t[u]->NFD), &status);
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 152 ucol_setText(iter, dummytext, 1, &status);
168 ucol_setText(iter, data->dataOf(i), -1, status);
173 ucol_setText(iter, data->dataOf(i), data->lengthOf(i) , status);
178 ucol_setText(iter, data->dataOf(i), -1, status);
183 ucol_setText(iter, data->dataOf(i), data->lengthOf(i) , status);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 841 ucol_setText(iter, dummytext, 1, &error);
850 ucol_setText(iter, str, strlen, &error);
870 ucol_setText(iter, str, strlen, &error);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 310 ucol_setText(coleiter, pattern->text, pattern->textLength, status);
381 ucol_setText(coleiter, pattern->text, pattern->textLength, status);
633 ucol_setText(coleiter, text, end - start, &status);
875 ucol_setText(coleiter, norm, size, status);
    [all...]
ucoleitr.cpp 478 ucol_setText( UCollationElements *elems,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 467 milliseconds