/third_party/icu/icu4c/source/i18n/ |
D | string_segment.cpp | 82 return codePointsEqual(getCodePoint(), otherCp, fFoldCase); in startsWith() 101 return codePointsEqual(cp1, cp2, fFoldCase); in startsWith() 119 if (!codePointsEqual(c1, c2, foldCase)) { in getPrefixLengthInternal() 127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() function in StringSegment
|
D | string_segment.h | 127 static bool codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | string_segment.cpp | 82 return codePointsEqual(getCodePoint(), otherCp, fFoldCase); in startsWith() 101 return codePointsEqual(cp1, cp2, fFoldCase); in startsWith() 119 if (!codePointsEqual(c1, c2, foldCase)) { in getPrefixLengthInternal() 127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() function in StringSegment
|
D | string_segment.h | 127 static bool codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | string_segment.cpp | 82 return codePointsEqual(getCodePoint(), otherCp, fFoldCase); in startsWith() 101 return codePointsEqual(cp1, cp2, fFoldCase); in startsWith() 119 if (!codePointsEqual(c1, c2, foldCase)) { in getPrefixLengthInternal() 127 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() function in StringSegment
|
D | string_segment.h | 127 static bool codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_stringsegment.cpp | 84 return codePointsEqual(getCodePoint(), otherCp, fFoldCase); in startsWith() 103 return codePointsEqual(cp1, cp2, fFoldCase); in startsWith() 121 if (!codePointsEqual(c1, c2, foldCase)) { in getPrefixLengthInternal() 129 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) { in codePointsEqual() function in StringSegment
|
D | numparse_types.h | 276 static bool codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | StringSegment.java | 124 return codePointsEqual(getCodePoint(), otherCp, foldCase); 150 return codePointsEqual(cp1, cp2, foldCase); 186 if (!codePointsEqual(cp1, cp2, foldCase)) { 194 private static final boolean codePointsEqual(int cp1, int cp2, boolean foldCase) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StringSegment.java | 122 return codePointsEqual(getCodePoint(), otherCp, foldCase); 148 return codePointsEqual(cp1, cp2, foldCase); 184 if (!codePointsEqual(cp1, cp2, foldCase)) { 192 private static final boolean codePointsEqual(int cp1, int cp2, boolean foldCase) {
|