Home
last modified time | relevance | path

Searched refs:customFormatArgStarts (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp246 customFormatArgStarts(NULL), in MessageFormat()
268 customFormatArgStarts(NULL), in MessageFormat()
291 customFormatArgStarts(NULL), in MessageFormat()
313 customFormatArgStarts(NULL), in MessageFormat()
328 uhash_close(customFormatArgStarts); in ~MessageFormat()
407 if ((customFormatArgStarts == NULL) != (that.customFormatArgStarts == NULL)) { in operator ==()
410 if (customFormatArgStarts == NULL) { in operator ==()
415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==()
416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==()
422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==()
[all …]
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp246 customFormatArgStarts(NULL), in MessageFormat()
268 customFormatArgStarts(NULL), in MessageFormat()
291 customFormatArgStarts(NULL), in MessageFormat()
313 customFormatArgStarts(NULL), in MessageFormat()
328 uhash_close(customFormatArgStarts); in ~MessageFormat()
407 if ((customFormatArgStarts == NULL) != (that.customFormatArgStarts == NULL)) { in operator ==()
410 if (customFormatArgStarts == NULL) { in operator ==()
415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==()
416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==()
422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp246 customFormatArgStarts(NULL), in MessageFormat()
268 customFormatArgStarts(NULL), in MessageFormat()
291 customFormatArgStarts(NULL), in MessageFormat()
313 customFormatArgStarts(NULL), in MessageFormat()
328 uhash_close(customFormatArgStarts); in ~MessageFormat()
407 if ((customFormatArgStarts == NULL) != (that.customFormatArgStarts == NULL)) { in operator ==()
410 if (customFormatArgStarts == NULL) { in operator ==()
415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==()
416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==()
422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp246 customFormatArgStarts(NULL), in MessageFormat()
268 customFormatArgStarts(NULL), in MessageFormat()
291 customFormatArgStarts(NULL), in MessageFormat()
313 customFormatArgStarts(NULL), in MessageFormat()
328 uhash_close(customFormatArgStarts); in ~MessageFormat()
407 if ((customFormatArgStarts == NULL) != (that.customFormatArgStarts == NULL)) { in operator ==()
410 if (customFormatArgStarts == NULL) { in operator ==()
415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==()
416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==()
422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java545 if (customFormatArgStarts != null) { in toPattern()
1456 if (customFormatArgStarts != null) { in clone()
1457 other.customFormatArgStarts = new HashSet<>(); in clone()
1458 for (Integer key : customFormatArgStarts) { in clone()
1459 other.customFormatArgStarts.add(key); in clone()
1462 other.customFormatArgStarts = null; in clone()
1501 && Objects.equals(customFormatArgStarts, other.customFormatArgStarts); in equals()
1594 private transient Set<Integer> customFormatArgStarts; field in MessageFormat
2184 customFormatArgStarts = null; in resetPattern()
2395 if (customFormatArgStarts == null || customFormatArgStarts.isEmpty()) { in writeObject()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java534 if (customFormatArgStarts != null) { in toPattern()
1422 if (customFormatArgStarts != null) { in clone()
1423 other.customFormatArgStarts = new HashSet<>(); in clone()
1424 for (Integer key : customFormatArgStarts) { in clone()
1425 other.customFormatArgStarts.add(key); in clone()
1428 other.customFormatArgStarts = null; in clone()
1466 && Objects.equals(customFormatArgStarts, other.customFormatArgStarts); in equals()
1550 private transient Set<Integer> customFormatArgStarts; field in MessageFormat
2140 customFormatArgStarts = null; in resetPattern()
2351 if (customFormatArgStarts == null || customFormatArgStarts.isEmpty()) { in writeObject()
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h943 UHashtable* customFormatArgStarts; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmsgfmt.h943 UHashtable* customFormatArgStarts; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h943 UHashtable* customFormatArgStarts; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h926 UHashtable* customFormatArgStarts; variable