Searched refs:rfwd (Results 1 – 3 of 3) sorted by relevance
101 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in next() local104 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in next()106 if (rfwd.matches()) { in next()
99 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in next() local102 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in next()104 if (rfwd.matches()) { in next()
310 UStringTrieResult rfwd = USTRINGTRIE_INTERMEDIATE_VALUE; in breakExceptionAt() local314 USTRINGTRIE_HAS_NEXT(rfwd=fData->fForwardsPartialTrie->nextForCodePoint(uch))) { in breakExceptionAt()317 if(USTRINGTRIE_MATCHES(rfwd)) { in breakExceptionAt()