Home
last modified time | relevance | path

Searched refs:BENGALI_LANG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp52 } else if (strstr(fontParam->ttfName, BENGALI_LANG) != nullptr) { in UIMultiFontManager()
116 } else if (strstr(fonts.ttfName, BENGALI_LANG) != nullptr) { in UpdateScript()
H A Dui_multi_font_manager.h72 static constexpr const char *BENGALI_LANG = "Bengali"; variable