Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp57 const char* attrString(int32_t attrId) { in attrString() argument
58 switch (attrId) { in attrString()
Dnumfmtst.cpp6808 const char* attrString(int32_t attrId) { in attrString() argument
6809 switch (attrId) { in attrString()
/third_party/jsframework/runtime/main/model/
Ddirective.ts1301 const attrId = cssKey.substr(0, equalIndex).trim(); constant
1307 const elValue = el.attr[attrId]; constant