Searched refs:hexed (Results 1 – 4 of 4) sorted by relevance
663 uint32_t hexed; in unescapeString() local665 const auto* eos = SkParse::FindHex(hex_str, &hexed); in unescapeString()671 const auto utf8_len = SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8); in unescapeString()
671 uint32_t hexed; in unescapeString() local673 const auto* eos = SkParse::FindHex(hex_str, &hexed); in unescapeString()679 const auto utf8_len = SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8); in unescapeString()
186 char hexed[3]; in compare_hex_encoded_buffer() local192 sprintf(hexed, "%02x", raw[i]); in compare_hex_encoded_buffer()193 if (!TEST_int_eq(hexed[0], hex_encoded[j]) in compare_hex_encoded_buffer()194 || !TEST_int_eq(hexed[1], hex_encoded[j + 1])) in compare_hex_encoded_buffer()
10107 - apps/system/hexed: Port the hexed command line hexadeciamal editor10108 to NuttX. See http://apps.venomdev.net/hexed/.20661 - apps/system/hexed: Fix memory leak From zhuyanlin.