Home
last modified time | relevance | path

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

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