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

  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 28 #define UCOL_NULLORDER ((int32_t)0xFFFFFFFF)
  /external/icu4c/test/intltest/
itercoll.cpp 179 if (U_FAILURE(status) || iter->previous(status) != UCOL_NULLORDER) {
184 if (U_FAILURE(status) || iter->next(status) != UCOL_NULLORDER) {
277 || iter1->next(status) != (int32_t)UCOL_NULLORDER) {
283 || iter1->next(status) != (int32_t)UCOL_NULLORDER) {
317 && iter->previous(status) != (int32_t)UCOL_NULLORDER)
524 if (iter1->next(status) != (int32_t)UCOL_NULLORDER) {
527 if (iter2->next(status) != (int32_t)UCOL_NULLORDER) {
ssearch.cpp 741 if (order != UCOL_NULLORDER) {
748 } while (order != UCOL_NULLORDER);
816 return UCOL_NULLORDER;
    [all...]
apicoll.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucoleitr.h 28 #define UCOL_NULLORDER ((int32_t)0xFFFFFFFF)
  /external/icu4c/i18n/
usearch.cpp 309 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
384 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
660 && nextce != UCOL_NULLORDER) {
747 if (ce != UCOL_NULLORDER) {
    [all...]
bmsearch.cpp 195 if (order == (uint32_t)UCOL_NULLORDER) {
245 if (order == (uint32_t)UCOL_NULLORDER) {
309 ceb[0].order = UCOL_NULLORDER;
764 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) {
ucoleitr.cpp 409 return UCOL_NULLORDER;
419 result = UCOL_NULLORDER;
475 return UCOL_NULLORDER;
498 result = UCOL_NULLORDER;
ucol_elm.cpp     [all...]
colldata.cpp 87 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) {
164 return UCOL_NULLORDER;
ucol_bld.cpp     [all...]
ucol.cpp     [all...]
  /external/icu4c/test/cintltst/
citertst.c 91 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
167 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
586 if (U_FAILURE(status) || ucol_previous(iter, &status) != UCOL_NULLORDER) {
591 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
648 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
671 while (ucol_previous(iter, &status) != UCOL_NULLORDER &&
737 while ( ++i < 10 && (c != UCOL_NULLORDER))
770 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
771 log_err("iter2 with null text expected to return UCOL_NULLORDER\n");
818 ucol_previous(iter, &status) != UCOL_NULLORDER) {
    [all...]
callcoll.c 454 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER)
505 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
548 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
554 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
964 if (ceX == UCOL_NULLORDER) {
    [all...]
cmsccoll.c     [all...]
capitst.c 558 if (ce == UCOL_NULLORDER) {
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 158 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
219 if (ucol_next(iter, status) == UCOL_NULLORDER) {
241 if (ucol_previous(iter, status) == UCOL_NULLORDER) {
  /external/icu4c/test/perf/collationperf/
collperf.cpp 847 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 209 if (ce == UCOL_NULLORDER) {
    [all...]

Completed in 388 milliseconds