Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp1454 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt() function in RegexMatcher
1481 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt() function in RegexMatcher
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java764 public boolean lookingAt(String text) { in lookingAt() method in TextFormat.Tokenizer