Home
last modified time | relevance | path

Searched refs:FormatOption (Results 1 - 9 of 9) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexFormatter.java28 public enum FormatOption { enum in RegexFormatter
46 public static String format(String regex, FormatOption formatOption) { in format()
52 private final FormatOption formatOption;
54 private RegexFormatter(String regex, FormatOption formatOption) { in RegexFormatter()
85 if (formatOption != FormatOption.FORCE_CAPTURING_GROUPS) { in recurse()
89 } else if (formatOption == FormatOption.FORCE_NON_CAPTURING_GROUPS) { in recurse()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexFormatterTest.java20 import static com.google.i18n.phonenumbers.metadata.regex.RegexFormatter.FormatOption.FORCE_CAPTURING_GROUPS;
21 import static com.google.i18n.phonenumbers.metadata.regex.RegexFormatter.FormatOption.FORCE_NON_CAPTURING_GROUPS;
22 import static com.google.i18n.phonenumbers.metadata.regex.RegexFormatter.FormatOption.PRESERVE_CAPTURING_GROUPS;
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc90 int FormatOption(Instruction* instr, const char* option);
161 // the FormatOption method.
184 // complexity of FormatOption.
206 // complexity of FormatOption.
249 // FormatOption takes a formatting string and interprets it based on
252 // consumed by the caller.) FormatOption returns the number of
254 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
429 // the output buffer. All escaped options are handed to FormatOption to be
435 format += FormatOption(instr, format); in Format()
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc80 int FormatOption(Instruction* instr, const char* option);
121 // the FormatOption method.
144 // complexity of FormatOption.
227 // FormatOption takes a formatting string and interprets it based on
230 // consumed by the caller.) FormatOption returns the number of
232 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
494 // the output buffer. All escaped options are handed to FormatOption to be
500 format += FormatOption(instr, format); in Format()
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc130 int FormatOption(Instruction* instr, const char* option);
653 // complexity of FormatOption.
673 // complexity of FormatOption.
717 // complexity of FormatOption.
737 // FormatOption takes a formatting string and interprets it based on
740 // consumed by the caller.) FormatOption returns the number of
742 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
1012 // the output buffer. All escaped options are handed to FormatOption to be
1018 format += FormatOption(instr, format); in Format()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc126 int FormatOption(Instruction* instr, const char* option);
612 // complexity of FormatOption.
632 // complexity of FormatOption.
676 // complexity of FormatOption.
696 // FormatOption takes a formatting string and interprets it based on
699 // consumed by the caller.) FormatOption returns the number of
701 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
958 // the output buffer. All escaped options are handed to FormatOption to be
964 format += FormatOption(instr, format); in Format()
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc92 int FormatOption(Instruction* instr, const char* option);
344 // complexity of FormatOption.
364 // complexity of FormatOption.
387 // FormatOption takes a formatting string and interprets it based on
390 // consumed by the caller.) FormatOption returns the number of
392 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
569 // the output buffer. All escaped options are handed to FormatOption to be
575 format += FormatOption(instr, format); in Format()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc93 int FormatOption(Instruction* instr, const char* option);
244 // Print PU formatting to reduce complexity of FormatOption.
270 // the FormatOption method.
293 // complexity of FormatOption.
340 // complexity of FormatOption.
429 // FormatOption takes a formatting string and interprets it based on
432 // consumed by the caller.) FormatOption returns the number of
434 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
706 // the output buffer. All escaped options are handed to FormatOption to be
712 format += FormatOption(inst in Format()
[all...]
/third_party/node/deps/v8/src/diagnostics/riscv64/
H A Ddisasm-riscv64.cc155 int FormatOption(Instruction* instr, const char* option);
509 // complexity of FormatOption.
532 // complexity of FormatOption.
564 // the complexity of FormatOption.
618 // the complexity of FormatOption.
699 // FormatOption takes a formatting string and interprets it based on
702 // consumed by the caller.) FormatOption returns the number of
704 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption() function in v8::internal::Decoder
849 // the output buffer. All escaped options are handed to FormatOption to be
855 format += FormatOption(inst in Format()
[all...]

Completed in 24 milliseconds