Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutil_props.cpp24 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() function in ICU_Utility
107 parsedInts[intCount++] = parseInteger(rule, p, limit); in parsePattern()
Dutil.h178 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);
/external/chromium/third_party/icu/source/common/
Dutil_props.cpp24 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() function in ICU_Utility
107 parsedInts[intCount++] = parseInteger(rule, p, limit); in parsePattern()
Dutil.h178 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java1218 return (int) parseInteger(text, true, false); in parseInt32()
1229 return (int) parseInteger(text, false, false); in parseUInt32()
1238 return parseInteger(text, true, true); in parseInt64()
1249 return parseInteger(text, false, true); in parseUInt64()
1252 private static long parseInteger(final String text, in parseInteger() method in TextFormat
/external/chromium/third_party/icu/source/tools/genrb/
Dparse.c1303 parseInteger(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) in parseInteger() function
1605 {"integer", k_type_integer, parseInteger},
/external/icu4c/tools/genrb/
Dparse.c1306 parseInteger(char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) in parseInteger() function
1608 {"integer", k_type_integer, parseInteger},