Home
last modified time | relevance | path

Searched refs:next_token_ (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/voltLib/
Dparser.py33 self.next_token_type_, self.next_token_ = (None, None)
63 if self.next_token_ == "UNICODE":
69 elif self.next_token_ == "UNICODEVALUES":
73 if self.next_token_ == "TYPE":
78 if self.next_token_ == "COMPONENTS":
98 if self.next_token_ == "ENUM":
116 if self.next_token_ == "NAME":
129 while self.next_token_ != "END_SCRIPT":
151 if self.next_token_ == "NAME":
157 while self.next_token_ != "END_LANGSYS":
[all …]
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py45 self.next_token_type_, self.next_token_ = (None, None)
97 if self.next_token_ == "NULL":
119 if self.next_token_ == "contourpoint":
123 if self.next_token_ == "<":
139 while self.next_token_ == "<":
141 if anchor is None and self.next_token_ != "mark":
153 if self.next_token_ == "contourpoint":
180 while self.next_token_ != ";":
195 if self.next_token_ != ",":
200 if self.next_token_ != ",":
[all …]
/external/v8/src/asmjs/
Dasm-scanner.cc26 next_token_(kUninitialized), in AsmJsScanner()
56 token_ = next_token_; in Next()
58 next_token_ = kUninitialized; in Next()
162 next_token_ = token_; in Rewind()
217 next_token_ = kUninitialized; in Seek()
Dasm-scanner.h142 token_t next_token_; // Only set when in {rewind} state. variable
/external/fonttools/Tests/feaLib/
Dbuilder_test.py441 if self.next_token_ == "<":
445 while self.next_token_ == "mark":