Home
last modified time | relevance | path

Searched refs:ToASCII (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Drfc3490.txt65 4.1 ToASCII................................................... 10
208 - The ToASCII operation is used before sending an IDN to something
215 It is important to note that the ToASCII operation can fail. If it
287 An "internationalized label" is a label to which the ToASCII
294 internationalized labels, ToASCII will fail for some input strings,
312 In IDNA, equivalence of labels is defined in terms of the ToASCII
315 be equivalent if and only if their ASCII forms produced by ToASCII
328 internationalized label that cannot be rendered in ASCII, the ToASCII
330 ASCII label will be left unaltered by ToASCII). ACE labels are
344 section 5. The ToASCII and ToUnicode operations are specified in
[all …]
H A Drfc3492.txt133 the ToASCII and ToUnicode operations of [IDNA]. When extended
1190 used by the ToASCII and ToUnicode operations specified in [IDNA], and
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h32 bool ToASCII(uint8_t *Data, size_t Size);
H A DFuzzerUtil.cpp59 bool ToASCII(uint8_t *Data, size_t Size) { in ToASCII() function
H A DFuzzerMutate.cpp553 ToASCII(Data, NewSize); in MutateImpl()