Searched refs:locale_data (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 205 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()
|
D | formatter.h | 643 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/llvm/test/CodeGen/X86/ |
D | 2008-03-14-SpillerCrash.ll | 4 %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/ |
D | 2008-03-14-SpillerCrash.ll | 4 %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/cpython2/Python/ |
D | pystrtod.c | 129 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/bison/lib/ |
D | strtol.c | 252 struct locale_data *current = loc->__locales[LC_NUMERIC]; in INTERNAL()
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | 2006-11-09-InlineCGUpdate.ll | 16 %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/ |
D | 2006-11-09-InlineCGUpdate.ll | 15 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] } 17 %struct.locale_data = type opaque
|