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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtil.h31 bool ToASCII(uint8_t *Data, size_t Size);
H A DFuzzerUtil.cpp60 bool ToASCII(uint8_t *Data, size_t Size) { function in namespace:fuzzer
H A DFuzzerMutate.cpp520 ToASCII(Data, NewSize);
/netbsd-current/external/bsd/unbound/dist/libunbound/python/
H A Dlibunbound.i974 return '.'.join([encodings.idna.ToASCII(a) if a else '' for a in idnname.split('.')])

Completed in 107 milliseconds