Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgstrfuncs.c330 get_C_locale (void) in get_C_locale() function
740 return strtod_l (nptr, endptr, get_C_locale ()); in g_ascii_strtod()
957 old_locale = uselocale (get_C_locale ()); in g_ascii_formatd()
1214 return strtoull_l (nptr, endptr, base, get_C_locale ()); in g_ascii_strtoull()
1261 return strtoll_l (nptr, endptr, base, get_C_locale ()); in g_ascii_strtoll()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-common.cc818 get_C_locale () in get_C_locale() function
838 v = strtod_l (p, &pend, get_C_locale ()); in parse_float()
/third_party/glib/
DNEWS6786 680074 undefined symbol "get_C_locale"
/third_party/chromium/patch/
D0001-cve.patch30411 - oldlocale = uselocale (get_C_locale ());
30412 + oldlocale = hb_uselocale (get_C_locale ());