Searched refs:getChar32Start (Results 1 – 5 of 5) sorted by relevance
2141 int32_t start32 = start<length ? us->getChar32Start((int32_t)start) : length; in unistrTextExtract()2142 int32_t limit32 = limit<length ? us->getChar32Start((int32_t)limit) : length; in unistrTextExtract()2181 start32 = us->getChar32Start(start32); in unistrTextReplace()2184 limit32 = us->getChar32Start(limit32); in unistrTextReplace()
774 UnicodeString::getChar32Start(int32_t offset) const { in getChar32Start() function in UnicodeString
150 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) { in TestBasicManipulation()
910 if (i == dataToBreak.getChar32Start(i)) { in setUTF16()4275 (breakPos < 0 && testText.getChar32Start(i)>0) || in RunMonkey()4276 (breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i)) ) { in RunMonkey()
1369 int32_t getChar32Start(int32_t offset) const;