Home
last modified time | relevance | path

Searched refs:DEFAULT_INITIAL_CAPACITY (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp149 static const int32_t DEFAULT_INITIAL_CAPACITY = 10; variable
353 if (capacity < DEFAULT_INITIAL_CAPACITY) { in allocateArgTypes()
354 capacity = DEFAULT_INITIAL_CAPACITY; in allocateArgTypes()
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp149 static const int32_t DEFAULT_INITIAL_CAPACITY = 10; variable
353 if (capacity < DEFAULT_INITIAL_CAPACITY) { in allocateArgTypes()
354 capacity = DEFAULT_INITIAL_CAPACITY; in allocateArgTypes()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp149 static const int32_t DEFAULT_INITIAL_CAPACITY = 10; variable
353 if (capacity < DEFAULT_INITIAL_CAPACITY) { in allocateArgTypes()
354 capacity = DEFAULT_INITIAL_CAPACITY; in allocateArgTypes()

Completed in 11 milliseconds