Searched refs:getChar32Start (Results 1 – 4 of 4) sorted by relevance
2124 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()
154 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) { in TestBasicManipulation()
4142 breakPos < 0 && testText.getChar32Start(i)>0 || in RunMonkey()4143 breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i) ) { in RunMonkey()
1258 inline int32_t getChar32Start(int32_t offset) const;3916 UnicodeString::getChar32Start(int32_t offset) const { in getChar32Start() function