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

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 537 pANTLR3_STRING outtext; local
553 outtext = text->factory->newRaw(text->factory);
559 outtext->append8(outtext, "[Index: ");
560 outtext->addi (outtext, (ANTLR3_INT32)token->getTokenIndex(token));
561 outtext->append8(outtext, " (Start: ");
562 outtext->addi (outtext, (ANTLR3_INT32)token->getStartIndex(token))
    [all...]
  /external/chromium_org/ppapi/generators/
idl_outfile.py 97 outtext = ''.join(self.outlist)
109 for line in difflib.unified_diff(oldtext.split('\n'), outtext.split('\n'),
125 outfile.write(outtext)

Completed in 377 milliseconds