OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHexValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/rlz/lib/
string_utils.h
20
bool
GetHexValue
(char letter, int* value);
string_utils.cc
17
bool
GetHexValue
(char letter, int* value) {
19
ASSERT_STRING("
GetHexValue
: Invalid output paramter");
54
if (!
GetHexValue
(text[idx], &digit)) {
Completed in 2898 milliseconds