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/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();
/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 61 milliseconds