Home
last modified time | relevance | path

Searched refs:code_point_out (Results 1 – 4 of 4) sorted by relevance

/external/chromium/googleurl/src/
Durl_canon_icu.cc165 unsigned* code_point_out) { in ReadUTFChar() argument
168 *code_point_out = static_cast<unsigned>(code_point); in ReadUTFChar()
177 *code_point_out = kUnicodeReplacementCharacter; in ReadUTFChar()
Durl_canon_internal.h171 unsigned* code_point_out);
/external/chromium/base/
Dutf_string_conversion_utils.cc16 uint32* code_point_out) { in ReadUnicodeCharacter() argument
22 *code_point_out = static_cast<uint32>(code_point); in ReadUnicodeCharacter()
Dutf_string_conversion_utils.h34 uint32* code_point_out);