Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h261 static const LinearMapNode<WhiteSpace> whiteSpaceTable[] = { in ConvertStrToWhiteSpace() local
270 …auto index = BinarySearchFindIndex(whiteSpaceTable, ArraySize(whiteSpaceTable), whiteSpace.c_str()… in ConvertStrToWhiteSpace()
271 return index < 0 ? WhiteSpace::NORMAL : whiteSpaceTable[index].value; in ConvertStrToWhiteSpace()