Searched refs:matchToDelimiter (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnfrule.h85 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
H A Dnfrule.cpp814 // logic is matchToDelimiter(), which is called twice. The first
829 // Then we use matchToDelimiter() to match " middle " and try to
833 // We use matchToDelimiter() a second time to match " last" and
850 // value. If it finds a successful match, matchToDelimiter()
856 double partialResult = matchToDelimiter(workText, start, tempBaseValue,
862 // character. Take note of that, and try matchToDelimiter()
871 // the second matchToDelimiter() will compose our previous
876 partialResult = matchToDelimiter(workText2, 0, partialResult,
881 // matchToDelimiter() call, update the high-water mark
906 // keep trying to match things until the outer matchToDelimiter()
1010 NFRule::matchToDelimiter(const UnicodeString& text, function in class:NFRule
[all...]

Completed in 171 milliseconds