Searched defs:numStr (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Ducol_tok.h63 uint32_t numStr[UCOL_CE_STRENGTH_LIMIT]; member in struct:__anon5363
H A Ddtfmtsym.cpp1194 initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status) { argument
1196 length = numStr;
1197 *field = newUnicodeStringArray((size_t)numStr);
/external/icu4c/test/intltest/
H A Dnumrgts.cpp2721 UnicodeString numStr = "1000000000.6"; // 9 zeroes local
2723 nf->parse(numStr, val, status);
2731 numStr = "100000000000000001.1"; // approx 1E17, parses as a double rather
2734 nf->parse(numStr, val, status);
2742 numStr = "1E17"; // Parses with the internal decimal number having non-zero exponent
2743 nf->parse(numStr, val, status);
2750 numStr = "9223372036854775807"; // largest int64_t
2751 nf->parse(numStr, val, status);
2762 numStr = "-9223372036854775808"; // smallest int64_t
2763 nf->parse(numStr, va
[all...]

Completed in 123 milliseconds