| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
| H A D | MinusSignMatcher.java | 45 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in MinusSignMatcher
|
| H A D | IgnorablesMatcher.java | 44 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in IgnorablesMatcher
|
| H A D | NanMatcher.java | 36 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in NanMatcher
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | FilteredData.java | 42 public void accept(PathOrder order, ValueVisitor visitor) { in accept() method in FilteredData
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/ |
| H A D | TestUnicodeKnownIssues.java | 139 public void accept(String t) { in accept() method in TestUnicodeKnownIssues.MyConsumer
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
| H A D | MinusSignMatcher.java | 49 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in MinusSignMatcher
|
| H A D | IgnorablesMatcher.java | 46 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in IgnorablesMatcher
|
| H A D | NanMatcher.java | 38 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in NanMatcher
|
| H A D | SymbolMatcher.java | 76 protected abstract void accept(StringSegment segment, ParsedNumber result); in accept() method in SymbolMatcher
|
| H A D | PlusSignMatcher.java | 49 protected void accept(StringSegment segment, ParsedNumber result) { in accept() method in PlusSignMatcher
|
| /third_party/node/deps/openssl/openssl/include/internal/ |
| H A D | sockets.h | 61 # define accept(s,f,l) ((int)accept(s,f,l)) macro
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/ |
| H A D | MapBackedMetadataContainer.java | 67 public void accept(PhoneMetadata phoneMetadata) { in accept() method in MapBackedMetadataContainer
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| H A D | CsvTableCollector.java | 67 public void accept(Stream<String> row) { in accept() method in CsvTableCollector
|
| /third_party/openssl/include/internal/ |
| H A D | sockets.h | 61 # define accept(s,f,l) ((int)accept(s,f,l)) macro
|
| /third_party/openssl/ohos_lite/include/internal/ |
| H A D | sockets.h | 57 # define accept(s,f,l) ((int)accept(s,f,l)) macro
|
| /third_party/skia/src/sksl/lex/ |
| H A D | NFAState.h | 60 bool accept(char c) const { in accept() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
| H A D | Option.cpp | 233 Arg *Option::accept(const ArgList &Args, in accept() function in Option
|
| /third_party/curl/lib/ |
| H A D | memdebug.h | 141 #undef accept /* for those with accept as a macro */ macro 142 #define accept(sock,addr,len)\ macro
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A D | UnicodeKnownIssues.java | 23 public interface Consumer<T> { void accept(T t); } in accept() method
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numparse_symbols.cpp | 92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher 105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher 120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher 134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher 151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher 164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher 178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher 193 void PlusSignMatcher::accept(StringSegmen function in PlusSignMatcher [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numparse_symbols.cpp | 92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher 105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher 120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher 134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher 151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher 164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher 178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher 193 void PlusSignMatcher::accept(StringSegmen function in PlusSignMatcher [all...] |
| /third_party/python/Lib/test/ |
| H A D | test__locale.py | 60 def accept(loc): function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateGlobalInitializer.cpp | 36 ANGLE_INLINE void onNonConstInitializerVisit(bool accept) in onNonConstInitializerVisit() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Socket.cpp | 81 Socket *Socket::accept() in accept() function in sw::Socket
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Socket.cpp | 82 Socket *Socket::accept() in accept() function in sw::Socket
|