Home | History | Annotate | Download | only in ustring

Lines Matching full:codepoint

113            Codepoint at offset 0: U+0061
114 Codepoint at offset 1: U+10000
115 Codepoint at offset 3: U+10ffff
116 Codepoint at offset 5: U+0062
118 printf("Codepoint at offset %d: U+", i);
133 Codepoint at offset 5: U+0062
134 Codepoint at offset 3: U+10ffff
135 Codepoint at offset 2: U+dc00 -- unpaired surrogate because lead surr. overwritten
136 Codepoint at offset 1: U+0062 -- by this BMP code point
137 Codepoint at offset 0: U+0061
139 printf("Codepoint at offset %d: U+%04x\n", i, c);