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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 55 milliseconds