Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp168 std::pair<char *, bool> tempPair = ConvertToChar(arrDat, length, tempCharArray); in GetResultStr() local
169 if (tempPair.second == true) { in GetResultStr()
170 char *utf8Str = tempPair.first; in GetResultStr()
176 std::pair<char *, bool> tempPair = ConvertToChar(arrDat, length, nullptr); in GetResultStr() local
177 if (tempPair.second == true) { in GetResultStr()
178 char *utf8Str = tempPair.first; in GetResultStr()

Completed in 1 milliseconds