HomeSort by relevance Sort by last modified time
    Searched full: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 73 const jsize localeUtf8Length = env->GetStringUTFLength(locale);
74 char localeChars[localeUtf8Length + 1];
76 localeChars[localeUtf8Length] = '\0';
    [all...]

Completed in 917 milliseconds