]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/numparse_impl.h
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / numparse_impl.h
index 992114c7edee182c48c79eaec3dce43923ea1bb6..7d5f0b6f0bd07b5a36ec39ab0d295254cbbc4711 100644 (file)
@@ -95,9 +95,10 @@ class U_I18N_API NumberParserImpl : public MutableMatcherCollection, public UMem
 
     explicit NumberParserImpl(parse_flags_t parseFlags);
 
-    void parseGreedyRecursive(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
+    void parseGreedy(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
 
-    void parseLongestRecursive(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
+    void parseLongestRecursive(
+        StringSegment& segment, ParsedNumber& result, int32_t recursionLevels, UErrorCode& status) const;
 };