Home
last modified time | relevance | path

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

/system/teeui/libteeui/prebuilt/localization/
DConfirmationUITranslations.cpp1316 #define MAX_LANG_ID_SIZE 256 macro
1321 char lang_id_buf[MAX_LANG_ID_SIZE + 1]; in langIdMatch()
1330 for (n = 0; lang_id[n] != '\0' && n < MAX_LANG_ID_SIZE; n++) { in langIdMatch()