Home
last modified time | relevance | path

Searched defs:foldCase (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringSegment.java26 private boolean foldCase; field in StringSegment
28 public StringSegment(String str, boolean foldCase) { in StringSegment()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringSegment.java24 private boolean foldCase; field in StringSegment
26 public StringSegment(String str, boolean foldCase) { in StringSegment()
/third_party/icu/icu4c/source/i18n/
Dstring_segment.cpp112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal()
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual()
/third_party/node/deps/icu-small/source/i18n/
Dstring_segment.cpp112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal()
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual()
/third_party/skia/third_party/externals/icu/source/i18n/
Dstring_segment.cpp112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal()
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_stringsegment.cpp114 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal()
129 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCaseInsensitiveString.java28 private static String foldCase(String foldee) in foldCase() method in CaseInsensitiveString
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCaseInsensitiveString.java27 private static String foldCase(String foldee) in foldCase() method in CaseInsensitiveString
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/node/deps/icu-small/source/common/
Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/skia/third_party/externals/icu/source/common/
Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/icu/icu4c/source/common/
Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java4885 public static int foldCase(int ch, boolean defaultmapping) { in foldCase() method in UCharacter
4905 public static String foldCase(String str, boolean defaultmapping) { in foldCase() method in UCharacter
4950 public static int foldCase(int ch, int options) { in foldCase() method in UCharacter
4968 public static final String foldCase(String str, int options) { in foldCase() method in UCharacter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5483 public static int foldCase(int ch, boolean defaultmapping) { in foldCase() method in UCharacter
5504 public static String foldCase(String str, boolean defaultmapping) { in foldCase() method in UCharacter
5553 public static int foldCase(int ch, int options) { in foldCase() method in UCharacter
5572 public static final String foldCase(String str, int options) { in foldCase() method in UCharacter