HomeSort by relevance Sort by last modified time
    Searched defs:tokSource (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 153 pANTLR3_TOKEN_SOURCE tokSource;
  /external/icu4c/common/
ustring.c 578 UChar *tokSource;
584 tokSource = src;
588 tokSource = *saveState;
597 nonDelimIdx = u_strspn(tokSource, delim);
598 tokSource = &tokSource[nonDelimIdx];
600 if (*tokSource) {
601 nextToken = u_strpbrk(tokSource, delim);
606 return tokSource;
611 return tokSource;
    [all...]

Completed in 75 milliseconds