Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp2138 int32_t start32 = start<length ? us->getChar32Start((int32_t)start) : length; in unistrTextExtract()
2139 int32_t limit32 = limit<length ? us->getChar32Start((int32_t)limit) : length; in unistrTextExtract()
2178 start32 = us->getChar32Start(start32); in unistrTextReplace()
2181 limit32 = us->getChar32Start(limit32); in unistrTextReplace()
Dunistr.cpp718 UnicodeString::getChar32Start(int32_t offset) const { in getChar32Start() function in UnicodeString
/external/icu4c/test/intltest/
Dustrtest.cpp160 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) { in TestBasicManipulation()
Drbbitst.cpp4009 (breakPos < 0 && testText.getChar32Start(i)>0) || in RunMonkey()
4010 (breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i)) ) { in RunMonkey()
/external/icu4c/common/unicode/
Dunistr.h1321 int32_t getChar32Start(int32_t offset) const;