Home
last modified time | relevance | path

Searched defs:StringSegment (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_validators.h19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE { in match() argument
24 bool smokeTest(const StringSegment&) const U_OVERRIDE { in smokeTest()
Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() argument
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() argument
Dstring_segment.cpp21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment() function in StringSegment
/external/cronet/third_party/icu/source/i18n/
Dnumparse_validators.h19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE { in match() argument
24 bool smokeTest(const StringSegment&) const U_OVERRIDE { in smokeTest()
Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() argument
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() argument
Dstring_segment.cpp21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment() function in StringSegment
/external/icu/libicu/cts_headers/
Dnumparse_validators.h19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE { in match() argument
24 bool smokeTest(const StringSegment&) const U_OVERRIDE { in smokeTest()
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Ddecode.h131 StringSegment(const std::string_view& text) : StringSegment(text, kLiteral) {} in StringSegment() function
165 StringSegment() : type_(kLiteral) {} in StringSegment() function
167 StringSegment(const std::string_view& text, Type type) in StringSegment() function
170 StringSegment(const std::string_view& text, Type type, ArgSize local_size) in StringSegment() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringSegment.java20 public class StringSegment implements CharSequence { class
26 public StringSegment(String str, boolean foldCase) { in StringSegment() method in StringSegment
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStringSegment.java22 public class StringSegment implements CharSequence { class
28 public StringSegment(String str, boolean foldCase) { in StringSegment() method in StringSegment