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

12 3

  /external/protobuf/src/google/protobuf/
text_format.cc 221 while (!LookingAt(">") && !LookingAt("}")) {
446 bool LookingAt(const string& text) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 148 inline bool LookingAt(const char* text);
413 // REQUIRES: LookingAt("{")
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
PhoneNumberMatcher.java 323 if (TIME_STAMPS_SUFFIX.matcher(followingText).lookingAt()) {
400 if (offset > 0 && !LEAD_CLASS.matcher(candidate).lookingAt()) {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FieldVerifier.java 244 !mMatch.matcher(trimmedValue).lookingAt()) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 344 inline bool LookingAt();
  /external/protobuf/src/google/protobuf/compiler/
parser.h 143 inline bool LookingAt(const char* text);
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 267 inline bool LookingAt();
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 370 public boolean lookingAt() {
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 646 if (matcher.lookingAt()) {
665 if (matcher.lookingAt()) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 480 if (matcher.lookingAt()) {
499 if (matcher.lookingAt()) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java 36 assertTrue(m1.lookingAt());
41 assertFalse(m2.lookingAt());
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 486 * This corresponds directly with Matcher.lookingAt() in Java.
515 * This corresponds directly with Matcher.lookingAt() in Java.
    [all...]
regex.h     [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h     [all...]
uregex.h 442 * This corresponds directly with Matcher.lookingAt() in Java.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 537 result = regexp->fMatcher->lookingAt(*status);
539 result = regexp->fMatcher->lookingAt(startIndex, *status);
    [all...]
rematch.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 555 result = regexp->fMatcher->lookingAt(*status);
557 result = regexp->fMatcher->lookingAt(startIndex, *status);
    [all...]
rematch.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java     [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 
  /external/chromium_org/third_party/icu/
APIChangeReport.html 109 <td class="file">regex.h</td><td class="proto">UBool RegexMatcher::lookingAt(int32_t, UErrorCode&amp;)</td><td class="stabchange">Stable<br>2.8</td><td>None<br>
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 3099 milliseconds

12 3