OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex_csv
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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()));
/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 265 milliseconds