Home
last modified time | relevance | path

Searched defs:JAVA_PART_CHAR_P (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djvspec.c106 #define JAVA_PART_CHAR_P(c) (c < 128 \ macro
H A Dlex.h255 #define JAVA_PART_CHAR_P(c) ((c < 128 \ macro