Searched refs:UCOL_PROCESSED_NULLORDER (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h37 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX) macro
214 * @return The next collation elements ordering, otherwise returns UCOL_PROCESSED_NULLORDER
237 * UCOL_PROCESSED_NULLORDER if an error has occured or if the start of
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp328 return UCOL_PROCESSED_NULLORDER;
339 result = UCOL_PROCESSED_NULLORDER;
381 return UCOL_PROCESSED_NULLORDER;
431 return UCOL_PROCESSED_NULLORDER;
H A Dusrchimp.h47 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX) macro
101 * @return The next collation elements ordering, otherwise returns UCOL_PROCESSED_NULLORDER
115 * UCOL_PROCESSED_NULLORDER if an error has occured or if the start of
H A Dusearch.cpp396 while ((pce = iter.nextProcessed(NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
3875 // characters, or the CE marks the limit of the target text (in which case the CE weight is UCOL_PROCESSED_NULLORDER).
3898 // Note that the target CE will be UCOL_PROCESSED_NULLORDER if we reach the end of input,
3917 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) {
3950 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3958 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) {
4198 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) {
4247 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
4675 if (pce == UCOL_PROCESSED_NULLORDER) {
4828 if (pce == UCOL_PROCESSED_NULLORDER) {
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp435 return UCOL_PROCESSED_NULLORDER;
452 result = UCOL_PROCESSED_NULLORDER;
520 return UCOL_PROCESSED_NULLORDER;
588 return UCOL_PROCESSED_NULLORDER;
H A Dusearch.cpp410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
3868 // characters, or the CE marks the limit of the target text (in which case the CE weight is UCOL_PROCESSED_NULLORDER).
3891 // Note that the target CE will be UCOL_PROCESSED_NULLORDER if we reach the end of input,
3910 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) {
3943 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3951 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) {
4191 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) {
4240 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
4664 if (pce == UCOL_PROCESSED_NULLORDER) {
4813 if (pce == UCOL_PROCESSED_NULLORDER) {
[all...]

Completed in 97 milliseconds