Home
last modified time | relevance | path

Searched defs:foldCase (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCaseInsensitiveString.java27 private static String foldCase(String foldee) in foldCase() method in CaseInsensitiveString
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCaseInsensitiveString.java28 private static String foldCase(String foldee) in foldCase() method in CaseInsensitiveString
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringSegment.java24 private boolean foldCase; field in StringSegment
26 public StringSegment(String str, boolean foldCase) { in StringSegment() argument
177 private int getPrefixLengthInternal(CharSequence other, boolean foldCase) { in getPrefixLengthInternal() argument
192 private static final boolean codePointsEqual(int cp1, int cp2, boolean foldCase) { in codePointsEqual() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringSegment.java26 private boolean foldCase; field in StringSegment
28 public StringSegment(String str, boolean foldCase) { in StringSegment() argument
179 private int getPrefixLengthInternal(CharSequence other, boolean foldCase) { in getPrefixLengthInternal() argument
194 private static final boolean codePointsEqual(int cp1, int cp2, boolean foldCase) { in codePointsEqual() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dstring_segment.cpp112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal() argument
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() argument
/third_party/icu/icu4c/source/common/
H A Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/node/deps/icu-small/source/common/
H A Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/node/deps/icu-small/source/i18n/
H A Dstring_segment.cpp112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal() argument
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstring_segment.cpp112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal() argument
127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_case.cpp217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java5620 public static int foldCase(int ch, boolean defaultmapping) { in foldCase() method in UCharacter
5641 public static String foldCase(String str, boolean defaultmapping) { in foldCase() method in UCharacter
5690 public static int foldCase(int ch, int options) { in foldCase() method in UCharacter
5709 public static final String foldCase(String str, int options) { foldCase() method in UCharacter
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A 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) { foldCase() method in UCharacter
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 48 milliseconds