Searched refs:getChar32Start (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutext.cpp2138 int32_t start32 = start<length ? us->getChar32Start((int32_t)start) : length;
2139 int32_t limit32 = limit<length ? us->getChar32Start((int32_t)limit) : length;
2178 start32 = us->getChar32Start(start32);
2181 limit32 = us->getChar32Start(limit32);
H A Dunistr.cpp687 UnicodeString::getChar32Start(int32_t offset) const { function in class:UnicodeString
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp158 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) {
159 errln("UnicodeString::getChar32Start() failed");
H A Drbbitst.cpp906 if (i == dataToBreak.getChar32Start(i)) {
4264 (breakPos < 0 && testText.getChar32Start(i)>0) ||
4265 (breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i)) ) {
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h198 * UnicodeString::getChar32Start() and UnicodeString::getChar32Limit()
1321 int32_t getChar32Start(int32_t offset) const;

Completed in 955 milliseconds