Home
last modified time | relevance | path

Searched refs:inquotes (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Dcli_simple.c182 int argc, inquotes; in cli_simple_run_command() local
214 for (inquotes = 0, sep = str; *sep; sep++) { in cli_simple_run_command()
217 inquotes = !inquotes; in cli_simple_run_command()
219 if (!inquotes && in cli_simple_run_command()
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIXUtilities.java267 boolean inquotes = false; in POSIXDateTimeFormat()
272 for (int i = 0; i < FieldDescriptors.length && !replaced && !inquotes; i++) { in POSIXDateTimeFormat()
291 inquotes = !inquotes; in POSIXDateTimeFormat()