Home
last modified time | relevance | path

Searched refs:curIdx (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_statement.cpp47 static bool TryEatSymbol(const std::string &str, char symbol, size_t &curIdx) in TryEatSymbol() argument
49 size_t idx = curIdx; in TryEatSymbol()
56 curIdx = idx + 1; in TryEatSymbol()
64 static int TryEatNumber(const std::string &str, int &outNumber, size_t &curIdx) in TryEatNumber() argument
66 size_t idx = curIdx; in TryEatNumber()
86 outNumber = atoi(str.substr(curIdx).c_str()); in TryEatNumber()
87 curIdx = idx; in TryEatNumber()
91 static int EndWithNull(const std::string &str, size_t curIdx) in EndWithNull() argument
93 size_t idx = curIdx; in EndWithNull()
114 size_t curIdx in Prepare() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp1005 int32_t curIdx; in SetScreenColorSpace() local
1011 curIdx = std::distance(supportedVirtualColorGamuts_.begin(), it); in SetScreenColorSpace()
1012 currentVirtualColorGamutIdx_ = curIdx; in SetScreenColorSpace()
1027 curIdx = std::distance(hdiMode.begin(), it); in SetScreenColorSpace()
1028 int32_t result = hdiScreen_->SetScreenColorGamut(hdiMode[curIdx]); in SetScreenColorSpace()
1030 currentPhysicalColorGamutIdx_ = curIdx; in SetScreenColorSpace()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp710 int32_t curIdx = host->GetChildTrueIndex(cur->GetFrameNode());
730 int32_t idx = curIdx + diff;

Completed in 4 milliseconds