HomeSort by relevance Sort by last modified time
    Searched full:lookingat (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 56 if (matcher.lookingAt()) {
89 return matcher.lookingAt();
95 if (matcher.lookingAt()) {
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 110 inline bool Parser::LookingAt(const char* text) {
123 if (LookingAt(text)) {
210 } else if (LookingAt("inf")) {
214 } else if (LookingAt("nan")) {
281 } else if (LookingAt("}")) {
316 if (require_syntax_identifier_ || LookingAt("syntax")) {
335 if (LookingAt("}")) {
370 } else if (LookingAt("message")) {
372 } else if (LookingAt("enum")) {
374 } else if (LookingAt("service"))
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 110 inline bool Parser::LookingAt(const char* text) {
123 if (LookingAt(text)) {
224 } else if (LookingAt("inf")) {
228 } else if (LookingAt("nan")) {
256 if (LookingAt(text)) {
386 } else if (LookingAt("}")) {
431 if (require_syntax_identifier_ || LookingAt("syntax")) {
450 if (LookingAt("}")) {
489 } else if (LookingAt("message")) {
493 } else if (LookingAt("enum"))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 233 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) {
239 while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.
353 if (mXMLDecl.lookingAt(fPos, status)) {
361 if (mXMLDoctype.lookingAt(fPos, status)) {
369 if (mXMLElemEmpty.lookingAt(fPos, status)) {
374 if (mXMLElemStart.lookingAt(fPos, status) == FALSE) {
390 if (mXMLElemStart.lookingAt(fPos, status)) {
415 if (mXMLComment.lookingAt(fPos, status)) {
421 if (mXMLPI.lookingAt(fPos, status)) {
427 if (mXMLElemEnd.lookingAt(fPos, status))
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 233 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) {
239 while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.
353 if (mXMLDecl.lookingAt(fPos, status)) {
361 if (mXMLDoctype.lookingAt(fPos, status)) {
369 if (mXMLElemEmpty.lookingAt(fPos, status)) {
374 if (mXMLElemStart.lookingAt(fPos, status) == FALSE) {
390 if (mXMLElemStart.lookingAt(fPos, status)) {
415 if (mXMLComment.lookingAt(fPos, status)) {
421 if (mXMLPI.lookingAt(fPos, status)) {
427 if (mXMLElemEnd.lookingAt(fPos, status))
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java 52 if (!typeSubtype.lookingAt()) return null;
60 if (!parameter.lookingAt()) return null; // This is not a well-formed media type.
  /external/chromium_org/third_party/icu/source/tools/genrb/
prscmnts.cpp 99 if(matcher.lookingAt(*status)){
160 if(matcher.lookingAt(*status)){
199 if(matcher.lookingAt(*status)){
  /external/icu/icu4c/source/tools/genrb/
prscmnts.cpp 109 if(matcher.lookingAt(*status)){
171 if(matcher.lookingAt(*status)){
211 if(matcher.lookingAt(*status)){
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java 79 if (!mMatcher.lookingAt()) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java 79 if (!mMatcher.lookingAt()) {
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 250 // for the LookingAt() and Match() functions.
253 // REGEX_TESTLM("pattern", "input text", lookingAt expected, matches expected);
291 actualmatch = REMatcher->lookingAt(status);
293 errln("RegexTest failure in lookingAt() at line %d. Status = %s\n",
298 errln("RegexTest: wrong return from lookingAt() at line %d.\n", line);
367 actualmatch = REMatcher->lookingAt(status);
369 errln("RegexTest failure in lookingAt() at line %d (UTF8). Status = %s\n",
374 errln("RegexTest: wrong return from lookingAt() at line %d (UTF8).\n", line);
684 REGEX_ASSERT(m1->lookingAt(status) == TRUE);
687 REGEX_ASSERT(m1->lookingAt(status) == FALSE)
    [all...]
dcfmtest.cpp 253 if (commentMat.lookingAt(status)) {
263 if (parseLineMat.lookingAt(status)) {
277 if (formatLineMat.lookingAt(status)) {
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 352 // for the LookingAt() and Match() functions.
355 // REGEX_TESTLM("pattern", "input text", lookingAt expected, matches expected);
393 actualmatch = REMatcher->lookingAt(status);
395 errln("RegexTest failure in lookingAt() at line %d. Status = %s\n",
400 errln("RegexTest: wrong return from lookingAt() at line %d.\n", line);
469 actualmatch = REMatcher->lookingAt(status);
471 errln("RegexTest failure in lookingAt() at line %d (UTF8). Status = %s\n",
476 errln("RegexTest: wrong return from lookingAt() at line %d (UTF8).\n", line);
791 REGEX_ASSERT(m1->lookingAt(status) == TRUE);
794 REGEX_ASSERT(m1->lookingAt(status) == FALSE)
    [all...]
dcfmtest.cpp 257 if (commentMat.lookingAt(status)) {
267 if (parseLineMat.lookingAt(status)) {
281 if (formatLineMat.lookingAt(status)) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 297 while (!LookingAt(">") && !LookingAt("}")) {
389 if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
467 if (TryConsume(":") && !LookingAt("{") && !LookingAt("<")) {
519 while (!LookingAt(">") && !LookingAt("}")) {
621 } else if (LookingAt("-") ||
708 bool LookingAt(const string& text)
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 286 inline bool Tokenizer::LookingAt() {
380 } else if (started_with_zero && LookingAt<Digit>()) {
383 if (LookingAt<Digit>()) {
413 if (LookingAt<Letter>()) {
492 } else if (LookingAt<Unprintable>() || current_char_ == '\0') {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_icu.cc 133 ? matcher->lookingAt(input->position(), status)
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 157 UBool result = matcher->lookingAt(matcher.status());
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberInfo.java 383 if (PhoneNumberUtil.PLUS_CHARS_PATTERN.matcher(number).lookingAt()) {
398 : emergencyNumberPattern.matcher(normalizedNumber).lookingAt();
AsYouTypeFormatter.java 211 if (!m.lookingAt()) {
542 if (m.lookingAt() && m.end() > 0) {
568 if (iddMatcher.lookingAt()) {
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
Util.java 71 if (m.lookingAt()) {
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 210 assertFalse("Should not find given pattern in 1 string", mat1.lookingAt());
212 assertTrue("Should find given pattern in region of string", mat1.lookingAt());
213 assertTrue("Should find given pattern in 2 string", mat2.lookingAt());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 304 inline bool Tokenizer::LookingAt() {
419 } else if (started_with_zero && LookingAt<Digit>()) {
422 if (LookingAt<Digit>()) {
452 if (LookingAt<Letter>()) {
573 if (LookingAt<Unprintable>() || current_char_ == '\0') {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 349 * setText() and lookingAt()
490 * lookingAt() Used in setText test.
701 /* lookingAt(start=-1) uses regions */
710 /* lookingAt (start >=0) does not use regions */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 390 * setText() and lookingAt()
531 * lookingAt() Used in setText test.
742 /* lookingAt(start=-1) uses regions */
751 /* lookingAt (start >=0) does not use regions */
    [all...]

Completed in 1527 milliseconds

1 2 3