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

  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 84 std::string hex_csv = input; local
86 size_t end = hex_csv.find_first_of(",");
89 HexTo<unsigned int>(hex_csv.substr(start, end - start).c_str()));
91 end = hex_csv.find_first_of(",", start);
93 glyph_ids->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));

Completed in 122 milliseconds