Home
last modified time | relevance | path

Searched defs:isFallback (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeResult.java53 private final boolean isFallback; field in FakeResult
57 RbPath path, ImmutableList<String> values, boolean grouped, int index, boolean isFallback) { in FakeResult()
65 boolean isFallback() { in isFallback() method in FakeResult
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontStyleSet_ohos.h28 …bool isFallback = false; // the flag of font style set. False for fallback family, true for generi… variable
DSkFontStyleSet_ohos.cpp14 int index, bool isFallback) in SkFontStyleSet_OHOS()
DSkFontMgr_ohos.cpp75 bool isFallback = false; in onMatchFamily() local
96 bool isFallback = false; in onMatchFamilyStyle() local
/third_party/flutter/skia/src/ports/
DSkFontMgr_config_parser.cpp486 const SkString& basePath, bool isFallback) in parse_config_file()
DSkFontMgr_android_parser.cpp636 const SkString& basePath, bool isFallback) in parse_config_file()
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h349 bool isFallback() { return fFlags.argbFallback; } in isFallback() function
/third_party/skia/src/ports/
DSkFontMgr_android_parser.cpp646 const SkString& basePath, bool isFallback) in parse_config_file()