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

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 40 const jsize localeUtf8Length = env->GetStringUTFLength(locale);
41 char localeChars[localeUtf8Length + 1];
43 localeChars[localeUtf8Length] = '\0';
com_android_inputmethod_latin_BinaryDictionary.cpp 74 const jsize localeUtf8Length = env->GetStringUTFLength(locale);
75 char localeChars[localeUtf8Length + 1];
77 localeChars[localeUtf8Length] = '\0';
    [all...]

Completed in 1365 milliseconds