Searched defs:ReadUTFChar (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/url/ |
H A D | url_canon_internal.cc | 28 ReadUTFChar(source, &i, length, &code_point); 250 bool ReadUTFChar(const char* str, int* begin, int length, function in namespace:url 263 bool ReadUTFChar(const base::char16* str, int* begin, int length, function in namespace:url 292 success &= ReadUTFChar(input, &i, input_len, &code_point); 303 success &= ReadUTFChar(input, &i, input_len, &code_point);
|
Completed in 81 milliseconds