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 203 ucol_setText( UCollationElements *elems,
  /external/icu/icu4c/source/test/cintltst/
citertst.c 749 ucol_setText(iter2, test1, u_strlen(test1), &status);
760 ucol_setText(iter2, NULL, 2, &status);
802 ucol_setText(iter, &ch, 1, &status);
826 ucol_setText(iter, &ch, 1, &status);
837 ucol_setText(iter, &ch, 1, &status);
846 ucol_setText(iter, &ch, 1, &status);
856 ucol_setText(iter, supplementary, 2, &status);
867 ucol_setText(iter, &ch, 1, &status);
    [all...]
callcoll.c 616 ucol_setText(iter, t1, u_strlen(t1), &status);
618 ucol_setText(iter, t2, u_strlen(t2), &status);
    [all...]
cmsccoll.c 675 ucol_setText(iter, t[u]->NFC, u_strlen(t[u]->NFC), &status);
678 ucol_setText(iter, t[u]->NFD, u_strlen(t[u]->NFD), &status);
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 146 ucol_setText(iter, dummytext, 1, &status);
162 ucol_setText(iter, data->dataOf(i), -1, status);
167 ucol_setText(iter, data->dataOf(i), data->lengthOf(i) , status);
172 ucol_setText(iter, data->dataOf(i), -1, status);
177 ucol_setText(iter, data->dataOf(i), data->lengthOf(i) , status);
  /external/icu/icu4c/source/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/icu/icu4c/source/i18n/
ucoleitr.cpp 476 ucol_setText( UCollationElements *elems,
usearch.cpp 308 ucol_setText(coleiter, pattern->text, pattern->textLength, status);
379 ucol_setText(coleiter, pattern->text, pattern->textLength, status);
631 ucol_setText(coleiter, text, end - start, &status);
873 ucol_setText(coleiter, norm, size, status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 199 milliseconds