Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp344 static UChar fallbackForGBK(UChar32 character) in fallbackForGBK() function
379 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackEscape()
393 if (UChar outChar = fallbackForGBK(codePoint)) { in gbkUrlEscapedEntityCallack()
409 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackSubstitute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-161779 (WebCore::fallbackForGBK): Renamed to conform to our current style.
2303 (WebCore::fallbackForGBK): Renamed to conform to our current style.