UChar 68 base/i18n/icu_string_conversions.cc static const UChar kReplacementChar = 0xFFFD; UChar 81 base/i18n/icu_string_conversions.cc bool ConvertFromUTF16(UConverter* converter, const UChar* uchar_src, UChar 220 base/i18n/icu_string_conversions.cc std::vector<UChar> utf16(wide.length() * 2 + 1); UChar 151 base/i18n/rtl.cc const UChar* string = text.c_str(); UChar 167 base/i18n/rtl.cc const UChar* string = text.c_str(); UChar 182 base/i18n/rtl.cc const UChar* string = text.c_str(); UChar 313 base/i18n/rtl.cc const UChar* string = text.c_str(); UChar 21 base/i18n/string_compare.cc static_cast<const UChar*>(lhs.c_str()), static_cast<int>(lhs.length()), UChar 22 base/i18n/string_compare.cc static_cast<const UChar*>(rhs.c_str()), static_cast<int>(rhs.length()), UChar 309 base/third_party/icu/icu_utf.h (base_icu::UChar)(((supplementary)>>10)+0xd7c0) UChar 319 base/third_party/icu/icu_utf.h (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00) UChar 853 chrome/browser/task_manager/task_manager.cc static_cast<const UChar*>(title1.c_str()), UChar 855 chrome/browser/task_manager/task_manager.cc static_cast<const UChar*>(title2.c_str()), UChar 193 chrome/renderer/spellchecker/spellcheck_worditerator.cc bool SpellcheckCharAttribute::OutputChar(UChar c, UChar 212 chrome/renderer/spellchecker/spellcheck_worditerator.cc bool SpellcheckCharAttribute::OutputArabic(UChar c, UChar 224 chrome/renderer/spellchecker/spellcheck_worditerator.cc bool SpellcheckCharAttribute::OutputHangul(UChar c, UChar 272 chrome/renderer/spellchecker/spellcheck_worditerator.cc bool SpellcheckCharAttribute::OutputHebrew(UChar c, UChar 287 chrome/renderer/spellchecker/spellcheck_worditerator.cc bool SpellcheckCharAttribute::OutputDefault(UChar c, UChar 427 chrome/renderer/spellchecker/spellcheck_worditerator.cc for (UChar c = it.first(); c != icu::CharacterIterator::DONE; c = it.next()) UChar 44 chrome/renderer/spellchecker/spellcheck_worditerator.h bool OutputChar(UChar c, base::string16* output) const; UChar 56 chrome/renderer/spellchecker/spellcheck_worditerator.h bool OutputArabic(UChar c, base::string16* output) const; UChar 57 chrome/renderer/spellchecker/spellcheck_worditerator.h bool OutputHangul(UChar c, base::string16* output) const; UChar 58 chrome/renderer/spellchecker/spellcheck_worditerator.h bool OutputHebrew(UChar c, base::string16* output) const; UChar 59 chrome/renderer/spellchecker/spellcheck_worditerator.h bool OutputDefault(UChar c, base::string16* output) const; UChar 31 content/browser/android/date_time_chooser_android.cc UChar c = sanitized_iterator.get(); UChar 139 ppapi/shared_impl/private/ppb_char_set_shared.cc UChar question_mark = '?'; UChar 156 ppapi/shared_impl/private/ppb_char_set_shared.cc reinterpret_cast<const UChar*>(utf16), utf16_len, &status)); UChar 17 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc std::string NormalizeText(const UChar* text) { UChar 41 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc const UChar* text, bool is_plain_text, UChar 35 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.h const UChar* text, bool is_plain_text, UChar 189 third_party/harfbuzz-ng/src/hb-icu.cc UChar utf16[4], normalized[5]; UChar 224 third_party/harfbuzz-ng/src/hb-icu.cc UChar decomposed[4]; UChar 248 third_party/harfbuzz-ng/src/hb-icu.cc UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; UChar 281 third_party/harfbuzz-ng/src/hb-icu.cc UChar recomposed[20]; UChar 297 third_party/harfbuzz-ng/src/hb-icu.cc UChar recomposed[18 * 2]; UChar 318 third_party/harfbuzz-ng/src/hb-icu.cc UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; UChar 127743 third_party/sqlite/amalgamation/sqlite3.c const UChar *zString = sqlite3_value_text16(apArg[1]); UChar 127756 third_party/sqlite/amalgamation/sqlite3.c const UChar *zPattern = sqlite3_value_text16(apArg[0]); UChar 127823 third_party/sqlite/amalgamation/sqlite3.c const UChar *zInput; UChar 127824 third_party/sqlite/amalgamation/sqlite3.c UChar *zOutput; UChar 127884 third_party/sqlite/amalgamation/sqlite3.c res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2); UChar 128036 third_party/sqlite/amalgamation/sqlite3.c UChar *aChar; /* Copy of input using utf-16 encoding */ UChar 128116 third_party/sqlite/amalgamation/sqlite3.c nChar * sizeof(UChar) /* IcuCursor.aChar[] */ UChar 128123 third_party/sqlite/amalgamation/sqlite3.c pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1]; UChar 42 third_party/sqlite/src/ext/fts2/fts2_icu.c UChar *aChar; /* Copy of input using utf-16 encoding */ UChar 122 third_party/sqlite/src/ext/fts2/fts2_icu.c nChar * sizeof(UChar) /* IcuCursor.aChar[] */ UChar 129 third_party/sqlite/src/ext/fts2/fts2_icu.c pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1]; UChar 42 third_party/sqlite/src/ext/fts3/fts3_icu.c UChar *aChar; /* Copy of input using utf-16 encoding */ UChar 122 third_party/sqlite/src/ext/fts3/fts3_icu.c nChar * sizeof(UChar) /* IcuCursor.aChar[] */ UChar 129 third_party/sqlite/src/ext/fts3/fts3_icu.c pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1]; UChar 248 third_party/sqlite/src/ext/icu/icu.c const UChar *zString = sqlite3_value_text16(apArg[1]); UChar 261 third_party/sqlite/src/ext/icu/icu.c const UChar *zPattern = sqlite3_value_text16(apArg[0]); UChar 328 third_party/sqlite/src/ext/icu/icu.c const UChar *zInput; UChar 329 third_party/sqlite/src/ext/icu/icu.c UChar *zOutput; UChar 389 third_party/sqlite/src/ext/icu/icu.c res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2); UChar 853 ui/base/l10n/l10n_util.cc static_cast<UChar*>(WriteInto(&result, capacity)), capacity, err); UChar 112 ui/base/l10n/time_format.cc time_string.extract(static_cast<UChar*>(WriteInto(&result, capacity)), UChar 28 url/url_canon_icu.cc const UChar* code_units,