Home
last modified time | relevance | path

Searched refs:convert_ucn_to_byte (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dscan-gram.l81 static int convert_ucn_to_byte (char const *hex_text);
559 int c = convert_ucn_to_byte (yytext);
798 convert_ucn_to_byte (char const *ucn)
Dscan-gram.c1024 static int convert_ucn_to_byte (char const *hex_text);
2201 int c = convert_ucn_to_byte (gram_text);
3598 convert_ucn_to_byte (char const *ucn) in convert_ucn_to_byte() function
/external/bison/
DChangeLog-20129252 (convert_ucn_to_byte): Verify assumptions.
12448 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
15090 (convert_ucn_to_byte): New function.