OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetBufferSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp
780
s->
offsetBufferSize
= 0;
ucol_imp.h
304
int32_t
offsetBufferSize
; /* The size of the offset buffer */
[
all
...]
ucol.cpp
118
(s)->
offsetBufferSize
= 0;
303
if(length >=
offsetBufferSize
) {
304
int32_t newCapacity = 2 *
offsetBufferSize
+ UCOL_EXPAND_CE_BUFFER_SIZE;
316
offsetBufferSize
= newCapacity;
[
all
...]
Completed in 43 milliseconds