HomeSort by relevance Sort by last modified time
    Searched refs:rfwd (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 110 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; local
113 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
115 if (rfwd.matches()) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 108 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; local
111 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
113 if (rfwd.matches()) {
  /external/icu/icu4c/source/common/
filteredbrk.cpp 312 UStringTrieResult rfwd = USTRINGTRIE_INTERMEDIATE_VALUE; local
316 USTRINGTRIE_HAS_NEXT(rfwd=fData->fForwardsPartialTrie->nextForCodePoint(uch))) {
317 //if(debug2) u_printf("fwd> /%C/ cont?%d @%d\n", (UChar)uch, rfwd, utext_getNativeIndex(fText.getAlias()));
319 if(USTRINGTRIE_MATCHES(rfwd)) {
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1026 milliseconds