• Home
  • Raw
  • Download

Lines Matching refs:cpWordLength

261     int32_t cpWordLength = 0;    // Word Length in Code Points.  in divideUpDictionaryRange()  local
270 cpWordLength = 0; in divideUpDictionaryRange()
279 cpWordLength = words[wordsFound % THAI_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
317 cpWordLength = words[wordsFound % THAI_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
328 …if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < THAI_ROOT_COMBINE_THRESHOLD)… in divideUpDictionaryRange()
496 int32_t cpWordLength = 0; in divideUpDictionaryRange() local
506 cpWordLength = 0; in divideUpDictionaryRange()
514 cpWordLength = words[wordsFound % LAO_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
551 cpWordLength = words[wordsFound % LAO_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
560 … if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < LAO_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
689 int32_t cpWordLength = 0; in divideUpDictionaryRange() local
699 cpWordLength = 0; in divideUpDictionaryRange()
707 cpWordLength = words[wordsFound % BURMESE_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
744 cpWordLength = words[wordsFound % BURMESE_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
753 …if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < BURMESE_ROOT_COMBINE_THRESHOL… in divideUpDictionaryRange()
894 int32_t cpWordLength = 0; in divideUpDictionaryRange() local
904 cpWordLength = 0; in divideUpDictionaryRange()
912 cpWordLength = words[wordsFound % KHMER_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
950 cpWordLength = words[wordsFound % KHMER_LOOKAHEAD].markedCPLength(); in divideUpDictionaryRange()
959 …if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < KHMER_ROOT_COMBINE_THRESHOLD)… in divideUpDictionaryRange()