Searched defs:lookingAt (Results 1 – 4 of 4) sorted by relevance
135 public boolean lookingAt(int[] offsets) { in lookingAt() method in MatcherNative
171 public boolean lookingAt() { in lookingAt() method in MatcherNativeTest.Matcher
1454 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt() function in RegexMatcher1481 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt() function in RegexMatcher
881 public boolean lookingAt(String text) { in lookingAt() method in TextFormat.Tokenizer