Home
last modified time | relevance | path

Searched refs:java_store_unicode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c49 static void java_store_unicode PARAMS ((struct java_line *, unicode_t, int));
59 static void java_store_unicode PARAMS ((struct java_line *, unicode_t, int));
512 java_store_unicode (l, c, unicode_escape_p) in java_store_unicode() function
637 java_store_unicode (ctxp->c_line, c, unicode_escape_p); in java_get_unicode()
H A DChangeLog7844 * lex.c (java_store_unicode): Use xrealloc, not realloc.
10839 java_unicode_2_utf8, java_lex_error, java_store_unicode):
10843 java_read_unicode, java_store_unicode, java_read_char,
13880 (java_store_unicode, java_read_unicode): Fixed typo in declaration.