Home
last modified time | relevance | path

Searched defs:numstr (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc77 const char* numstr = "272104041512242479.e200"; in BM_Absl_HardLarge() local
98 const char* numstr = "94080055902682397.e-242"; in BM_Absl_HardSmall() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java363 String numstr = new String(); in testJB6648() local
DNumberFormatTest.java3180 String numstr = "12345"; in TestJB5358() local
3210 private final String numstr; field in NumberFormatTest.ParseThreadJB5358
3214 … public ParseThreadJB5358(DecimalFormat decfmt, String numstr, double expect, ArrayList errors) { in ParseThreadJB5358()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java366 String numstr = new String(); in testJB6648() local
DNumberFormatTest.java3183 String numstr = "12345"; in TestJB5358() local
3213 private final String numstr; field in NumberFormatTest.ParseThreadJB5358
3217 … public ParseThreadJB5358(DecimalFormat decfmt, String numstr, double expect, ArrayList errors) { in ParseThreadJB5358()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp338 TString numstr(ppToken->name); in lFloatConst() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.cpp268 std::string numstr; in from_string() local
507 std::string numstr; in from_string() local
/third_party/toybox/lib/
Dlib.c304 long long atolx(char *numstr) in atolx()
326 long long atolx_range(char *numstr, long long low, long long high) in atolx_range()
/third_party/ffmpeg/libavutil/
Deval.c106 double av_strtod(const char *numstr, char **tail) in av_strtod()
/third_party/python/Modules/
D_json.c924 PyObject *numstr = NULL; in _match_number_unicode() local
/third_party/ffmpeg/fftools/
Dcmdutils.c141 double parse_number_or_die(const char *context, const char *numstr, int type, in parse_number_or_die()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7703 UnicodeString numstr("* 1^234:56"); in TestCustomCurrencySignAndSeparator() local