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

/external/icu/icu4c/source/i18n/unicode/
H A Ducoleitr.h142 * @see ucol_previous
174 ucol_previous(UCollationElements *elems, UErrorCode *status);
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c108 ucol_previous(titer, &status);
184 ucol_previous(titer, &status);
583 if (U_FAILURE(status) || ucol_previous(iter, &status) != UCOL_NULLORDER) {
668 while (ucol_previous(iter, &status) != UCOL_NULLORDER &&
803 order = ucol_previous(iter, &status);
807 order = ucol_previous(iter, &status);
810 ucol_previous(iter, &status) != UCOL_NULLORDER) {
827 order = ucol_previous(iter, &status);
838 temporder = ucol_previous(iter, &status);
847 temporder = ucol_previous(ite
[all...]
H A Dcallcoll.c534 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
583 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h152 * @see ucol_previous
203 ucol_previous(UCollationElements *elems, UErrorCode *status);
/external/chromium_org/third_party/icu/source/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.c534 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
583 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoleitr.cpp150 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 Ducoleitr.cpp471 ucol_previous(UCollationElements *elems, function
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp360 ucol_previous(UCollationElements *elems, function
H A Dusearch.cpp969 ce = ucol_previous(coleiter, &status);
1170 // The start contraction needs to be checked since ucol_previous dumps
1611 int32_t textce = ucol_previous(coleiter, status);
2032 ucol_previous(coleiter, status);
2047 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status));
2049 // ucol_previous returns UCOL_NULLORDER
2472 ucol_previous(coleiter, status);
2487 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status));
2489 // ucol_previous returns UCOL_NULLORDER
2505 ce = getCE(strsrch, ucol_previous(coleite
[all...]
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
178 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
246 if (ucol_previous(iter, status) == UCOL_NULLORDER) {
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
178 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
246 if (ucol_previous(iter, status) == UCOL_NULLORDER) {
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/icu/icu4c/source/common/unicode/
H A Durename.h739 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h778 #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) macro

Completed in 444 milliseconds