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

  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 71 tEOF = mkItem(itemEOF, "")
88 {"empty", "", []item{tEOF}},
89 {"spaces", " \t\n", []item{mkItem(itemText, " \t\n"), tEOF}},
90 {"text", `now is the time`, []item{mkItem(itemText, "now is the time"), tEOF}},
94 tEOF,
103 tEOF,
113 tEOF,
115 {"empty action", `{{}}`, []item{tLeft, tRight, tEOF}},
116 {"for", `{{for}}`, []item{tLeft, tFor, tRight, tEOF}},
118 tLeft, tBlock, tSpace, mkItem(itemString, `"foo"`), tSpace, tDot, tRight, tEOF,
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 71 tEOF = mkItem(itemEOF, "")
88 {"empty", "", []item{tEOF}},
89 {"spaces", " \t\n", []item{mkItem(itemText, " \t\n"), tEOF}},
90 {"text", `now is the time`, []item{mkItem(itemText, "now is the time"), tEOF}},
94 tEOF,
103 tEOF,
113 tEOF,
115 {"empty action", `{{}}`, []item{tLeft, tRight, tEOF}},
116 {"for", `{{for}}`, []item{tLeft, tFor, tRight, tEOF}},
118 tLeft, tBlock, tSpace, mkItem(itemString, `"foo"`), tSpace, tDot, tRight, tEOF,
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 137 tEOF
plurrule.cpp 617 if (U_FAILURE(status) || type == tSemiColon || type == tEOF || type == tAt) {
631 if (U_FAILURE(status) || type == tSemiColon || type == tEOF || type == tAt) {
    [all...]

Completed in 111 milliseconds