Home
last modified time | relevance | path

Searched refs:IsBase64Char (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/base64/src/
H A Dbase64_utils.cpp59 static inline bool IsBase64Char(const char c) in IsBase64Char() function
152 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Dbase64_utils.cpp61 static inline bool IsBase64Char(const char c) in IsBase64Char() function
154 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dbase64_utils.cpp59 static inline bool IsBase64Char(const char c) in IsBase64Char() function
145 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbase64_utils.cpp59 static inline bool IsBase64Char(const char c) in IsBase64Char() function
145 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_base64_utils.cpp59 static inline bool IsBase64Char(const char c) in IsBase64Char() function
165 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_utils.cpp174 static inline bool IsBase64Char(const char c) in GetNowTimeGMT() function
267 while (it != encoded.end() && IsBase64Char(*it)) { in GetNowTimeGMT()
/ohos5.0/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()
/ohos5.0/base/web/webview/ohos_adapter/net_proxy_adapter/src/
H A Dnet_proxy_adapter_impl.cpp66 static inline bool IsBase64Char(const char c) in IsBase64Char() function
150 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()