Home
last modified time | relevance | path

Searched defs:getCommonPrefixLength (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dstring_segment.cpp104 int32_t StringSegment::getCommonPrefixLength(const UnicodeString& other) { in getCommonPrefixLength() function in StringSegment
/third_party/icu/icu4c/source/i18n/
Dstring_segment.cpp104 int32_t StringSegment::getCommonPrefixLength(const UnicodeString& other) { in getCommonPrefixLength() function in StringSegment
/third_party/skia/third_party/externals/icu/source/i18n/
Dstring_segment.cpp104 int32_t StringSegment::getCommonPrefixLength(const UnicodeString& other) { in getCommonPrefixLength() function in StringSegment
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_stringsegment.cpp106 int32_t StringSegment::getCommonPrefixLength(const UnicodeString& other) { in getCommonPrefixLength() function in StringSegment
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java86 public static int getCommonPrefixLength(RbPath lhs, RbPath rhs) { in getCommonPrefixLength() method in RbPath