HomeSort by relevance Sort by last modified time
    Searched full:builder_string (Results 1 - 1 of 1) sorted by null

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

Completed in 145 milliseconds