m_needsGBKFallbacks  264 Source/wtf/text/TextCodecICU.cpp     m_needsGBKFallbacks = name[0] == 'G' && name[1] == 'B' && name[2] == 'K' && !name[3];
m_needsGBKFallbacks  490 Source/wtf/text/TextCodecICU.cpp             ucnv_setFromUCallBack(m_converterICU, m_needsGBKFallbacks ? gbkCallbackSubstitute : UCNV_FROM_U_CALLBACK_SUBSTITUTE, 0, 0, 0, &err);
m_needsGBKFallbacks  493 Source/wtf/text/TextCodecICU.cpp             ucnv_setFromUCallBack(m_converterICU, m_needsGBKFallbacks ? gbkCallbackEscape : UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_XML_DEC, 0, 0, &err);
m_needsGBKFallbacks  496 Source/wtf/text/TextCodecICU.cpp             ucnv_setFromUCallBack(m_converterICU, m_needsGBKFallbacks ? gbkUrlEscapedEntityCallack : urlEscapedEntityCallback, 0, 0, 0, &err);
m_needsGBKFallbacks   61 Source/wtf/text/TextCodecICU.h     bool needsGBKFallbacks() const { return m_needsGBKFallbacks; }
m_needsGBKFallbacks   62 Source/wtf/text/TextCodecICU.h     void setNeedsGBKFallbacks(bool needsFallbacks) { m_needsGBKFallbacks = needsFallbacks; }
m_needsGBKFallbacks   69 Source/wtf/text/TextCodecICU.h     mutable bool m_needsGBKFallbacks;