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

  /external/fonttools/Lib/fontTools/misc/
psLib.py 62 tokentype = 'do_special'
65 tokentype = 'do_comment'
69 tokentype = 'do_string'
76 tokentype = 'do_hexstring'
86 tokentype = 'do_literal'
89 tokentype = ''
96 return tokentype, token
159 tokentype, token = getnexttoken()
163 if tokentype:
164 handler = getattr(self, tokentype)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 36 enum tokentype { enum
nasm-parse.c 106 else switch ((enum tokentype)curtok) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 37 enum tokentype { enum
108 int token; /* enum tokentype or any character */
gas-parse.c 102 else switch ((enum tokentype)curtok) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 290 char *tokentype; /* Type of terminal symbols in the parser stack */ member in struct:lemon
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 246 property TokenType: Integer read GetTokenType write SetTokenType;
621 property TokenType: Integer read GetTokenType write SetTokenType;
675 property TokenType: Integer read GetTokenType write SetTokenType;
721 function Match(const Input: IIntStream; const TokenType: Integer;
725 const TokenType: Integer): Boolean;
    [all...]

Completed in 598 milliseconds