Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.h61 const jsize valueUtf8Length = env->GetStringUTFLength(valueString); in constructAttributeMap() local
62 char valueChars[valueUtf8Length + 1]; in constructAttributeMap()
65 valueChars[valueUtf8Length] = '\0'; in constructAttributeMap()