Home
last modified time | relevance | path

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

/third_party/skia/tools/fonts/
Dcreate_test_font.cpp79 kMaxLineLength = 80, enumerator
94 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_fixed()
113 *out += (int) last_line_length(*out) >= kMaxLineLength ? '\n' : ' '; in output_scalar()
219 if (outChCount >= kMaxLineLength) { in output_font()
239 if (outChCount >= kMaxLineLength) { in output_font()
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc175 const int kMaxLineLength = 2*1024; in ParsePrefixes() local
176 vector<char> buffer(kMaxLineLength); in ParsePrefixes()