Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A DCMakeLists.txt19 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)
A Djson_tool.h33 struct lconv* lc = localeconv(); in getDecimalPoint()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1042 struct lconv *lconv = localeconv(); in get_decimal_point() local
1043 return (unsigned char)lconv->decimal_point[0]; in get_decimal_point()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c241 struct lconv *lconv = localeconv(); in get_decimal_point() local
242 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp120 struct lconv* lc = localeconv(); in getDecimalPoint()

Completed in 22 milliseconds