Searched refs:hex_csv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc84 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()));
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc84 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 676 milliseconds