Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-number.cc80 #define HB_CREATE_LOCALE(locName) newlocale (LC_ALL_MASK, locName, nullptr) macro
85 #define HB_CREATE_LOCALE(locName) _create_locale (LC_ALL, locName) macro
101 HB_LOCALE_T C_locale = HB_CREATE_LOCALE ("C"); in create()