Home
last modified time | relevance | path

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

/system/teeui/libteeui/prebuilt/localization/
DConfirmationUITranslations.cpp161 #define NUM_TRANSLATION_IDS uint32_t(TranslationId::__COUNT__) macro
167 translationIds[NUM_TRANSLATION_IDS][NUM_LANGUAGE_IDS] = {
1369 if (tid >= NUM_TRANSLATION_IDS) return nullptr; in lookup()