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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 69 int bestPosn = -1;
91 bestPosn = text.getIndex();
98 bestPosn = text.getIndex();
101 if (bestPosn >= 0) {
111 text.setIndex(bestPosn); // hope that's close ..
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 67 int bestPosn = -1;
89 bestPosn = text.getIndex();
96 bestPosn = text.getIndex();
99 if (bestPosn >= 0) {
109 text.setIndex(bestPosn); // hope that's close ..
  /external/icu/icu4c/source/common/
filteredbrk.cpp 260 int64_t bestPosn = -1;
283 bestPosn = utext_getNativeIndex(fText.getAlias());
290 //if(debug2) u_printf("rev<?/%C/?end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
292 bestPosn = utext_getNativeIndex(fText.getAlias());
293 //if(debug2) u_printf("rev<+/%C/+end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue);
296 if(bestPosn>=0) {
297 //if(debug2) u_printf("rev< /%C/ end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue)
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 59 milliseconds