Home
last modified time | relevance | path

Searched defs:newChars (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp74 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * capacity)); in operator =() local
288 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * newCapacity)); in prepareForInsertHelper() local
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp75 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * capacity)); in operator =() local
309 …auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * static_cast<size_t>(newCap… in prepareForInsertHelper() local
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp75 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * capacity)); in operator =() local
309 …auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * static_cast<size_t>(newCap… in prepareForInsertHelper() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrieBuilder.java141 char[] newChars=new char[newCapacity]; in ensureCapacity() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java145 char[] newChars=new char[newCapacity]; in ensureCapacity() local