Searched defs:has_fallback (Results 1 - 3 of 3) sorted by last modified time

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc175 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]); local
176 map->add_feature (arabic_features[i], 1, has_fallback ? F_HAS_FALLBACK : F_NONE);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic.cc175 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]); local
176 map->add_feature (arabic_features[i], 1, has_fallback ? F_HAS_FALLBACK : F_NONE);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c308 int has_fallback; /* True if any %fallback is seen in the grammar */ member in struct:lemon
2425 psp->gp->has_fallback = 1;
3699 if( lemp->has_fallback ){
3873 if( lemp->has_fallback ){

Completed in 132 milliseconds