Home
last modified time | relevance | path

Searched refs:previousProcessed (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dusrchimp.h120 int64_t previousProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
Ducoleitr.cpp382 UCollationPCE::previousProcessed( in previousProcessed() function in UCollationPCE
Dusearch.cpp1535 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h120 int64_t previousProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
Ducoleitr.cpp382 UCollationPCE::previousProcessed( in previousProcessed() function in UCollationPCE
Dusearch.cpp3601 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h120 int64_t previousProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
Ducoleitr.cpp382 UCollationPCE::previousProcessed( in previousProcessed() function in UCollationPCE
Dusearch.cpp3607 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
/third_party/icu/icu4c/source/i18n/
Dusrchimp.h120 int64_t previousProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
Ducoleitr.cpp382 UCollationPCE::previousProcessed( in previousProcessed() function in UCollationPCE
Dusearch.cpp3607 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1755 public long previousProcessed(Range range) { in previousProcessed() method in StringSearch.CollationPCE
2054 buf_[i].ce_ = strSearch_.textProcessedIter_.previousProcessed(range); in getPrevious()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1771 public long previousProcessed(Range range) { in previousProcessed() method in StringSearch.CollationPCE
2067 buf_[i].ce_ = strSearch_.textProcessedIter_.previousProcessed(range); in getPrevious()