Lines Matching full:supplied
355 // supplied C algorithms, which are now contained within the ANTLR3 C runtime
470 * supplied ptr, of pre-determined size.
503 * supplied 8 bit character ptr, of pre-determined size.
551 * supplied ptr, of pre-determined size.
586 /** Create a new 8 bit string from the supplied, null terminated, 8 bit string pointer.
597 /** Create a new UTF16 string from the supplied, null terminated, 8 bit string pointer.
608 /** Create a new UTF16 string from the supplied, null terminated, UTF16 string pointer.
1165 /* Function that compares the text of a string to the supplied
1174 /* Function that compares the text of a string with the supplied character string
1203 /* Function that compares the text of a string with the supplied character string
1233 /* Function that compares the text of a string with the supplied string
1244 /* Function that returns the character indexed at the supplied
1260 /* Function that returns the character indexed at the supplied
1276 /* Function that returns a substring of the supplied string a la .subString(s,e)
1293 /* Returns a substring of the supplied string a la .subString(s,e)