Home
last modified time | relevance | path

Searched refs:ensureCharsCapacity (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dstrenum.h225 * Allocated in constructor and in ensureCharsCapacity().
249 void ensureCharsCapacity(int32_t capacity, UErrorCode &status);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstrenum.h225 * Allocated in constructor and in ensureCharsCapacity().
249 void ensureCharsCapacity(int32_t capacity, UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstrenum.h225 * Allocated in constructor and in ensureCharsCapacity().
249 void ensureCharsCapacity(int32_t capacity, UErrorCode &status);
/third_party/icu/icu4c/source/common/
H A Dustrenum.cpp48 ensureCharsCapacity(unistr.length()+1, status); in next()
83 StringEnumeration::ensureCharsCapacity(int32_t capacity, UErrorCode &status) { in ensureCharsCapacity() function in StringEnumeration
/third_party/node/deps/icu-small/source/common/
H A Dustrenum.cpp48 ensureCharsCapacity(unistr.length()+1, status); in next()
83 StringEnumeration::ensureCharsCapacity(int32_t capacity, UErrorCode &status) { in ensureCharsCapacity() function in StringEnumeration
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrenum.cpp48 ensureCharsCapacity(unistr.length()+1, status); in next()
83 StringEnumeration::ensureCharsCapacity(int32_t capacity, UErrorCode &status) { in ensureCharsCapacity() function in StringEnumeration

Completed in 4 milliseconds