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

/external/chromium/third_party/icu/source/common/
H A Ducnv_cnv.h265 #define TO_U_USE_FALLBACK(useFallback) TRUE
268 /** Use fallbacks from Unicode to codepage when cnv->useFallback or for private-use code points */
270 #define FROM_U_USE_FALLBACK(useFallback, c) ((useFallback) || IS_PRIVATE_USE(c))
271 #define UCNV_FROM_U_USE_FALLBACK(cnv, c) FROM_U_USE_FALLBACK((cnv)->useFallback, c)
H A Ducnv_ext.c124 UBool useFallback, UBool flush) {
169 TO_U_USE_FALLBACK(useFallback)) &&
208 TO_U_USE_FALLBACK(useFallback)) &&
290 cnv->useFallback, flush);
331 UBool useFallback) {
344 useFallback, TRUE);
377 cnv->useFallback, pArgs->flush);
505 * @param useFallback "use fallback" flag, usually from cnv->useFallback
523 UBool useFallback, UBoo
120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, const char *pre, int32_t preLength, const char *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
329 ucnv_extSimpleMatchToU(const int32_t *cx, const char *source, int32_t length, UBool useFallback) argument
518 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
946 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UBool useFallback, int32_t minLength, UChar32 c, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1017 UBool useFallback; local
[all...]
H A Ducnvmbcs.h456 UBool useFallback);
465 uint8_t b, UBool useFallback);
507 UBool useFallback);
518 UBool useFallback);
H A Ducnv2022.c1060 UBool useFallback,
1102 } else if(FROM_U_USE_FALLBACK(useFallback, c) && myValue!=0) {
1115 return ucnv_extSimpleMatchFromU(cx, c, value, useFallback);
1131 UBool useFallback)
1147 } else if(useFallback ? value>=0x800 : value>=0xc00) {
1619 UBool useFallback; local
1729 * We will turn off useFallback after finding a fallback,
1734 useFallback = cnv->useFallback;
1791 useFallback
1057 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
1128 MBCS_SINGLE_FROM_UCHAR32(UConverterSharedData* sharedData, UChar32 c, uint32_t* retval, UBool useFallback) argument
2310 UBool useFallback; local
2624 UBool useFallback; local
2871 UBool useFallback; local
[all...]
H A Ducnv_ext.h358 UBool useFallback);
378 UBool useFallback);
H A Ducnv_bld.h180 UBool useFallback; member in struct:UConverter
H A Ducnvmbcs.c709 UBool useFallback; local
713 useFallback=(UBool)(which==UCNV_ROUNDTRIP_AND_FALLBACK_SET);
751 } else if(useFallback) {
774 if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) {
784 if(((st3&1)!=0 || useFallback) && ((value=*stage3)==0x81 || value==0x82)) {
794 if(((st3&1)!=0 || useFallback) && (value=*((const uint16_t *)stage3))>=0x8140 && value<=0xeffc) {
804 if( ((st3&1)!=0 || useFallback) &&
817 if( ((st3&1)!=0 || useFallback) &&
2978 uint8_t b, UBool useFallback) {
2999 if(!TO_U_USE_FALLBACK(useFallback)) {
3035 ucnv_MBCSSimpleGetNextUChar(UConverterSharedData *sharedData, const char *source, int32_t length, UBool useFallback) argument
4547 ucnv_MBCSFromUChar32(UConverterSharedData *sharedData, UChar32 c, uint32_t *pValue, UBool useFallback) argument
[all...]
H A Ducnvhz.c270 tempBuf, 2, args->converter->useFallback);
380 mySourceChar,&targetUniChar,args->converter->useFallback);
H A Ducnv.c2687 cnv->useFallback = usesFallback;
2693 return cnv->useFallback;
/external/icu4c/common/
H A Ducnv_cnv.h265 #define TO_U_USE_FALLBACK(useFallback) TRUE
268 /** Use fallbacks from Unicode to codepage when cnv->useFallback or for private-use code points */
270 #define FROM_U_USE_FALLBACK(useFallback, c) ((useFallback) || IS_PRIVATE_USE(c))
271 #define UCNV_FROM_U_USE_FALLBACK(cnv, c) FROM_U_USE_FALLBACK((cnv)->useFallback, c)
H A Ducnv_ext.c124 UBool useFallback, UBool flush) {
169 TO_U_USE_FALLBACK(useFallback)) &&
208 TO_U_USE_FALLBACK(useFallback)) &&
290 cnv->useFallback, flush);
331 UBool useFallback) {
344 useFallback, TRUE);
377 cnv->useFallback, pArgs->flush);
505 * @param useFallback "use fallback" flag, usually from cnv->useFallback
523 UBool useFallback, UBoo
120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, const char *pre, int32_t preLength, const char *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
329 ucnv_extSimpleMatchToU(const int32_t *cx, const char *source, int32_t length, UBool useFallback) argument
518 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
946 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UBool useFallback, int32_t minLength, UChar32 c, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1017 UBool useFallback; local
[all...]
H A Ducnvmbcs.h456 UBool useFallback);
465 uint8_t b, UBool useFallback);
507 UBool useFallback);
518 UBool useFallback);
H A Ducnv2022.c1082 UBool useFallback,
1124 } else if(FROM_U_USE_FALLBACK(useFallback, c) && myValue!=0) {
1137 return ucnv_extSimpleMatchFromU(cx, c, value, useFallback);
1153 UBool useFallback)
1169 } else if(useFallback ? value>=0x800 : value>=0xc00) {
1641 UBool useFallback; local
1751 * We will turn off useFallback after finding a fallback,
1756 useFallback = cnv->useFallback;
1813 useFallback
1079 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
1150 MBCS_SINGLE_FROM_UCHAR32(UConverterSharedData* sharedData, UChar32 c, uint32_t* retval, UBool useFallback) argument
2332 UBool useFallback; local
2646 UBool useFallback; local
2893 UBool useFallback; local
[all...]
H A Ducnv_ext.h358 UBool useFallback);
378 UBool useFallback);
H A Ducnv_bld.h180 UBool useFallback; member in struct:UConverter
H A Ducnvmbcs.c779 UBool useFallback; local
783 useFallback=(UBool)(which==UCNV_ROUNDTRIP_AND_FALLBACK_SET);
821 } else if(useFallback) {
844 if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) {
854 if(((st3&1)!=0 || useFallback) && ((value=*stage3)==0x81 || value==0x82)) {
864 if(((st3&1)!=0 || useFallback) && (value=*((const uint16_t *)stage3))>=0x8140 && value<=0xeffc) {
874 if( ((st3&1)!=0 || useFallback) &&
887 if( ((st3&1)!=0 || useFallback) &&
3057 uint8_t b, UBool useFallback) {
3078 if(!TO_U_USE_FALLBACK(useFallback)) {
3114 ucnv_MBCSSimpleGetNextUChar(UConverterSharedData *sharedData, const char *source, int32_t length, UBool useFallback) argument
4667 ucnv_MBCSFromUChar32(UConverterSharedData *sharedData, UChar32 c, uint32_t *pValue, UBool useFallback) argument
[all...]
H A Ducnvhz.c270 tempBuf, 2, args->converter->useFallback);
380 mySourceChar,&targetUniChar,args->converter->useFallback);
H A Ducnv.c2687 cnv->useFallback = usesFallback;
2693 return cnv->useFallback;
/external/webkit/WebCore/loader/
H A DFrameLoader.h354 bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
356 const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback);
H A DFrameLoader.cpp1303 bool useFallback; local
1304 if (shouldUsePlugin(completedURL, mimeType, renderer->hasFallbackContent(), useFallback)) {
1311 return loadPlugin(renderer, completedURL, mimeType, paramNames, paramValues, useFallback);
1323 bool FrameLoader::shouldUsePlugin(const KURL& url, const String& mimeType, bool hasFallback, bool& useFallback) argument
1326 useFallback = false;
1342 useFallback = objectType == ObjectContentNone && hasFallback;
1388 const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback)
1392 if (renderer && !useFallback) {
1387 loadPlugin(RenderPart* renderer, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) argument
/external/chromium/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c332 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
367 if(useFallback){
368 ucnv_setFallback(conv,useFallback);
489 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
526 if(useFallback){
527 ucnv_setFallback(conv,useFallback);
331 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets , UBool useFallback) argument
488 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) argument
/external/icu4c/test/cintltst/
H A Dnucnvtst.c364 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
399 if(useFallback){
400 ucnv_setFallback(conv,useFallback);
521 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
558 if(useFallback){
559 ucnv_setFallback(conv,useFallback);
363 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets , UBool useFallback) argument
520 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) argument

Completed in 201 milliseconds