OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ceList2
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
colldata.cpp
882
const CEList *
ceList2
= charsToCEList->get(string);
885
const CEList *
ceList2
= new CEList(coll, *string, status);
888
delete
ceList2
;
889
ceList2
= NULL;
893
if (ceList->matchesAt(offset,
ceList2
)) {
894
int32_t clength =
ceList2
->size();
905
delete
ceList2
;
918
delete
ceList2
;
/external/icu4c/test/intltest/
ssearch.cpp
[
all
...]
Completed in 306 milliseconds