/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | StringSegment.java | 26 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/ |
D | StringSegment.java | 24 private boolean foldCase; field in StringSegment 26 public StringSegment(String str, boolean foldCase) { in StringSegment()
|
/third_party/icu/icu4c/source/i18n/ |
D | string_segment.cpp | 112 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/ |
D | string_segment.cpp | 112 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/ |
D | string_segment.cpp | 112 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/ |
D | numparse_stringsegment.cpp | 114 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/ |
D | CaseInsensitiveString.java | 28 private static String foldCase(String foldee) in foldCase() method in CaseInsensitiveString
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CaseInsensitiveString.java | 27 private static String foldCase(String foldee) in foldCase() method in CaseInsensitiveString
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unistr_case.cpp | 217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
|
/third_party/node/deps/icu-small/source/common/ |
D | unistr_case.cpp | 217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistr_case.cpp | 217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
|
/third_party/icu/icu4c/source/common/ |
D | unistr_case.cpp | 217 UnicodeString::foldCase(uint32_t options) { in foldCase() function in UnicodeString
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | UCharacter.java | 4885 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/ |
D | UCharacter.java | 5483 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
|