Searched refs:argTypeCount (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | msgfmt.cpp | 240 argTypeCount(0), in MessageFormat() 262 argTypeCount(0), in MessageFormat() 285 argTypeCount(0), in MessageFormat() 307 argTypeCount(0), in MessageFormat() 506 argTypeCount = 0; in resetPattern() 1322 argTypeCount = that.argTypeCount; in copyObjects() 1323 if (argTypeCount > 0) { in copyObjects() 1324 if (!allocateArgTypes(argTypeCount, ec)) { in copyObjects() 1327 uprv_memcpy(argTypes, that.argTypes, argTypeCount * sizeof(argTypes[0])); in copyObjects() 1390 LocalArray<Formattable> resultArray(new Formattable[argTypeCount ? argTypeCount : 1]); in parse() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 240 argTypeCount(0), in MessageFormat() 262 argTypeCount(0), in MessageFormat() 285 argTypeCount(0), in MessageFormat() 307 argTypeCount(0), in MessageFormat() 506 argTypeCount = 0; in resetPattern() 1321 argTypeCount = that.argTypeCount; in copyObjects() 1322 if (argTypeCount > 0) { in copyObjects() 1323 if (!allocateArgTypes(argTypeCount, ec)) { in copyObjects() 1326 uprv_memcpy(argTypes, that.argTypes, argTypeCount * sizeof(argTypes[0])); in copyObjects() 1389 LocalArray<Formattable> resultArray(new Formattable[argTypeCount ? argTypeCount : 1]); in parse() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | msgfmt.cpp | 240 argTypeCount(0), in MessageFormat() 262 argTypeCount(0), in MessageFormat() 285 argTypeCount(0), in MessageFormat() 307 argTypeCount(0), in MessageFormat() 506 argTypeCount = 0; in resetPattern() 1319 argTypeCount = that.argTypeCount; in copyObjects() 1320 if (argTypeCount > 0) { in copyObjects() 1321 if (!allocateArgTypes(argTypeCount, ec)) { in copyObjects() 1324 uprv_memcpy(argTypes, that.argTypes, argTypeCount * sizeof(argTypes[0])); in copyObjects() 1387 LocalArray<Formattable> resultArray(new Formattable[argTypeCount ? argTypeCount : 1]); in parse() [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | msgfmt.h | 919 int32_t argTypeCount; variable 1074 listCount = argTypeCount; in getArgTypeList()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | msgfmt.h | 919 int32_t argTypeCount; variable 1074 listCount = argTypeCount; in getArgTypeList()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | msgfmt.h | 919 int32_t argTypeCount; variable 1076 listCount = argTypeCount; in getArgTypeList()
|