Searched defs:lookingAt (Results 1 – 4 of 4) sorted by relevance
1464 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt() function in RegexMatcher1491 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt() function in RegexMatcher
1454 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt() function in RegexMatcher1481 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt() function in RegexMatcher
1040 public boolean lookingAt(String text) { in lookingAt() method in TextFormat.Tokenizer