Searched refs:outChar (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.cpp415 UChar outChar; local
416 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
417 const UChar* source = &outChar;
430 if (UChar outChar = fallbackForGBK(codePoint)) {
431 const UChar* source = &outChar;
445 UChar outChar; local
446 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
447 const UChar* source = &outChar;

Completed in 73 milliseconds