Home
last modified time | relevance | path

Searched refs:codePointBefore (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java88 && beforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
133 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
138 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java86 && beforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
131 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
136 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java592 c=Character.codePointBefore(label, labelLimit); in checkLabelBiDi()
708 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
720 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
752 int c=Character.codePointBefore(label, i); in isLabelOkContextJ()
800 UScript.HEBREW==UScript.getScript(Character.codePointBefore(label, i)))) { in checkLabelContextO()
DFormattedStringBuilder.java113 return Character.codePointBefore(chars, zero + length, zero);
120 public int codePointBefore(int index) {
121 return Character.codePointBefore(chars, zero + index, zero);
DNormalizer2Impl.java354 int c=str.codePointBefore(codePointStart); in previousCC()
1300 c = Character.codePointBefore(s, prevSrc); in compose()
1382 c = Character.codePointBefore(s, prevSrc); in composeQuickCheck()
2161 return start == p || hasCompBoundaryAfter(Character.codePointBefore(s, p), onlyContiguous); in hasCompBoundaryAfter()
2171 int c=Character.codePointBefore(s, p); in findPreviousCompBoundary()
2200 int c=Character.codePointBefore(s, p); in findPreviousFCDBoundary()
2231 return getFCD16(Character.codePointBefore(s, p)); in getPreviousTrailCC()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUTS46.java583 c=Character.codePointBefore(label, labelLimit); in checkLabelBiDi()
699 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
711 c=Character.codePointBefore(label, j); in isLabelOkContextJ()
743 int c=Character.codePointBefore(label, i); in isLabelOkContextJ()
791 UScript.HEBREW==UScript.getScript(Character.codePointBefore(label, i)))) { in checkLabelContextO()
DFormattedStringBuilder.java99 return Character.codePointBefore(chars, zero + length, zero);
106 public int codePointBefore(int index) {
107 return Character.codePointBefore(chars, zero + index, zero);
DNormalizer2Impl.java360 int c=str.codePointBefore(codePointStart); in previousCC()
1309 c = Character.codePointBefore(s, prevSrc); in compose()
1391 c = Character.codePointBefore(s, prevSrc); in composeQuickCheck()
2170 return start == p || hasCompBoundaryAfter(Character.codePointBefore(s, p), onlyContiguous); in hasCompBoundaryAfter()
2180 int c=Character.codePointBefore(s, p); in findPreviousCompBoundary()
2209 int c=Character.codePointBefore(s, p); in findPreviousFCDBoundary()
2240 return getFCD16(Character.codePointBefore(s, p)); in getPreviousTrailCC()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java190 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore()
192 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore()
194 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore()
203 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterSurrogateTest.java193 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore()
195 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore()
197 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore()
206 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java251 assertEquals("Before 1st is q", 'q', nsb.codePointBefore(1)); in testCodePoints()
259 assertEquals("Before 1st is q", 'q', nsb.codePointBefore(1)); in testCodePoints()
260 assertEquals("Before 3rd is space ship", 128640, nsb.codePointBefore(3)); in testCodePoints()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DFormattedStringBuilderTest.java254 assertEquals("Before 1st is q", 'q', nsb.codePointBefore(1)); in testCodePoints()
262 assertEquals("Before 1st is q", 'q', nsb.codePointBefore(1)); in testCodePoints()
263 assertEquals("Before 3rd is space ship", 128640, nsb.codePointBefore(3)); in testCodePoints()
/third_party/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp297 assertEquals("Before 1st is q", u'q', nsb.codePointBefore(1)); in testCodePoints()
306 assertEquals("Before 1st is q", u'q', nsb.codePointBefore(1)); in testCodePoints()
307 assertEquals("Before 3rd is space ship", 128640, nsb.codePointBefore(3)); in testCodePoints()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_modifiers.cpp391 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
436 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
Dformatted_string_builder.h97 UChar32 codePointBefore(int32_t index) const;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp389 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
430 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
435 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
Dnumber_stringbuilder.h66 UChar32 codePointBefore(int32_t index) const;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp391 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
436 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
Dformatted_string_builder.h97 UChar32 codePointBefore(int32_t index) const;
/third_party/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp391 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
436 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
Dformatted_string_builder.h97 UChar32 codePointBefore(int32_t index) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DFCDUTF16CollationIterator.java344 int c = Character.codePointBefore(seq, p);
359 c = Character.codePointBefore(seq, p);
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java342 int c = Character.codePointBefore(seq, p);
357 c = Character.codePointBefore(seq, p);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointMap.java275 c = Character.codePointBefore(s, sIndex); in previous()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointMap.java260 c = Character.codePointBefore(s, sIndex); in previous()

1234