Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dtaboo.h76 static const char* VALUE_TAG; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dtaboo.cpp32 const char* Taboo::VALUE_TAG = "value"; member in OHOS::Global::I18n::Taboo
154 const xmlChar* valueTag = reinterpret_cast<const xmlChar*>(VALUE_TAG); in ParseTabooData()