Searched defs:extractBetween (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Dutrans.cpp54 virtual void extractBetween(int32_t start,
115 void ReplaceableGlue::extractBetween(int32_t start, function in class:ReplaceableGlue
/external/icu4c/test/intltest/
H A Dreptest.cpp90 void extractBetween(int32_t start, int32_t limit, UnicodeString& result) const { function in class:TestReplaceable
91 chars.extractBetween(start, limit, result);
147 this->extractBetween(start, limit, s);
192 void extractBetween(int32_t /*start*/, int32_t /*limit*/, UnicodeString& result) const { function in class:NoopReplaceable
/external/icu4c/common/unicode/
H A Dunistr.h1407 inline void extractBetween(int32_t start,
1421 virtual void extractBetween(int32_t start,
4125 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
/external/icu4c/common/
H A Dunistr.cpp825 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
1367 extractBetween(start, limit, text, 0);

Completed in 108 milliseconds