Home
last modified time | relevance | path

Searched defs:codePointBefore (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp133 UChar32 FormattedStringBuilder::codePointBefore(int32_t index) const { in codePointBefore() function in FormattedStringBuilder
Dusearch.cpp3831 UChar32 codePointBefore(const USearch &search, int32_t index) { in codePointBefore() function
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp133 UChar32 FormattedStringBuilder::codePointBefore(int32_t index) const { in codePointBefore() function in FormattedStringBuilder
Dusearch.cpp3831 UChar32 codePointBefore(const USearch &search, int32_t index) { in codePointBefore() function
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp133 UChar32 FormattedStringBuilder::codePointBefore(int32_t index) const { in codePointBefore() function in FormattedStringBuilder
Dusearch.cpp1758 UChar32 codePointBefore(const USearch &search, int32_t index) { in codePointBefore() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.cpp124 UChar32 NumberStringBuilder::codePointBefore(int32_t index) const { in codePointBefore() function in NumberStringBuilder
Dusearch.cpp3825 UChar32 codePointBefore(const USearch &search, int32_t index) { in codePointBefore() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1247 private static int codePointBefore(CharacterIterator iter, int index) { in codePointBefore() method in StringSearch
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1263 private static int codePointBefore(CharacterIterator iter, int index) { in codePointBefore() method in StringSearch
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java6255 public static final int codePointBefore(CharSequence seq, int index) { in codePointBefore() method in UCharacter
6278 public static final int codePointBefore(char[] text, int index) { in codePointBefore() method in UCharacter
6302 public static final int codePointBefore(char[] text, int index, int limit) { in codePointBefore() method in UCharacter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java5610 public static final int codePointBefore(CharSequence seq, int index) { in codePointBefore() method in UCharacter
5632 public static final int codePointBefore(char[] text, int index) { in codePointBefore() method in UCharacter
5655 public static final int codePointBefore(char[] text, int index, int limit) { in codePointBefore() method in UCharacter