Searched refs:get_C_locale (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/ |
D | gstrfuncs.c | 330 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/ |
D | hb-common.cc | 818 get_C_locale () in get_C_locale() function 838 v = strtod_l (p, &pend, get_C_locale ()); in parse_float()
|
/third_party/glib/ |
D | NEWS | 6786 680074 undefined symbol "get_C_locale"
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30411 - oldlocale = uselocale (get_C_locale ()); 30412 + oldlocale = hb_uselocale (get_C_locale ());
|