/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 88 && 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/ |
D | CurrencySpacingEnabledModifier.java | 86 && 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/ |
D | UTS46.java | 592 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()
|
D | FormattedStringBuilder.java | 113 return Character.codePointBefore(chars, zero + length, zero); 120 public int codePointBefore(int index) { 121 return Character.codePointBefore(chars, zero + index, zero);
|
D | Normalizer2Impl.java | 354 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/ |
D | UTS46.java | 583 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()
|
D | FormattedStringBuilder.java | 99 return Character.codePointBefore(chars, zero + length, zero); 106 public int codePointBefore(int index) { 107 return Character.codePointBefore(chars, zero + index, zero);
|
D | Normalizer2Impl.java | 360 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/ |
D | UCharacterSurrogateTest.java | 190 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/ |
D | UCharacterSurrogateTest.java | 193 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/ |
D | FormattedStringBuilderTest.java | 251 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/ |
D | FormattedStringBuilderTest.java | 254 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/ |
D | formatted_string_builder_test.cpp | 297 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/ |
D | number_modifiers.cpp | 391 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()
|
D | formatted_string_builder.h | 97 UChar32 codePointBefore(int32_t index) const;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_modifiers.cpp | 389 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()
|
D | number_stringbuilder.h | 66 UChar32 codePointBefore(int32_t index) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_modifiers.cpp | 391 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()
|
D | formatted_string_builder.h | 97 UChar32 codePointBefore(int32_t index) const;
|
/third_party/icu/icu4c/source/i18n/ |
D | number_modifiers.cpp | 391 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()
|
D | formatted_string_builder.h | 97 UChar32 codePointBefore(int32_t index) const;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | FCDUTF16CollationIterator.java | 344 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/ |
D | FCDUTF16CollationIterator.java | 342 int c = Character.codePointBefore(seq, p); 357 c = Character.codePointBefore(seq, p);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointMap.java | 275 c = Character.codePointBefore(s, sIndex); in previous()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointMap.java | 260 c = Character.codePointBefore(s, sIndex); in previous()
|