Home
last modified time | relevance | path

Searched refs:punycode_examples_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Dpunycode_examples.c32 const size_t punycode_examples_size = 19; variable
H A Dpunycode_examples.h20 extern const size_t punycode_examples_size;
H A Dtest-punycode.c49 for (i = 0; i < punycode_examples_size; ++i) { in main()