HomeSort by relevance Sort by last modified time
    Searched refs:inquotes (Results 1 - 2 of 2) sorted by null

  /external/u-boot/common/
cli_simple.c 182 int argc, inquotes; local
214 for (inquotes = 0, sep = str; *sep; sep++) {
217 inquotes = !inquotes;
219 if (!inquotes &&
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIXUtilities.java 267 boolean inquotes = false;
272 for (int i = 0; i < FieldDescriptors.length && !replaced && !inquotes; i++) {
291 inquotes = !inquotes;

Completed in 725 milliseconds