Searched refs:STRARRAY (Results 1 - 3 of 3) sorted by relevance
/developtools/global_resource_tool/include/ |
H A D | resource_data.h | 79 STRARRAY = 10, member in OHOS::Global::Restool::ResType 237 { "strarray", ResType::STRARRAY }, 253 { static_cast<int32_t>(ResType::STRARRAY), ResType::STRARRAY},
|
/developtools/global_resource_tool/src/ |
H A D | json_compiler.cpp | 96 handles_.emplace(ResType::STRARRAY, bind(&JsonCompiler::HandleStringArray, this, _1, _2)); in InitParser() 338 { ResType::STRARRAY, "\\$(ohos:)?string:" },
|
H A D | reference_parser.cpp | 230 if (resType == ResType::STRARRAY || in IsArrayOfResourceItem()
|
Completed in 3 milliseconds