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

/external/chromium_org/third_party/icu/source/i18n/
H A Dutrans.cpp54 virtual void extractBetween(int32_t start,
115 void ReplaceableGlue::extractBetween(int32_t start, function in class:ReplaceableGlue
/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h1465 inline void extractBetween(int32_t start,
1479 virtual void extractBetween(int32_t start,
4219 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1465 inline void extractBetween(int32_t start,
1479 virtual void extractBetween(int32_t start,
4219 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp866 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
1474 extractBetween(start, limit, text, 0);
/external/icu/icu4c/source/common/
H A Dunistr.cpp866 UnicodeString::extractBetween(int32_t start, function in class:UnicodeString
1474 extractBetween(start, limit, text, 0);

Completed in 223 milliseconds