OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extendCEsSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
300
int32_t
extendCEsSize
; /* Holds the size of the dynamic CEs buffer */
[
all
...]
ucol.cpp
115
(s)->
extendCEsSize
= 0;
267
data->
extendCEsSize
= newCapacity;
276
oldCapacity = data->
extendCEsSize
;
287
oldCapacity = data->
extendCEsSize
;
[
all
...]
/external/icu4c/i18n/
ucol_imp.h
298
int32_t
extendCEsSize
; /* Holds the size of the dynamic CEs buffer */
[
all
...]
ucol.cpp
132
(s)->
extendCEsSize
= 0;
288
data->
extendCEsSize
= newCapacity;
297
oldCapacity = data->
extendCEsSize
;
308
oldCapacity = data->
extendCEsSize
;
[
all
...]
Completed in 201 milliseconds