Home
last modified time | relevance | path

Searched defs:output1 (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp103 std::string output1 = reviseChar[0x000000C0 | (charaEncode / 64)]; // 64:the first byte in ReviseStr() local
107 … std::string output1 = reviseChar[0x000000E0 | (charaEncode / 4096)]; // 4096:Acquisition method in ReviseStr() local
114 … std::string output1 = reviseChar[0x000000F0 | (charaEncode / 262144)]; // 262144:the first byte in ReviseStr() local