Home
last modified time | relevance | path

Searched defs:lookingAt (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/regex/
DMatcherNative.java135 public boolean lookingAt(int[] offsets) { in lookingAt() method in MatcherNative
/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/
DMatcherNativeTest.java171 public boolean lookingAt() { in lookingAt() method in MatcherNativeTest.Matcher
/external/cronet/third_party/icu/source/i18n/
Drematch.cpp1464 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt() function in RegexMatcher
1491 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt() function in RegexMatcher
/external/icu/icu4c/source/i18n/
Drematch.cpp1464 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt() function in RegexMatcher
1491 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt() function in RegexMatcher
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1072 boolean lookingAt(String text) { in lookingAt() method in TextFormat.Tokenizer
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1072 public boolean lookingAt(String text) { in lookingAt() method in TextFormat.Tokenizer