Searched refs:allocateArgTypes (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/i18n/unicode/ |
D | msgfmt.h | 930 UBool allocateArgTypes(int32_t capacity, UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | msgfmt.h | 930 UBool allocateArgTypes(int32_t capacity, UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | msgfmt.h | 930 UBool allocateArgTypes(int32_t capacity, UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | msgfmt.cpp | 346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes() function in MessageFormat 1324 if (!allocateArgTypes(argTypeCount, ec)) { in copyObjects() 1617 if (!allocateArgTypes(argTypeCount, status)) { in cacheExplicitFormats()
|
/third_party/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes() function in MessageFormat 1323 if (!allocateArgTypes(argTypeCount, ec)) { in copyObjects() 1616 if (!allocateArgTypes(argTypeCount, status)) { in cacheExplicitFormats()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | msgfmt.cpp | 346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes() function in MessageFormat 1321 if (!allocateArgTypes(argTypeCount, ec)) { in copyObjects() 1614 if (!allocateArgTypes(argTypeCount, status)) { in cacheExplicitFormats()
|