HomeSort by: relevance | last modified time | path
    Searched refs:utf32 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dmodule.d 687 enum SourceEncoding { utf16, utf32}
690 * Convert a buffer from UTF32 to UTF8
693 * buf = buffer of UTF32 data
830 ? SourceEncoding.utf32
841 sourceEncoding = SourceEncoding.utf32;
857 sourceEncoding = SourceEncoding.utf32;
862 sourceEncoding = SourceEncoding.utf32;
888 else if (sourceEncoding == SourceEncoding.utf32) buf = buf[4..$];
  /src/lib/libc/citrus/modules/
citrus_utf1632.c 145 /* UTF32 */
207 /* UTF32 */
324 /* UTF32 */
388 MATCH(utf32, ei->mode |= _MODE_UTF32);
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 4389 unsigned long utf32;
4395 utf32 = *name & (0x7F >> ucn_len);
4398 utf32 = (utf32 << 6) | (*++name & 0x3F);
4408 *buffer++ = "0123456789abcdef"[(utf32 >> (4 * j)) & 0xF];
4388 unsigned long utf32; local
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 4069 unsigned long utf32;
4075 utf32 = *name & (0x7F >> ucn_len);
4078 utf32 = (utf32 << 6) | (*++name & 0x3F);
4088 *buffer++ = "0123456789abcdef"[(utf32 >> (4 * j)) & 0xF];
4068 unsigned long utf32; local

Completed in 36 milliseconds