Searched refs:lconv (Results 1 – 5 of 5) sorted by relevance
19 check_type_size("struct lconv" LCONV_SIZE)21 check_struct_has_member("struct lconv" decimal_point locale.h HAVE_DECIMAL_POINT)24 check_type_size(lconv LCONV_SIZE LANGUAGE CXX)26 check_struct_has_member(lconv decimal_point clocale HAVE_DECIMAL_POINT LANGUAGE CXX)
33 struct lconv* lc = localeconv(); in getDecimalPoint()
1042 struct lconv *lconv = localeconv(); in get_decimal_point() local1043 return (unsigned char)lconv->decimal_point[0]; in get_decimal_point()
241 struct lconv *lconv = localeconv(); in get_decimal_point() local242 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()
120 struct lconv* lc = localeconv(); in getDecimalPoint()
Completed in 22 milliseconds