Searched refs:utf8_cmp (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | gjavah.c | 139 static int utf8_cmp PARAMS ((const unsigned char *, int, const char *)); 399 utf8_cmp (str, length, name) in utf8_cmp() function 548 int r = utf8_cmp (str, min_length, cxx_keywords[mid]); 828 if (! utf8_cmp (str, length, "<init>"))
|
| H A D | lex.c | 65 static int utf8_cmp PARAMS ((const unsigned char *, int, const char *)); 1834 utf8_cmp (str, length, name) in utf8_cmp() function 1980 int r = utf8_cmp (name, min_length, cxx_keywords[mid]);
|
| H A D | ChangeLog | 4151 (utf8_cmp, cxx_keyword_p): Moved to lex.c. 4175 * lex.c: (utf8_cmp): Conditionally prototyped. 4177 (utf8_cmp, cxx_keyword_p): Likewise. 4844 (utf8_cmp): New function. 6002 * gjavah.c (utf8_cmp): Changed return value. 7991 * gjavah.c (print_name, print_base_classname, utf8_cmp, 7997 (print_base_classname, utf8_cmp, cxx_keyword_subst, 12643 (utf8_cmp): New function.
|