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

  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 558 RCEBuffer rceb; local
561 // **** do we need to reset rceb, or will it always be empty at this point ****
568 if (! rceb.empty()) {
575 rceb.put(ce, low, high);
579 while (! rceb.empty()) {
580 const RCEI *rcei = rceb.get();
  /external/icu4c/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();

Completed in 362 milliseconds