Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataDumper.java119 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.IcuDataParser
336 private static ImmutableSetMultimap<LineType, LineType> TRANSITIONS =
337 ImmutableSetMultimap.<LineType, LineType>builder()
348 LineType(String regex) { in LineType() method in IcuDataDumper.IcuDataParser.LineType
[all …]
/third_party/ninja/src/
Dline_printer.h31 enum LineType { enum
37 void Print(std::string to_print, LineType type);
63 LineType line_type_;
Dline_printer.cc66 void LinePrinter::Print(string to_print, LineType type) { in Print()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dppucd.h65 enum LineType { enum
112 LineType readLine(UErrorCode &errorCode);
167 LineType lineType;
Dppucd.cpp105 PreparsedUCD::LineType
163 lineType=(LineType)type; in readLine()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dppucd.h65 enum LineType { enum
112 LineType readLine(UErrorCode &errorCode);
167 LineType lineType;
Dppucd.cpp105 PreparsedUCD::LineType
163 lineType=(LineType)type; in readLine()
/third_party/icu/icu4c/source/tools/toolutil/
Dppucd.h65 enum LineType { enum
112 LineType readLine(UErrorCode &errorCode);
167 LineType lineType;
Dppucd.cpp105 PreparsedUCD::LineType
163 lineType=(LineType)type; in readLine()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dppucd.h65 enum LineType { enum
112 LineType readLine(UErrorCode &errorCode);
166 LineType lineType;
Dppucd.cpp112 PreparsedUCD::LineType
170 lineType=(LineType)type; in readLine()
/third_party/flutter/skia/bench/
DDashBench.cpp303 enum LineType { enum in GiantDashBench
310 static const char* LineTypeName(LineType lt) { in LineTypeName()
316 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/third_party/skia/bench/
DDashBench.cpp302 enum LineType { enum in GiantDashBench
309 static const char* LineTypeName(LineType lt) { in LineTypeName()
315 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/third_party/icu/tools/unicode/c/genprops/
Dgenprops.cpp145 PreparsedUCD::LineType lineType; in main()