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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
bigram_property.h 34 const std::vector<int> *getTargetCodePoints() const {
word_property.cpp 46 const std::vector<int> *const word1CodePoints = bigramProperty.getTargetCodePoints();
66 const std::vector<int> *const targetCodePoints = shortcut.getTargetCodePoints();
unigram_property.h 33 const std::vector<int> *getTargetCodePoints() const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 212 if (shortcut.getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
214 shortcut.getTargetCodePoints()->size());
246 shortcut.getTargetCodePoints()->data(),
247 shortcut.getTargetCodePoints()->size(), shortcut.getProbability())) {
249 "probability: %d", wordPos, shortcut.getTargetCodePoints()->size(),
276 if (bigramProperty->getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
278 "length: %d", bigramProperty->getTargetCodePoints()->size());
306 bigramProperty->getTargetCodePoints()->data(),
307 bigramProperty->getTargetCodePoints()->size(), false /* forceLowerCaseSearch */);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 202 if (shortcut.getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
204 shortcut.getTargetCodePoints()->size());
236 shortcut.getTargetCodePoints()->data(),
237 shortcut.getTargetCodePoints()->size(), shortcut.getProbability())) {
239 "probability: %d", wordPos, shortcut.getTargetCodePoints()->size(),
287 if (bigramProperty->getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
289 "length: %d", bigramProperty->getTargetCodePoints()->size());
318 bigramProperty->getTargetCodePoints()->data(),
319 bigramProperty->getTargetCodePoints()->size(), false /* forceLowerCaseSearch */);

Completed in 298 milliseconds