Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3string.c78 static ANTLR3_UINT32 compareUTF16_UTF16(pANTLR3_STRING string, const char * compStr);
316 string->compare = compareUTF16_UTF16; in stringInitUTF16()
1208 compareUTF16_UTF16 (pANTLR3_STRING string, const char * compStr8) in compareUTF16_UTF16() function