Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dtext_tdd_test.cpp335 const char *valueTag = "value"; in ComponentTextStyleSetSizeFamilyTest006() local
336 JerrySetStringProperty(attrsObj_, valueTag, expectTextValue); in ComponentTextStyleSetSizeFamilyTest006()
419 const char *valueTag = "value"; in ComponentTextStyleSetLineHeightTest008() local
420 JerrySetStringProperty(attrsObj_, valueTag, expectTextValue); in ComponentTextStyleSetLineHeightTest008()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dtaboo.cpp154 const xmlChar* valueTag = reinterpret_cast<const xmlChar*>(VALUE_TAG); in ParseTabooData() local
157 xmlChar* value = xmlGetProp(cur, valueTag); in ParseTabooData()