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

  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 141 * @see ucol_previous
176 ucol_previous(UCollationElements *elems, UErrorCode *status);
urename.h 617 #define ucol_previous ucol_previous_3_2 macro
    [all...]
  /external/icu4c/i18n/unicode/
ucoleitr.h 150 * @see ucol_previous
199 ucol_previous(UCollationElements *elems, UErrorCode *status);
  /external/icu4c/test/cintltst/
citertst.c 113 ucol_previous(titer, &status);
189 ucol_previous(titer, &status);
588 if (U_FAILURE(status) || ucol_previous(iter, &status) != UCOL_NULLORDER) {
673 while (ucol_previous(iter, &status) != UCOL_NULLORDER &&
813 order = ucol_previous(iter, &status);
817 order = ucol_previous(iter, &status);
820 ucol_previous(iter, &status) != UCOL_NULLORDER) {
837 order = ucol_previous(iter, &status);
848 temporder = ucol_previous(iter, &status);
857 temporder = ucol_previous(iter, &status)
    [all...]
callcoll.c 505 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
554 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
    [all...]
  /external/icu4c/i18n/
coleitr.cpp 149 return ucol_previous(m_data_, &status);
usearch.cpp     [all...]
bmsearch.cpp 242 order = ucol_previous(elements, &status);
ucoleitr.cpp 471 ucol_previous(UCollationElements *elems, function
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 138 jint result = ucol_previous(toCollationElements(address), &status);
  /external/icu4c/test/perf/collperf/
collperf.cpp 168 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
241 if (ucol_previous(iter, status) == UCOL_NULLORDER) {
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 617 #define ucol_previous ucol_previous_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 617 #define ucol_previous ucol_previous_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 617 #define ucol_previous ucol_previous_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 778 #define ucol_previous macro
    [all...]

Completed in 177 milliseconds