Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h72 bool IsBase64Char(unsigned char c);
H A Dconverter.cpp141 bool IsBase64Char(unsigned char c) in IsBase64Char() function
237 while ((encodedStr[cursor] != '=') && IsBase64Char(encodedStr[cursor])) { in Base64Decode()

Completed in 2 milliseconds