Searched defs:StringSegment (Results  1 – 10 of 10) sorted by relevance
| /external/icu/icu4c/source/i18n/ | 
| D | numparse_validators.h | 19     bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE {  in match()  argument24     bool smokeTest(const StringSegment&) const U_OVERRIDE {  in smokeTest()
 
 | 
| D | numparse_symbols.cpp | 92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const {  in accept()  argument151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const {  in accept()  argument
 
 | 
| D | string_segment.cpp | 21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase)  in StringSegment()  function in StringSegment
 | 
| /external/cronet/third_party/icu/source/i18n/ | 
| D | numparse_validators.h | 19     bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE {  in match()  argument24     bool smokeTest(const StringSegment&) const U_OVERRIDE {  in smokeTest()
 
 | 
| D | numparse_symbols.cpp | 92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const {  in accept()  argument151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const {  in accept()  argument
 
 | 
| D | string_segment.cpp | 21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase)  in StringSegment()  function in StringSegment
 | 
| /external/icu/libicu/cts_headers/ | 
| D | numparse_validators.h | 19     bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE {  in match()  argument24     bool smokeTest(const StringSegment&) const U_OVERRIDE {  in smokeTest()
 
 | 
| /external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/ | 
| D | decode.h | 131   StringSegment(const std::string_view& text) : StringSegment(text, kLiteral) {}  in StringSegment()  function165   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/ | 
| D | StringSegment.java | 20 public class StringSegment implements CharSequence {  class26     public StringSegment(String str, boolean foldCase) {  in StringSegment()  method in StringSegment
 
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ | 
| D | StringSegment.java | 22 public class StringSegment implements CharSequence {  class28     public StringSegment(String str, boolean foldCase) {  in StringSegment()  method in StringSegment
 
 |