Home
last modified time | relevance | path

Searched refs:shortHolderType (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp70 bool shortHolderType = false; in ReplaceHolder() local
78 shortHolderType = pos.length() == 0; in ReplaceHolder()
80 if (static_cast<uint32_t>(shortHolderType) ^ ((uint32_t)(pos.length() == 0))) { in ReplaceHolder()
88 if (shortHolderType) { in ReplaceHolder()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp209 bool shortHolderType = false; in ReplaceHolder() local
216 shortHolderType = pos.length() == 0; in ReplaceHolder()
218 if (shortHolderType ^ (pos.length() == 0)) { in ReplaceHolder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1149 bool shortHolderType = false; in ReplaceHolder() local
1157 shortHolderType = pos.length() == 0; in ReplaceHolder()
1159 if (static_cast<uint32_t>(shortHolderType) ^ static_cast<uint32_t>(pos.length() == 0)) { in ReplaceHolder()
1165 if (shortHolderType) { in ReplaceHolder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp361 bool shortHolderType = false; in ReplaceHolder() local
369 shortHolderType = pos.length() == 0; in ReplaceHolder()
371 if (shortHolderType ^ (pos.length() == 0)) { in ReplaceHolder()
377 if (shortHolderType) { in ReplaceHolder()

Completed in 29 milliseconds