Home
last modified time | relevance | path

Searched refs:parseInt (Results 76 - 100 of 1393) sorted by relevance

12345678910>>...56

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java258 high = Integer.parseInt(years[0]); in main()
260 low = Integer.parseInt(years[0]); in main()
261 high = Integer.parseInt(years[1]); in main()
/test/xts/tools/lite/reliability/
H A DJSPressTest.js106 return parseInt(Math.random()*(max - min) + min);
/third_party/node/test/parallel/
H A Dtest-http-client-timeout-agent.js37 const reqid = parseInt(m[1], 10);
/third_party/node/test/sequential/
H A Dtest-pipe.js40 buffer[i] = parseInt(Math.random() * 10000) % 256;
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/
H A Deuckr-decoder.js19 for (var i = 0; i < bytes.length; i++) bytes[i] = parseInt(bytes[i], 16);
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/
H A Dbig5-decoder.js19 for (var i = 0; i < bytes.length; i++) bytes[i] = parseInt(bytes[i], 16);
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
H A Deucjp-decoder.js19 for (var i = 0; i < bytes.length; i++) bytes[i] = parseInt(bytes[i], 16);
/third_party/node/benchmark/fixtures/
H A Dsimple-https-server.js20 const n_chunks = parseInt(params[3], 10);
/third_party/skia/modules/pathkit/
H A Dhelper.js49 item = PathKit.SkBits2FloatUnsigned(parseInt(item));
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java44 this.offset = Integer.parseInt(offset); in URelativeString()
261 keyOffset = Integer.parseInt(key.toString()); in put()
H A DDayPeriodRules.java196 int hour = Integer.parseInt(hourStr); in parseHour()
197 // parseInt() throws NumberFormatException if hourStr isn't proper. in parseHour()
372 return Integer.parseInt(numStr); // This throws NumberFormatException if numStr isn't a proper number. in parseSetNum()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1444 void parseInt(const UnicodeString& text,
1450 void parseInt(const UnicodeString& text,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DDayPeriodRules.java203 int hour = Integer.parseInt(hourStr); in parseHour()
204 // parseInt() throws NumberFormatException if hourStr isn't proper. in parseHour()
379 return Integer.parseInt(numStr); // This throws NumberFormatException if numStr isn't a proper number. in parseSetNum()
H A DRelativeDateFormat.java47 this.offset = Integer.parseInt(offset); in URelativeString()
264 keyOffset = Integer.parseInt(key.toString()); in put()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DUCharacterPerf.java38 MIN_ = Integer.parseInt(args[0], 16); in setup()
41 MAX_ = Integer.parseInt(args[1], 16); in setup()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptIDModuleWriter.java51 numberOfScripts = Integer.parseInt(checkICUVersion.substring(checkICUVersion.indexOf("=")+1)); in writeScriptHeader()
138 numberOfLanguages = Integer.parseInt(checkICUVersion.substring(checkICUVersion.indexOf("=")+1)); in writeLanguageHeader()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsmpdtfmt.h1445 void parseInt(const UnicodeString& text,
1451 void parseInt(const UnicodeString& text,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1428 void parseInt(const UnicodeString& text,
1434 void parseInt(const UnicodeString& text,
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DBuildMetadataFromXml.java202 metadata.setCountryCode(Integer.parseInt(element.getAttribute(COUNTRY_CODE))); in loadTerritoryTagMetadata()
559 int min = Integer.parseInt(minMax[0]); in parsePossibleLengthStringToSet()
560 int max = Integer.parseInt(minMax[1]); in parsePossibleLengthStringToSet()
575 int length = Integer.parseInt(lengthSubstring); in parsePossibleLengthStringToSet()
/third_party/node/deps/v8/tools/
H A Dwindbg.js159 let n = parseInt(val.toString());
212 res = (parseInt(l[l_length - i], 16) & parseInt(r[r_length - i], 16))
215 return parseInt(res, 16);
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DShortNumberInfoTest.java95 premiumRateNumber.setCountryCode(33).setNationalNumber(Integer.parseInt(premiumRateExample)); in testGetExpectedCost()
104 standardRateNumber.setCountryCode(33).setNationalNumber(Integer.parseInt(standardRateExample)); in testGetExpectedCost()
113 tollFreeNumber.setCountryCode(33).setNationalNumber(Integer.parseInt(tollFreeExample)); in testGetExpectedCost()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dshortnumberinfo_test.js134 premiumRateNumber.setNationalNumber(parseInt(premiumRateExample, 10));
148 standardRateNumber.setNationalNumber(parseInt(standardRateExample, 10));
162 tollFreeNumber.setNationalNumber(parseInt(tollFreeExample, 10));
/test/testfwk/arkxtest/jsunit/src/module/kit/
H A DSysTestKit.js99 resolve(parseInt(data.stdResult) > 3 ? true : false);
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DNumericCodeData.java109 int numericCodeVal = Integer.parseInt(mapEntry.getValue()); in writeResource()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGenerateTimeZonesMapData.java81 Integer prefix = Integer.parseInt(line.substring(0, indexOfPipe)); in parseTextFile()

Completed in 18 milliseconds

12345678910>>...56