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

/external/icu/icu4c/source/i18n/
H A Dutrans.cpp55 virtual void extractBetween(int32_t start,
116 void ReplaceableGlue::extractBetween(int32_t start, function in class:ReplaceableGlue
/external/icu/icu4c/source/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/icu/icu4c/source/common/unicode/
H A Dunistr.h1513 inline void extractBetween(int32_t start,
1527 virtual void extractBetween(int32_t start,
4396 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
/external/icu/icu4c/source/common/
H A Dunistr.cpp928 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
1552 extractBetween(start, limit, text, 0);

Completed in 213 milliseconds