Home
last modified time | relevance | path

Searched refs:lenStr (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1923 size_t lenStr = searchParams.size(); in IsHas() local
1924 for (size_t i = 0; i != lenStr; i += 2) { // 2:Searching for the number and number of keys and values in IsHas()
2010 size_t lenStr = searchParams.size(); in IterByKeys() local
2011 if (lenStr % 2 == 0) { // 2:Get the number of values in IterByKeys()
2030 size_t lenStr = searchParams.size(); in IterByValues() local
2031 if (lenStr % 2 == 0) { // 2:Get the number of values in IterByValues()
/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp86 const size_t lenStr = static_cast<size_t>(wstr.length()); in ReviseStr() local
87 if (lenStr == 0) { in ReviseStr()
93 for (; i < lenStr; i++) { in ReviseStr()
142 const size_t lenStr = searchParams.size(); in ToString() local
144 if (lenStr == 0) { in ToString()
151 if (lenStr % 2 == 0) { // 2:Divisible by 2 in ToString()
153 for (; pos < lenStr; pos += 2) { // 2:Searching for the number and number of keys and values in ToString()

Completed in 11 milliseconds