Searched defs:ParseOption (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp78 ParseOption (int short_option, const char* optarg) function in class:SketchTest
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h142 ParseOption (int short_option, const char* optarg) function in class:lldb_perf::TestCase
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc524 return ParseOption(file->mutable_options(), location, file,
642 return ParseOption(message->mutable_options(), location,
804 DO(ParseOption(field->mutable_options(), location,
1014 bool Parser::ParseOption(Message* options, function in class:google::protobuf::compiler::Parser
1375 return ParseOption(enum_type->mutable_options(), location,
1431 DO(ParseOption(value->mutable_options(), location,
1490 return ParseOption(service->mutable_options(), location,
1566 if (!ParseOption(mutable_options, location, containing_file,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java306 public enum ParseOption { enum in class:TimeZoneFormat
541 * The instance if used only for parsing when {@link ParseOption#TZ_DATABASE_ABBREVIATIONS}
727 * @see ParseOption
730 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) {
731 _parseAllStyles = options.contains(ParseOption.ALL_STYLES);
732 _parseTZDBNames = options.contains(ParseOption.TZ_DATABASE_ABBREVIATIONS);
739 * @see ParseOption
742 public EnumSet<ParseOption> getDefaultParseOptions() {
744 return EnumSet.of(ParseOption.ALL_STYLES, ParseOption
[all...]

Completed in 223 milliseconds