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

  /external/chromium/chrome/browser/net/
quoted_printable.cc 31 bool as_is = false; local
34 as_is = true;
39 if (!as_is && (c == '\t' || c == ' ') && !last_char &&
41 as_is = true;
56 int min_chars_needed = as_is ? kMaxCharPerLine - 2 : kMaxCharPerLine - 4;
64 if (as_is) {
  /external/icu4c/config/
dist.mk 69 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )

Completed in 200 milliseconds