Searched refs:appendChar16 (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measfmt.cpp | 794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric() 810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric() 817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
|
D | formatted_string_builder.h | 102 inline int32_t appendChar16(char16_t codeUnit, Field field, UErrorCode& status) { in appendChar16() function
|
/third_party/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric() 810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric() 817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
|
D | formatted_string_builder.h | 102 inline int32_t appendChar16(char16_t codeUnit, Field field, UErrorCode& status) { in appendChar16() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measfmt.cpp | 794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric() 810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric() 817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
|
D | formatted_string_builder.h | 102 inline int32_t appendChar16(char16_t codeUnit, Field field, UErrorCode& status) { in appendChar16() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 919 fsb.appendChar16(c, null); in formatNumeric() 932 fsb.appendChar16(c, null); in formatNumeric() 939 fsb.appendChar16(c, null); in formatNumeric()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MeasureFormat.java | 884 fsb.appendChar16(c, null); in formatNumeric() 897 fsb.appendChar16(c, null); in formatNumeric() 904 fsb.appendChar16(c, null); in formatNumeric()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 145 sb7.appendChar16(Character.lowSurrogate(cas), null); in testInsertAppendCodePoint()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 142 sb7.appendChar16(Character.lowSurrogate(cas), null); in testInsertAppendCodePoint()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 183 sb7.appendChar16(U16_TRAIL(cas), kUndefinedField, status); in testInsertAppendCodePoint()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedStringBuilder.java | 125 public int appendChar16(char codeUnit, Object field) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedStringBuilder.java | 139 public int appendChar16(char codeUnit, Object field) {
|