Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictbe.cpp122 void markCurrent() { mark = current; }; in markCurrent() function in PossibleWord
266 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
279 words[wordsFound % THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
501 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
514 words[wordsFound % LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
694 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
707 words[wordsFound % BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
900 words[wordsFound % KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
913 words[wordsFound % KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBurmeseBreakEngine.java127 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
140 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DLaoBreakEngine.java130 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
143 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DKhmerBreakEngine.java131 words[wordsFound%KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
144 words[wordsFound%KHMER_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DThaiBreakEngine.java141 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
154 words[wordsFound%THAI_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DDictionaryBreakEngine.java80 public void markCurrent() { in markCurrent() method in DictionaryBreakEngine.PossibleWord
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBurmeseBreakEngine.java128 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
141 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
DLaoBreakEngine.java131 words[wordsFound%LAO_LOOKAHEAD].markCurrent(); in divideUpDictionaryRange()
144 words[wordsFound%LAO_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.java81 public void markCurrent() { in markCurrent() method in DictionaryBreakEngine.PossibleWord