Searched refs:from_args (Results 1 – 1 of 1) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_canon_icu.cc | 52 UConverterFromUnicodeArgs* from_args, in appendURLEscapedChar() argument 63 ucnv_cbFromUWriteBytes(from_args, prefix, prefix_len, 0, err); in appendURLEscapedChar() 69 ucnv_cbFromUWriteBytes(from_args, number, number_len, 0, err); in appendURLEscapedChar() 73 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err); in appendURLEscapedChar()
|