Home
last modified time | relevance | path

Searched refs:getLastCodePoint (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java244 assertEquals("Last is -1 on empty string", -1, nsb.getLastCodePoint()); in testCodePoints()
249 assertEquals("Last is q", 'q', nsb.getLastCodePoint()); in testCodePoints()
257 assertEquals("Last is space ship", 128640, nsb.getLastCodePoint()); in testCodePoints()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DFormattedStringBuilderTest.java247 assertEquals("Last is -1 on empty string", -1, nsb.getLastCodePoint()); in testCodePoints()
252 assertEquals("Last is q", 'q', nsb.getLastCodePoint()); in testCodePoints()
260 assertEquals("Last is space ship", 128640, nsb.getLastCodePoint()); in testCodePoints()
/third_party/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp289 assertEquals("Last is -1 on empty string", -1, nsb.getLastCodePoint()); in testCodePoints()
295 assertEquals("Last is q", u'q', nsb.getLastCodePoint()); in testCodePoints()
304 assertEquals("Last is space ship", 128640, nsb.getLastCodePoint()); in testCodePoints()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.h62 UChar32 getLastCodePoint() const;
Dnumber_modifiers.cpp348 int prefixCp = prefix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
363 int suffixCp = suffix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
Dnumber_stringbuilder.cpp107 UChar32 NumberStringBuilder::getLastCodePoint() const { in getLastCodePoint() function in NumberStringBuilder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java44 int prefixCp = prefix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java42 int prefixCp = prefix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.h93 UChar32 getLastCodePoint() const;
Dformatted_string_builder.cpp116 UChar32 FormattedStringBuilder::getLastCodePoint() const { in getLastCodePoint() function in FormattedStringBuilder
Dnumber_modifiers.cpp346 int prefixCp = prefix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.h93 UChar32 getLastCodePoint() const;
Dformatted_string_builder.cpp116 UChar32 FormattedStringBuilder::getLastCodePoint() const { in getLastCodePoint() function in FormattedStringBuilder
Dnumber_modifiers.cpp346 int prefixCp = prefix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.h93 UChar32 getLastCodePoint() const;
Dformatted_string_builder.cpp116 UChar32 FormattedStringBuilder::getLastCodePoint() const { in getLastCodePoint() function in FormattedStringBuilder
Dnumber_modifiers.cpp346 int prefixCp = prefix.getLastCodePoint(); in CurrencySpacingEnabledModifier()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java95 public int getLastCodePoint() {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java109 public int getLastCodePoint() {