Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h311 void SetWhiteSpace(WhiteSpace whiteSpace) in SetWhiteSpace() argument
313 whiteSpace_ = whiteSpace; in SetWhiteSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h258 inline WhiteSpace ConvertStrToWhiteSpace(const std::string& whiteSpace) in ConvertStrToWhiteSpace() argument
270 …auto index = BinarySearchFindIndex(whiteSpaceTable, ArraySize(whiteSpaceTable), whiteSpace.c_str()… in ConvertStrToWhiteSpace()