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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.cpp381 static UChar fallbackForGBK(UChar32 character) function in namespace:WTF
416 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
430 if (UChar outChar = fallbackForGBK(codePoint)) {
446 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {

Completed in 931 milliseconds