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

/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc27 class HexTo { class
29 explicit HexTo(const char* in) { function in class:HexTo
89 HexTo<unsigned int>(hex_csv.substr(start, end - start).c_str()));
93 glyph_ids->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc27 class HexTo { class
29 explicit HexTo(const char* in) { function in class:HexTo
89 HexTo<unsigned int>(hex_csv.substr(start, end - start).c_str()));
93 glyph_ids->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));

Completed in 220 milliseconds