Searched refs:LineType (Results 1 – 14 of 14) sorted by relevance
119 private LineType lastType = LineType.COMMENT;152 checkState(lastType == LineType.GROUP_END); in parse()179 LineMatch match = LineType.match(line, inBlockComment); in processLine()305 private final LineType type;308 LineMatch(LineType type, Function<Integer, String> args) { in LineMatch()317 LineType getType() { in getType()322 private enum LineType { enum in IcuDataDumper.IcuDataParser336 private static ImmutableSetMultimap<LineType, LineType> TRANSITIONS =337 ImmutableSetMultimap.<LineType, LineType>builder()348 LineType(String regex) { in LineType() method in IcuDataDumper.IcuDataParser.LineType[all …]
31 enum LineType { enum37 void Print(std::string to_print, LineType type);63 LineType line_type_;
66 void LinePrinter::Print(string to_print, LineType type) { in Print()
65 enum LineType { enum112 LineType readLine(UErrorCode &errorCode);167 LineType lineType;
105 PreparsedUCD::LineType163 lineType=(LineType)type; in readLine()
65 enum LineType { enum112 LineType readLine(UErrorCode &errorCode);166 LineType lineType;
112 PreparsedUCD::LineType170 lineType=(LineType)type; in readLine()
303 enum LineType { enum in GiantDashBench310 static const char* LineTypeName(LineType lt) { in LineTypeName()316 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
302 enum LineType { enum in GiantDashBench309 static const char* LineTypeName(LineType lt) { in LineTypeName()315 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
145 PreparsedUCD::LineType lineType; in main()