Searched defs:builder_string (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sfntly/
H A Dfont.cc383 std::string builder_string = "Unable to build table - "; local
385 builder_string += table_name;
387 throw RuntimeException(builder_string.c_str());

Completed in 36 milliseconds