HomeSort by relevance Sort by last modified time
    Searched refs:kUnicodeReplacementCharacter (Results 1 - 3 of 3) sorted by null

  /external/chromium/googleurl/src/
url_canon_icu.cc 177 *code_point_out = kUnicodeReplacementCharacter;
187 *code_point = kUnicodeReplacementCharacter;
203 *code_point = kUnicodeReplacementCharacter;
url_canon_internal.h 157 extern const char16 kUnicodeReplacementCharacter;
164 // kUnicodeReplacementCharacter into |*code_point|.
241 // kUnicodeReplacementCharacter into |*code_point|.
286 // us the kUnicodeReplacementCharacter, so we don't have to do special
298 // kUnicodeReplacementCharacter, so we don't have to do special checking
url_canon_internal.cc 47 // ReadChar will fill the code point with kUnicodeReplacementCharacter
258 const char16 kUnicodeReplacementCharacter = 0xfffd;

Completed in 41 milliseconds