Home
last modified time | relevance | path

Searched refs:calculateRequiredByteCountToStoreCodePoints (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbuffer_with_extendable_buffer.cpp88 const size_t size = ByteArrayUtils::calculateRequiredByteCountToStoreCodePoints( in writeCodePointsAndAdvancePosition()
H A Dbyte_array_utils.h233 static int calculateRequiredByteCountToStoreCodePoints(const int *const codePoints, in calculateRequiredByteCountToStoreCodePoints() function