Searched refs:ucn (Results 1 - 3 of 3) sorted by relevance

/external/bison/src/
H A Dscan-gram.l798 convert_ucn_to_byte (char const *ucn)
801 unsigned long int code = strtoul (ucn + 2, NULL, 16);
H A Dscan-gram.c3598 convert_ucn_to_byte (char const *ucn) argument
3601 unsigned long int code = strtoul (ucn + 2, NULL, 16);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp387 assert((UcnLen== 4 || UcnLen== 8) && "only ucn length of 4 or 8 supported");

Completed in 119 milliseconds