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

/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c332 const xmlChar *inputString; /* when operating on characters */ member in struct:_xmlRegExecCtxt
3011 printf(": %s", &(exec->inputString[exec->index]));
3119 exec->inputString = content;
3143 ((exec->inputString[exec->index] != 0) ||
3156 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL)) {
3205 } else if (exec->inputString[exec->index] != 0) {
3206 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
3251 if (exec->inputString[exec->index] == 0) {
3268 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
3441 exec->inputString
[all...]

Completed in 57 milliseconds