Home
last modified time | relevance | path

Searched refs:appendChar16 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasfmt.cpp794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
Dformatted_string_builder.h102 inline int32_t appendChar16(char16_t codeUnit, Field field, UErrorCode& status) { in appendChar16() function
/third_party/icu/icu4c/source/i18n/
Dmeasfmt.cpp794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
Dformatted_string_builder.h102 inline int32_t appendChar16(char16_t codeUnit, Field field, UErrorCode& status) { in appendChar16() function
/third_party/node/deps/icu-small/source/i18n/
Dmeasfmt.cpp794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
Dformatted_string_builder.h102 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/
DMeasureFormat.java919 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/
DMeasureFormat.java884 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/
DFormattedStringBuilderTest.java145 sb7.appendChar16(Character.lowSurrogate(cas), null); in testInsertAppendCodePoint()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java142 sb7.appendChar16(Character.lowSurrogate(cas), null); in testInsertAppendCodePoint()
/third_party/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp183 sb7.appendChar16(U16_TRAIL(cas), kUndefinedField, status); in testInsertAppendCodePoint()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java125 public int appendChar16(char codeUnit, Object field) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java139 public int appendChar16(char codeUnit, Object field) {