Searched refs:compareS (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h168 ANTLR3_UINT32 (*compareS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * compStr); member in struct:ANTLR3_STRING_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c79 static ANTLR3_UINT32 compareS (pANTLR3_STRING string, pANTLR3_STRING compStr);
285 string->compareS = compareS;
323 string->compareS = compareS;
1238 compareS (pANTLR3_STRING string, pANTLR3_STRING compStr) function

Completed in 216 milliseconds