Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h54 const std::u16string& GetLabelStr() const in GetLabelStr() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h66 const std::u16string& GetLabelStr() const in GetLabelStr() function
H A Dindexer_component.cpp406 std::string strSectionHeadLabel = StringUtils::Str16ToStr8(indexerItem->GetLabelStr()); in AddSectionHead()