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

  /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 34 milliseconds