Searched defs:compare8 (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h156 ANTLR3_UINT32 (*compare8) (struct ANTLR3_STRING_struct * string, const char * compStr); member in struct:ANTLR3_STRING_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c76 static ANTLR3_UINT32 compare8 (pANTLR3_STRING string, const char * compStr);
279 string->compare = compare8;
280 string->compare8 = compare8;
317 string->compare8 = compareUTF16_8;
1169 compare8 (pANTLR3_STRING string, const char * compStr) function

Completed in 296 milliseconds