Searched refs:rceb (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | ucoleitr.cpp | 398 RCEBuffer rceb; in previousProcessed() local 401 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed() 408 if (!rceb.isEmpty()) { in previousProcessed() 415 rceb.put((uint32_t)ce, low, high, *status); in previousProcessed() 419 while (U_SUCCESS(*status) && !rceb.isEmpty()) { in previousProcessed() 420 const RCEI *rcei = rceb.get(); in previousProcessed()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucoleitr.cpp | 398 RCEBuffer rceb; in previousProcessed() local 401 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed() 408 if (!rceb.isEmpty()) { in previousProcessed() 415 rceb.put((uint32_t)ce, low, high, *status); in previousProcessed() 419 while (U_SUCCESS(*status) && !rceb.isEmpty()) { in previousProcessed() 420 const RCEI *rcei = rceb.get(); in previousProcessed()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucoleitr.cpp | 398 RCEBuffer rceb; in previousProcessed() local 401 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed() 408 if (!rceb.isEmpty()) { in previousProcessed() 415 rceb.put((uint32_t)ce, low, high, *status); in previousProcessed() 419 while (U_SUCCESS(*status) && !rceb.isEmpty()) { in previousProcessed() 420 const RCEI *rcei = rceb.get(); in previousProcessed()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | StringSearch.java | 1779 RCEBuffer rceb = new RCEBuffer(); in previousProcessed() 1784 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed() 1791 if (!rceb.empty()) { in previousProcessed() 1799 rceb.put(ce, low, high); in previousProcessed() 1807 while (!rceb.empty()) { in previousProcessed() 1808 RCEI rcei = rceb.get(); in previousProcessed()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringSearch.java | 1763 RCEBuffer rceb = new RCEBuffer(); in previousProcessed() 1768 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed() 1775 if (!rceb.empty()) { in previousProcessed() 1783 rceb.put(ce, low, high); in previousProcessed() 1791 while (!rceb.empty()) { in previousProcessed() 1792 RCEI rcei = rceb.get(); in previousProcessed()
|
Completed in 8 milliseconds