OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rceb
(Results
1 - 2
of
2
) 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();
Completed in 653 milliseconds