Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501100238 UTF8_TWO_BYTE_LO # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dutf8.c3052 *p = UTF8_TWO_BYTE_LO(converted); in Perl__to_upper_title_latin1()
3245 *p = UTF8_TWO_BYTE_LO(converted); in Perl__to_fold_latin1()
3694 ustrp[1] = UTF8_TWO_BYTE_LO(LATIN_SMALL_LETTER_DOTLESS_I); in S_turkic_fc()
3774 ustrp[1] = UTF8_TWO_BYTE_LO(LATIN_CAPITAL_LETTER_I_WITH_DOT_ABOVE); in S_turkic_uc()
Dutf8.h899 #define UTF8_TWO_BYTE_LO(c) \ macro
Dpp.c4209 tmpbuf[1] = UTF8_TWO_BYTE_LO(LATIN_SMALL_LETTER_DOTLESS_I);
4213 tmpbuf[1] = UTF8_TWO_BYTE_LO(LATIN_CAPITAL_LETTER_I_WITH_DOT_ABOVE);
4525 *d++ = UTF8_TWO_BYTE_LO(GREEK_CAPITAL_LETTER_IOTA);
4565 *d++ = UTF8_TWO_BYTE_LO(GREEK_CAPITAL_LETTER_IOTA);
4718 *d++ = UTF8_TWO_BYTE_LO(LATIN_CAPITAL_LETTER_I_WITH_DOT_ABOVE);
4937 *d++ = UTF8_TWO_BYTE_LO(LATIN_SMALL_LETTER_DOTLESS_I);
5215 *d++ = UTF8_TWO_BYTE_LO(LATIN_SMALL_LETTER_DOTLESS_I);
5219 *d++ = UTF8_TWO_BYTE_LO(GREEK_SMALL_LETTER_MU);
Dtoke.c3605 *d++ = (char) UTF8_TWO_BYTE_LO(0x100); in S_scan_const()