Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
Ddtptngen.cpp2251 UChar repeatChar = row->patternChar; in set() local
2253 skeletonResult.baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
Ddtptngen.cpp2097 UChar repeatChar = row->patternChar; in set() local
2099 skeletonResult.baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
Ddtptngen.cpp2243 UChar repeatChar = row->patternChar; in set() local
2245 skeletonResult.baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/icu/icu4c/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
Ddtptngen.cpp2251 UChar repeatChar = row->patternChar; in set() local
2253 skeletonResult.baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java2677 char repeatChar = (char)row[0]; in set() local
2679 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; in set()
2680 baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2728 char repeatChar = (char)row[0]; in set() local
2730 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; in set()
2731 baseOriginal.populate(field, repeatChar, repeatCount); in set()