Searched refs:compare8 (Results 1 – 2 of 2) sorted by relevance
76 static ANTLR3_UINT32 compare8 (pANTLR3_STRING string, const char * compStr);279 string->compare = compare8; in stringInit8()280 string->compare8 = compare8; in stringInit8()317 string->compare8 = compareUTF16_8; in stringInitUTF16()1229 compare8 (pANTLR3_STRING string, const char * compStr) in compare8() function
156 ANTLR3_UINT32 (*compare8) (struct ANTLR3_STRING_struct * string, const char * compStr); member