Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecICU.cpp388 static UChar fallbackForGBK(UChar32 character) in fallbackForGBK() function
423 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackEscape()
437 if (UChar outChar = fallbackForGBK(codePoint)) { in gbkUrlEscapedEntityCallack()
453 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackSubstitute()