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

  /external/icu4c/i18n/unicode/
ucoleitr.h 36 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX)
209 * @return The next collation elements ordering, otherwise returns UCOL_PROCESSED_NULLORDER
232 * UCOL_PROCESSED_NULLORDER if an error has occured or if the start of
  /external/icu4c/i18n/
ucoleitr.cpp 435 return UCOL_PROCESSED_NULLORDER;
452 result = UCOL_PROCESSED_NULLORDER;
520 return UCOL_PROCESSED_NULLORDER;
588 return UCOL_PROCESSED_NULLORDER;
usearch.cpp 410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]

Completed in 143 milliseconds