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

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp2124 int32_t start32 = start<length ? us->getChar32Start((int32_t)start) : length;
2125 int32_t limit32 = limit<length ? us->getChar32Start((int32_t)limit) : length;
2164 start32 = us->getChar32Start(start32);
2167 limit32 = us->getChar32Start(limit32);
H A Dunistr.cpp712 UnicodeString::getChar32Start(int32_t offset) const { function in class:UnicodeString
/external/icu/icu4c/source/common/
H A Dutext.cpp2129 int32_t start32 = start<length ? us->getChar32Start((int32_t)start) : length;
2130 int32_t limit32 = limit<length ? us->getChar32Start((int32_t)limit) : length;
2169 start32 = us->getChar32Start(start32);
2172 limit32 = us->getChar32Start(limit32);
H A Dunistr.cpp712 UnicodeString::getChar32Start(int32_t offset) const { function in class:UnicodeString
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp160 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) {
161 errln("UnicodeString::getChar32Start() failed");
H A Drbbitst.cpp4090 (breakPos < 0 && testText.getChar32Start(i)>0) ||
4091 (breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i)) ) {
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp160 if(s.getChar32Start(1)!=0 || s.getChar32Start(2)!=2) {
161 errln("UnicodeString::getChar32Start() failed");
H A Drbbitst.cpp4090 (breakPos < 0 && testText.getChar32Start(i)>0) ||
4091 (breakPos < lastBreakPos && lastBreakPos < testText.getChar32Start(i)) ) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h198 * UnicodeString::getChar32Start() and UnicodeString::getChar32Limit()
1321 int32_t getChar32Start(int32_t offset) const;
/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 663 milliseconds