Home
last modified time | relevance | path

Searched refs:getChar32Start (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dutext.cpp2124 int32_t start32 = start<length ? us->getChar32Start((int32_t)start) : length; in unistrTextExtract()
2125 int32_t limit32 = limit<length ? us->getChar32Start((int32_t)limit) : length; in unistrTextExtract()
2161 start32 = us->getChar32Start(start32); in unistrTextReplace()
2164 limit32 = us->getChar32Start(limit32); in unistrTextReplace()
/external/icu4c/test/intltest/
Dustrtest.cpp154 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) { in TestBasicManipulation()
Drbbitst.cpp4142 breakPos < 0 && testText.getChar32Start(i)>0 || in RunMonkey()
4143 breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i) ) { in RunMonkey()
/external/icu4c/common/unicode/
Dunistr.h1258 inline int32_t getChar32Start(int32_t offset) const;
3916 UnicodeString::getChar32Start(int32_t offset) const { in getChar32Start() function