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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 153 pANTLR3_TOKEN_SOURCE tokSource;
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
ustring.cpp 579 UChar *tokSource;
585 tokSource = src;
589 tokSource = *saveState;
598 nonDelimIdx = u_strspn(tokSource, delim);
599 tokSource = &tokSource[nonDelimIdx];
601 if (*tokSource) {
602 nextToken = u_strpbrk(tokSource, delim);
607 return tokSource;
612 return tokSource;
    [all...]

Completed in 359 milliseconds