Searched refs:uprv_strtod (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | cstring.h | 75 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
|
H A D | uniset_props.cpp | 854 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias() 876 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
|
H A D | messagepattern.cpp | 993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cstring.h | 75 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
|
H A D | uniset_props.cpp | 851 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias() 873 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
|
H A D | messagepattern.cpp | 993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cstring.h | 75 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end) macro
|
H A D | uniset_props.cpp | 854 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias() 876 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
|
H A D | messagepattern.cpp | 993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()
|
Completed in 12 milliseconds