Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp287 bool IsValidHex(const string &hex) in IsValidHex() argument
290 for (unsigned int i = 0; i < hex.size(); i++) { in IsValidHex()
291 char c = hex.at(i); in IsValidHex()
308 // 2 : means a half length of hex str's size in HexDecode()
/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp86 ioss << setiosflags(ios::uppercase) << hex << value; in DexToHexString()
88 ioss << hex << value; in DexToHexString()
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs427 hex: EncodeHex,
443 hex: EncodeHex::new(format!("{CHUNK_SIZE:x}")), in new()
467 match self.hex.encode(dst) { in meta_size_encode()
470 self.hex.src_idx = 0; in meta_size_encode()
576 fn new(hex: String) -> Self { in new()
578 inner: hex, in new()
584 let hex = self.inner.as_bytes(); in encode()
585 let mut task = WriteData::new(hex, &mut self.src_idx, buf); in encode()
/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp132 ioss << std::hex << j; in ToString()

Completed in 10 milliseconds