Searched defs:useFallback (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/loader/ |
D | SubframeLoader.cpp | 98 bool useFallback; in resourceWillUsePlugin() local 102 …g& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) in requestPlugin() 139 bool useFallback; in requestObject() local 300 …rl, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback) in shouldUsePlugin() 329 const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) in loadPlugin()
|
/external/icu4c/common/ |
D | ucnv_ext.c | 124 UBool useFallback, UBool flush) { in ucnv_extMatchToU() 331 UBool useFallback) { in ucnv_extSimpleMatchToU() 523 UBool useFallback, UBool flush) { in ucnv_extMatchFromU() 809 UBool useFallback) { in ucnv_extSimpleMatchFromU() 949 UBool useFallback, in ucnv_extGetUnicodeSetString() 1017 UBool useFallback; in ucnv_extGetUnicodeSet() local
|
D | ucnv_cnv.h | 265 #define TO_U_USE_FALLBACK(useFallback) TRUE argument 270 #define FROM_U_USE_FALLBACK(useFallback, c) ((useFallback) || IS_PRIVATE_USE(c)) argument
|
D | ucnv2022.c | 1086 UBool useFallback, in MBCS_FROM_UCHAR32_ISO2022() 1157 UBool useFallback) in MBCS_SINGLE_FROM_UCHAR32() 1645 UBool useFallback; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2336 UBool useFallback; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2650 UBool useFallback; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2897 UBool useFallback; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnv_ct.c | 337 UBool useFallback = cnv->useFallback; in UConverter_fromUnicode_CompoundText_OFFSETS() local
|
D | ucnv_bld.h | 180 UBool useFallback; member
|
D | ucnvmbcs.c | 780 UBool useFallback; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 3117 UBool useFallback) { in ucnv_MBCSSimpleGetNextUChar() 4672 UBool useFallback) { in ucnv_MBCSFromUChar32()
|
/external/chromium/webkit/glue/ |
D | cpp_bound_class_unittest.cc | 148 virtual bool useFallback() { in useFallback() function in __anon74b4627d0111::CppBoundClassTest 158 virtual bool useFallback() { in useFallback() function in __anon74b4627d0111::CppBoundClassWithFallbackMethodTest
|
/external/icu4c/test/cintltst/ |
D | nucnvtst.c | 373 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() 530 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU()
|