Lines Matching full:basic
99 * if there are a non-zero number of basic (ASCII) code points. Since in rustv0_puny_decode()
100 * the delimiter itself is a basic code point, the last one present in rustv0_puny_decode()
101 * in the original string is the actual delimiter between the basic in rustv0_puny_decode()
102 * and non-basic code points. Earlier occurences of the delimiter in rustv0_puny_decode()
103 * are treated as normal basic code points. For plain punycode, an in rustv0_puny_decode()
105 * final delimiter, and a name with all non-basic code points would in rustv0_puny_decode()
110 * on this). For an all non-basic codepoint identifier, no delimiter in rustv0_puny_decode()
113 * when we transition from copying the basic code points (which there in rustv0_puny_decode()
114 * will be none in this situation) to non-basic code points. in rustv0_puny_decode()
129 /* Copy all the basic characters up to the delimiter into buf */ in rustv0_puny_decode()
151 * Consume delimiter between basic and non-basic code points if present. in rustv0_puny_decode()
231 DEMDEBUG("%s: inserted %zu non-basic code points", __func__, in rustv0_puny_decode()