Searched refs:thisFlags (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.cpp | 1463 std::bitset<static_cast<size_t>(BitsetStatusFlag::BIT_STATUS_11)> thisFlags; in SetHostname() local 1465 AnalysisHost(strHost, thisHostname, thisFlags, special); in SetHostname() 1466 if (thisFlags.test(static_cast<size_t>(BitsetStatusFlag::BIT4))) { in SetHostname() 1518 AnalysisPath(strPath, thisPath, thisFlags, special); in SetPath() 1519 if (thisFlags.test(static_cast<size_t>(BitsetStatusFlag::BIT6))) { in SetPath() 1577 AnalysisPort(port, thisport, thisFlags); in SetHost() 1578 if (thisFlags.test(static_cast<size_t>(BitsetStatusFlag::BIT5))) { in SetHost() 1599 AnalysisPort(port, thisport, thisFlags); in SetPort() 1600 if (thisFlags.test(static_cast<size_t>(BitsetStatusFlag::BIT5))) { in SetPort() 1657 if (AnalysisScheme(strInput, thisScheme, thisFlags)) { in SetScheme() [all …]
|