Home
last modified time | relevance | path

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

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