Searched refs:ucol_previous (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/icu/unicode/
H A Ducoleitr.h141 * @see ucol_previous
176 ucol_previous(UCollationElements *elems, UErrorCode *status);
H A Durename.h617 #define ucol_previous ucol_previous_3_2 macro
/external/icu4c/i18n/unicode/
H A Ducoleitr.h150 * @see ucol_previous
199 ucol_previous(UCollationElements *elems, UErrorCode *status);
/external/icu4c/test/cintltst/
H A Dcitertst.c113 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(ite
[all...]
H A Dcallcoll.c505 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
554 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
/external/icu4c/i18n/
H A Dcoleitr.cpp149 return ucol_previous(m_data_, &status);
H A Dusearch.cpp982 ce = ucol_previous(coleiter, &status);
1183 // The start contraction needs to be checked since ucol_previous dumps
1624 int32_t textce = ucol_previous(coleiter, status);
2045 ucol_previous(coleiter, status);
2060 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status));
2062 // ucol_previous returns UCOL_NULLORDER
2485 ucol_previous(coleiter, status);
2500 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status));
2502 // ucol_previous returns UCOL_NULLORDER
2518 ce = getCE(strsrch, ucol_previous(coleite
[all...]
H A Dbmsearch.cpp242 order = ucol_previous(elements, &status);
H A Ducoleitr.cpp471 ucol_previous(UCollationElements *elems, function
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp168 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/
H A Dcollperf.cpp1010 while (ucol_previous(iter, &error) != UCOL_NULLORDER) {
1043 printf("Average time per ucol_previous() nano seconds %d\n", ns);
1089 if (ucol_previous(iter, &error) == UCOL_NULLORDER) {
1137 printf("Average time per ucol_previous() nano seconds %d\n", ns);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h617 #define ucol_previous ucol_previous_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h617 #define ucol_previous ucol_previous_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h617 #define ucol_previous ucol_previous_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h778 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro

Completed in 144 milliseconds