Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h205 struct lconv *locale_data = localeconv(); in _Py_InsertThousandsGroupingLocale() local
206 const char *grouping = locale_data->grouping; in _Py_InsertThousandsGroupingLocale()
207 const char *thousands_sep = locale_data->thousands_sep; in _Py_InsertThousandsGroupingLocale()
Dformatter.h643 struct lconv *locale_data = localeconv(); in get_locale_info() local
644 locale_info->decimal_point = locale_data->decimal_point; in get_locale_info()
645 locale_info->thousands_sep = locale_data->thousands_sep; in get_locale_info()
646 locale_info->grouping = locale_data->grouping; in get_locale_info()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-03-14-SpillerCrash.ll4 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
6 …%struct.locale_data = type { i8*, i8*, i32, i32, { void (%struct.locale_data*)*, %struct.anon }, i…
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-03-14-SpillerCrash.ll4 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
6 …%struct.locale_data = type { i8*, i8*, i32, i32, { void (%struct.locale_data*)*, %struct.anon }, i…
/external/llvm/test/CodeGen/X86/
D2008-03-14-SpillerCrash.ll4 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
6 …%struct.locale_data = type { i8*, i8*, i32, i32, { void (%struct.locale_data*)*, %struct.anon }, i…
/external/python/cpython3/Python/
Dpystrtod.c168 struct lconv *locale_data; in _PyOS_ascii_strtod() local
180 locale_data = localeconv(); in _PyOS_ascii_strtod()
181 decimal_point = locale_data->decimal_point; in _PyOS_ascii_strtod()
452 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot() local
453 const char *decimal_point = locale_data->decimal_point; in change_decimal_from_locale_to_dot()
/external/python/cpython2/Python/
Dpystrtod.c129 struct lconv *locale_data; in _PyOS_ascii_strtod() local
141 locale_data = localeconv(); in _PyOS_ascii_strtod()
142 decimal_point = locale_data->decimal_point; in _PyOS_ascii_strtod()
378 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot() local
379 const char *decimal_point = locale_data->decimal_point; in change_decimal_from_locale_to_dot()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll15 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
17 %struct.locale_data = type opaque
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll16 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
18 %struct.locale_data = type opaque
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll15 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
17 %struct.locale_data = type opaque