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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
BurmeseBreakEngine.java 143 } while (words[(wordsFound+1)%BURMESE_LOOKAHEAD].backUp(fIter));
145 } while (words[wordsFound%BURMESE_LOOKAHEAD].backUp(fIter) && !foundBest);
193 // Backup to where we were for next iteration
KhmerBreakEngine.java 147 } while (words[(wordsFound+1)%KHMER_LOOKAHEAD].backUp(fIter));
149 } while (words[wordsFound%KHMER_LOOKAHEAD].backUp(fIter) && !foundBest);
197 // Backup to where we were for next iteration
LaoBreakEngine.java 146 } while (words[(wordsFound+1)%LAO_LOOKAHEAD].backUp(fIter));
148 } while (words[wordsFound%LAO_LOOKAHEAD].backUp(fIter) && !foundBest);
196 // Backup to where we were for next iteration
ThaiBreakEngine.java 156 } while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(fIter));
159 while (words[wordsFound%THAI_LOOKAHEAD].backUp(fIter));
212 // Backup to where we were for next iteration
DictionaryBreakEngine.java 64 // Backup from the current candidate to the next shorter one; return true if that exists
66 public boolean backUp(CharacterIterator fIter) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BurmeseBreakEngine.java 142 } while (words[(wordsFound+1)%BURMESE_LOOKAHEAD].backUp(fIter));
144 } while (words[wordsFound%BURMESE_LOOKAHEAD].backUp(fIter) && !foundBest);
192 // Backup to where we were for next iteration
KhmerBreakEngine.java 146 } while (words[(wordsFound+1)%KHMER_LOOKAHEAD].backUp(fIter));
148 } while (words[wordsFound%KHMER_LOOKAHEAD].backUp(fIter) && !foundBest);
196 // Backup to where we were for next iteration
LaoBreakEngine.java 145 } while (words[(wordsFound+1)%LAO_LOOKAHEAD].backUp(fIter));
147 } while (words[wordsFound%LAO_LOOKAHEAD].backUp(fIter) && !foundBest);
195 // Backup to where we were for next iteration
ThaiBreakEngine.java 155 } while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(fIter));
158 while (words[wordsFound%THAI_LOOKAHEAD].backUp(fIter));
211 // Backup to where we were for next iteration
DictionaryBreakEngine.java 63 // Backup from the current candidate to the next shorter one; return true if that exists
65 public boolean backUp(CharacterIterator fIter) {
  /external/icu/icu4c/source/common/
dictbe.cpp 140 UBool backUp( UText *text );
181 PossibleWord::backUp( UText *text ) {
308 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text));
311 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text));
543 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text));
546 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text));
736 while (words[(wordsFound + 1) % BURMESE_LOOKAHEAD].backUp(text));
739 while (words[wordsFound % BURMESE_LOOKAHEAD].backUp(text));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 669 milliseconds