OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldCEs
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationbuilder.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
276
uint32_t *
oldCEs
= data->extendCEs;
277
if(
oldCEs
== NULL) {
278
oldCEs
= data->CEs;
280
int32_t length = data->CEpos -
oldCEs
;
285
uprv_memcpy(newCEs,
oldCEs
, length * 4);
[
all
...]
Completed in 59 milliseconds