Home
last modified time | relevance | path

Searched refs:markCurrent (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/
Ddictbe.cpp149 void markCurrent() { mark = current; }; in markCurrent() function in PossibleWord
293 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
306 words[wordsFound % THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
528 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
541 words[wordsFound % LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
721 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
734 words[wordsFound % BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
927 words[wordsFound % KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
940 words[wordsFound % KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DKhmerBreakEngine.java131 words[wordsFound%KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
144 words[wordsFound%KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DLaoBreakEngine.java130 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
143 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DBurmeseBreakEngine.java131 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
144 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DThaiBreakEngine.java141 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
154 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DDictionaryBreakEngine.java81 public void markCurrent() { in markCurrent() method in DictionaryBreakEngine.PossibleWord
/external/icu/android_icu4j/src/main/java/android/icu/text/
DLaoBreakEngine.java131 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
144 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DBurmeseBreakEngine.java132 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
145 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DKhmerBreakEngine.java132 words[wordsFound%KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
145 words[wordsFound%KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DThaiBreakEngine.java142 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
155 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DDictionaryBreakEngine.java82 public void markCurrent() { in markCurrent() method in DictionaryBreakEngine.PossibleWord