/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 355 if (mXMLDecl.lookingAt(fPos, status)) { in parse() 363 if (mXMLDoctype.lookingAt(fPos, status)) { in parse() 371 if (mXMLElemEmpty.lookingAt(fPos, status)) { in parse() 376 if (mXMLElemStart.lookingAt(fPos, status) == FALSE) { in parse() 392 if (mXMLElemStart.lookingAt(fPos, status)) { in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 423 if (mXMLPI.lookingAt(fPos, status)) { in parse() 429 if (mXMLElemEnd.lookingAt(fPos, status)) { in parse() [all …]
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 355 if (mXMLDecl.lookingAt(fPos, status)) { in parse() 363 if (mXMLDoctype.lookingAt(fPos, status)) { in parse() 371 if (mXMLElemEmpty.lookingAt(fPos, status)) { in parse() 376 if (mXMLElemStart.lookingAt(fPos, status) == FALSE) { in parse() 392 if (mXMLElemStart.lookingAt(fPos, status)) { in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 423 if (mXMLPI.lookingAt(fPos, status)) { in parse() 429 if (mXMLElemEnd.lookingAt(fPos, status)) { in parse() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 355 if (mXMLDecl.lookingAt(fPos, status)) { in parse() 363 if (mXMLDoctype.lookingAt(fPos, status)) { in parse() 371 if (mXMLElemEmpty.lookingAt(fPos, status)) { in parse() 376 if (mXMLElemStart.lookingAt(fPos, status) == FALSE) { in parse() 392 if (mXMLElemStart.lookingAt(fPos, status)) { in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 423 if (mXMLPI.lookingAt(fPos, status)) { in parse() 429 if (mXMLElemEnd.lookingAt(fPos, status)) { in parse() [all …]
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | xmlparser.cpp | 235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile() 241 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile() 355 if (mXMLDecl.lookingAt(fPos, status)) { in parse() 363 if (mXMLDoctype.lookingAt(fPos, status)) { in parse() 371 if (mXMLElemEmpty.lookingAt(fPos, status)) { in parse() 376 if (mXMLElemStart.lookingAt(fPos, status) == FALSE) { in parse() 392 if (mXMLElemStart.lookingAt(fPos, status)) { in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 423 if (mXMLPI.lookingAt(fPos, status)) { in parse() 429 if (mXMLElemEnd.lookingAt(fPos, status)) { in parse() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 394 actualmatch = REMatcher->lookingAt(status); in doRegexLMTest() 470 actualmatch = REMatcher->lookingAt(status); in doRegexLMTestUTF8() 792 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match() 795 REGEX_ASSERT(m1->lookingAt(status) == FALSE); in API_Match() 799 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match() 801 REGEX_ASSERT(m1->lookingAt(status) == FALSE); in API_Match() 812 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match() 880 REGEX_ASSERT(m1->lookingAt(4, status) == TRUE); in API_Match() 881 REGEX_ASSERT(m1->lookingAt(5, status) == FALSE); in API_Match() 882 REGEX_ASSERT(m1->lookingAt(3, status) == FALSE); in API_Match() [all …]
|
D | dcfmtest.cpp | 279 if (commentMat.lookingAt(status)) { in DataDrivenTests() 289 if (parseLineMat.lookingAt(status)) { in DataDrivenTests() 303 if (formatLineMat.lookingAt(status)) { in DataDrivenTests()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | prscmnts.cpp | 111 if(matcher.lookingAt(*status)){ in getText() 173 if(matcher.lookingAt(*status)){ in getCount() 213 if(matcher.lookingAt(*status)){ in getAt()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | prscmnts.cpp | 111 if(matcher.lookingAt(*status)){ in getText() 173 if(matcher.lookingAt(*status)){ in getCount() 213 if(matcher.lookingAt(*status)){ in getAt()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | prscmnts.cpp | 111 if(matcher.lookingAt(*status)){ in getText() 173 if(matcher.lookingAt(*status)){ in getCount() 213 if(matcher.lookingAt(*status)){ in getAt()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 111 if(matcher.lookingAt(*status)){ in getText() 173 if(matcher.lookingAt(*status)){ in getCount() 213 if(matcher.lookingAt(*status)){ in getAt()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/ |
D | RegexBasedMatcher.java | 51 if (!matcher.lookingAt()) { in match()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RuleParser.java | 98 … && RULE_PARTS_SEPERATOR.matcher(configLines.get(lineIndex)).lookingAt()) { in parseLines() 134 checkArgument(m.lookingAt(), "unexpected path spec: %s", escapedPathSpec); in parseRule()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | AsYouTypeFormatter.java | 217 if (!m.lookingAt()) { in narrowDownPossibleFormats() 553 if (m.lookingAt() && m.end() > 0) { in removeNationalPrefixFromNationalNumber() 579 if (iddMatcher.lookingAt()) { in attemptToExtractIdd()
|
D | PhoneNumberMatcher.java | 330 if (TIME_STAMPS_SUFFIX.matcher(followingText).lookingAt()) { in extractMatch() 405 if (offset > 0 && !LEAD_CLASS.matcher(candidate).lookingAt()) { in parseAndVerify() 589 if (!pattern.matcher(nationalSignificantNumber).lookingAt()) { in checkNumberGroupingIsValid()
|
D | PhoneNumberUtil.java | 1950 numFormat.getLeadingDigitsPattern(size - 1)).matcher(nationalNumber).lookingAt()) { 2004 if (matcher.lookingAt()) { 2413 .matcher(nationalNumber).lookingAt()) { 2925 if (m.lookingAt()) { 2963 if (m.lookingAt()) { 2997 if (prefixMatcher.lookingAt()) { 3074 || !PLUS_CHARS_PATTERN.matcher(numberToParse).lookingAt()) { 3282 && matcher.lookingAt()) {
|
D | ShortNumberInfo.java | 450 if (PhoneNumberUtil.PLUS_CHARS_PATTERN.matcher(possibleNumber).lookingAt()) { in matchesEmergencyNumberHelper()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 985 if (matcher.lookingAt()) { in nextToken() 1001 if (matcher.lookingAt()) { in skipWhitespace() 1040 public boolean lookingAt(String text) { in lookingAt() method in TextFormat.Tokenizer 1879 if (tokenizer.tryConsume(":") && !tokenizer.lookingAt("{") && !tokenizer.lookingAt("<")) { in mergeField() 2226 if (tokenizer.tryConsume(":") && !tokenizer.lookingAt("<") && !tokenizer.lookingAt("{")) { in skipField() 2249 while (!tokenizer.lookingAt(">") && !tokenizer.lookingAt("}")) { in skipFieldMessage()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter_icu.cc | 135 ? matcher->lookingAt(input->position(), status) in Consume()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | regex.h | 809 virtual UBool lookingAt(UErrorCode &status); 825 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | regex.h | 799 virtual UBool lookingAt(UErrorCode &status); 815 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 799 virtual UBool lookingAt(UErrorCode &status); 815 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | regex.h | 799 virtual UBool lookingAt(UErrorCode &status); 815 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
|
/third_party/icu/icu4c/source/i18n/ |
D | uregex.cpp | 557 result = regexp->fMatcher->lookingAt(*status); in uregex_lookingAt64() 559 result = regexp->fMatcher->lookingAt(startIndex, *status); in uregex_lookingAt64()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uregex.cpp | 557 result = regexp->fMatcher->lookingAt(*status); in uregex_lookingAt64() 559 result = regexp->fMatcher->lookingAt(startIndex, *status); in uregex_lookingAt64()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uregex.cpp | 557 result = regexp->fMatcher->lookingAt(*status); in uregex_lookingAt64() 559 result = regexp->fMatcher->lookingAt(startIndex, *status); in uregex_lookingAt64()
|