Home
last modified time | relevance | path

Searched refs:parseInteger (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dutil_props.cpp28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() function in ICU_Utility
112 parsedInts[intCount++] = parseInteger(rule, p, limit); in parsePattern()
Dutil.h196 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);
/third_party/skia/modules/svg/include/
DSkSVGAttributeParser.h21 bool parseInteger(SkSVGIntegerType*);
27 bool parse(SkSVGIntegerType* v) { return parseInteger(v); } in parse()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutil_props.cpp28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() function in ICU_Utility
112 parsedInts[intCount++] = parseInteger(rule, p, limit); in parsePattern()
Dutil.h186 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);
/third_party/skia/third_party/externals/icu/source/common/
Dutil_props.cpp28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() function in ICU_Utility
112 parsedInts[intCount++] = parseInteger(rule, p, limit); in parsePattern()
Dutil.h186 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);
/third_party/icu/icu4c/source/common/
Dutil_props.cpp28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() function in ICU_Utility
112 parsedInts[intCount++] = parseInteger(rule, p, limit); in parsePattern()
Dutil.h186 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);
/third_party/node/deps/npm/node_modules/dashdash/lib/
Ddashdash.js129 function parseInteger(option, optstr, arg) { function
198 parseArg: parseInteger
231 parseArg: parseInteger
1052 parseInteger: parseInteger, property
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js32 exports.parseInteger = parseInteger;
332 function parseInteger(str, uopts) function
/third_party/node/deps/npm/node_modules/jsprim/
DCHANGES.md19 * #7 Add parseInteger() function for safer number parsing
DREADME.md142 ### parseInteger(str, options)
194 none of them are wanted. `parseInteger()` grants greater control over what
/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js27 var parseInteger = parseInt; variable
94 return this.ToNumber(parseInteger(strSlice(value, 2), 2));
96 return this.ToNumber(parseInteger(strSlice(value, 2), 8));
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2461 return (int) parseInteger(text, true, false); in parseInt32()
2471 return (int) parseInteger(text, false, false); in parseUInt32()
2480 return parseInteger(text, true, true); in parseInt64()
2490 return parseInteger(text, false, true); in parseUInt64()
2493 private static long parseInteger(final String text, final boolean isSigned, final boolean isLong) in parseInteger() method in TextFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUtility.java1178 parsedInts[intCount++] = parseInteger(rule, p, limit);
1274 public static int parseInteger(String rule, int[] pos, int limit) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java1175 parsedInts[intCount++] = parseInteger(rule, p, limit);
1271 public static int parseInteger(String rule, int[] pos, int limit) {
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp342 bool SkSVGAttributeParser::parseInteger(SkSVGIntegerType* number) { in parseInteger() function in SkSVGAttributeParser
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp1517 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErro… in parseInteger() function
1757 {"integer", k_type_integer, parseInteger},
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp1517 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErro… in parseInteger() function
1757 {"integer", k_type_integer, parseInteger},
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp1517 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErro… in parseInteger() function
1757 {"integer", k_type_integer, parseInteger},
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp1517 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErro… in parseInteger() function
1757 {"integer", k_type_integer, parseInteger},