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

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp377 UChar outChar; local
378 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
379 const UChar* source = &outChar;
392 if (UChar outChar = fallbackForGBK(codePoint)) {
393 const UChar* source = &outChar;
407 UChar outChar; local
408 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
409 const UChar* source = &outChar;

Completed in 69 milliseconds