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

  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 388 RCEBuffer rceb; local
391 // **** do we need to reset rceb, or will it always be empty at this point ****
398 if (! rceb.empty()) {
405 rceb.put((uint32_t)ce, low, high);
409 while (! rceb.empty()) {
410 const RCEI *rcei = rceb.get();
  /external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp 545 RCEBuffer rceb; local
548 // **** do we need to reset rceb, or will it always be empty at this point ****
555 if (! rceb.empty()) {
562 rceb.put(ce, low, high);
566 while (! rceb.empty()) {
567 const RCEI *rcei = rceb.get();
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 393 milliseconds