Home
last modified time | relevance | path

Searched refs:attachBeginningOfSentenceMarker (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dchar_utils.h89 static AK_FORCE_INLINE int attachBeginningOfSentenceMarker(int *const codePoints, in attachBeginningOfSentenceMarker() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dngram_context.cpp99 codePointCount = CharUtils::attachBeginningOfSentenceMarker(codePoints, codePointCount, in getWordId()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp209 codePointCountToAdd = CharUtils::attachBeginningOfSentenceMarker(codePointsToAdd, in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp296 codePointCountToAdd = CharUtils::attachBeginningOfSentenceMarker(codePointsToAdd, in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp345 codePointCount = CharUtils::attachBeginningOfSentenceMarker( in latinime_BinaryDictionary_getWordProperty()