Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-common.cc770 #define HB_CREATE_LOCALE(locName) newlocale (LC_ALL_MASK, locName, nullptr) macro
775 #define HB_CREATE_LOCALE(locName) _create_locale (LC_ALL, locName) macro