Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/wind/
H A Drfc3490.txt287 An "internationalized label" is a label to which the ToASCII
475 the conversion, and the ToASCII and ToUnicode operations.
477 The input to ToASCII or ToUnicode is a single label that is a
512 operation as appropriate. Typically, you use the ToASCII
531 4.1 ToASCII
538 It is important to note that the ToASCII operation can fail. ToASCII
544 The inputs to ToASCII are a sequence of code points, the
554 ToASCII consists of the following steps:
637 6. Apply ToASCII.
699 | | (ToASCII and ToUnicode | |
[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-14.2/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()