/third_party/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 67 virtual UChar32 next32PostInc(void) override {return text.char32At(pos++);} in next32PostInc() 189 if(test->first32PostInc()!= testText2.char32At(0)){ in TestCoverage() 572 if(c != text.char32At(1) || i!=1) in TestIterationUChar32() 573 … errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) ); in TestIterationUChar32() 577 if(c != text.char32At(4) || i!=4) in TestIterationUChar32() 578 …rrln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i); in TestIterationUChar32() 582 if(c != text.char32At(1) || i!=1) in TestIterationUChar32() 583 …rrln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i); in TestIterationUChar32() 588 if(c != text.char32At((text.length()-3)) || i!=(text.length()-3)) in TestIterationUChar32() 589 …ove32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)… in TestIterationUChar32() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeFilter.java | 42 contains(c = text.char32At(offset[0]))) { in matches() 46 if (offset[0] > limit && contains(text.char32At(offset[0]))) { in matches() 52 offset[0] -= UTF16.getCharCount(text.char32At(offset[0])) - 1; in matches()
|
D | ReplaceableContextIterator.java | 124 c=rep.char32At(cpLimit); in nextCaseMapCP() 179 c=rep.char32At(index); in next() 187 c=rep.char32At(index-1); in next()
|
D | StringReplacer.java | 159 int len = UTF16.getCharCount(text.char32At(start-1)); in replace() 187 tempExtra = UTF16.getCharCount(text.char32At(limit)); in replace() 241 newStart -= UTF16.getCharCount(text.char32At(newStart-1)); in replace() 250 newStart += UTF16.getCharCount(text.char32At(newStart)); in replace()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeFilter.java | 44 contains(c = text.char32At(offset[0]))) { in matches() 48 if (offset[0] > limit && contains(text.char32At(offset[0]))) { in matches() 54 offset[0] -= UTF16.getCharCount(text.char32At(offset[0])) - 1; in matches()
|
D | ReplaceableContextIterator.java | 123 c=rep.char32At(cpLimit); in nextCaseMapCP() 178 c=rep.char32At(index); in next() 186 c=rep.char32At(index-1); in next()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifilt.cpp | 48 contains(c = text.char32At(offset))) { in matches() 53 contains(c = text.char32At(offset))) { in matches() 59 offset -= U16_LENGTH(text.char32At(offset)) - 1; in matches()
|
/third_party/icu/icu4c/source/common/ |
D | unifilt.cpp | 48 contains(c = text.char32At(offset))) { in matches() 53 contains(c = text.char32At(offset))) { in matches() 59 offset -= U16_LENGTH(text.char32At(offset)) - 1; in matches()
|
/third_party/node/deps/icu-small/source/common/ |
D | unifilt.cpp | 48 contains(c = text.char32At(offset))) { in matches() 53 contains(c = text.char32At(offset))) { in matches() 59 offset -= U16_LENGTH(text.char32At(offset)) - 1; in matches()
|
D | mlbe.cpp | 77 numCodeUnits += U16_LENGTH(inString.char32At(indexList[idx + 6])); in divideUpRange() 188 index = U16_LENGTH(inString.char32At(0)); in initIndexList() 191 index += U16_LENGTH(inString.char32At(index)); in initIndexList() 194 index += U16_LENGTH(inString.char32At(index)); in initIndexList() 197 index += U16_LENGTH(inString.char32At(index)); in initIndexList()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | strrepl.cpp | 148 int32_t len = U16_LENGTH(text.char32At(start-1)); in replace() 163 UChar32 c = output.char32At(oOutput); in replace() 214 newStart -= U16_LENGTH(text.char32At(newStart-1)); in replace() 223 newStart += U16_LENGTH(text.char32At(newStart)); in replace() 299 ch = output.char32At(i); in addReplacementSetTo() 316 UChar32 c = output.char32At(i); in setData()
|
D | string_segment.cpp | 58 return fStr.char32At(index + fStart); in codePointAt() 73 return fStr.char32At(fStart); in getCodePoint() 100 int cp2 = other.char32At(0); in startsWith()
|
D | casetrn.cpp | 60 c=rep->char32At(csc->index-1); in utrans_rep_caseContextIterator() 71 c=rep->char32At(csc->index); in utrans_rep_caseContextIterator() 156 c=text.char32At(textPos); in handleTransliterate()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | strrepl.cpp | 148 int32_t len = U16_LENGTH(text.char32At(start-1)); in replace() 163 UChar32 c = output.char32At(oOutput); in replace() 214 newStart -= U16_LENGTH(text.char32At(newStart-1)); in replace() 223 newStart += U16_LENGTH(text.char32At(newStart)); in replace() 299 ch = output.char32At(i); in addReplacementSetTo() 316 UChar32 c = output.char32At(i); in setData()
|
D | string_segment.cpp | 58 return fStr.char32At(index + fStart); in codePointAt() 73 return fStr.char32At(fStart); in getCodePoint() 100 int cp2 = other.char32At(0); in startsWith()
|
D | casetrn.cpp | 60 c=rep->char32At(csc->index-1); in utrans_rep_caseContextIterator() 71 c=rep->char32At(csc->index); in utrans_rep_caseContextIterator() 156 c=text.char32At(textPos); in handleTransliterate()
|
/third_party/icu/icu4c/source/i18n/ |
D | strrepl.cpp | 148 int32_t len = U16_LENGTH(text.char32At(start-1)); in replace() 163 UChar32 c = output.char32At(oOutput); in replace() 214 newStart -= U16_LENGTH(text.char32At(newStart-1)); in replace() 223 newStart += U16_LENGTH(text.char32At(newStart)); in replace() 299 ch = output.char32At(i); in addReplacementSetTo() 316 UChar32 c = output.char32At(i); in setData()
|
D | string_segment.cpp | 58 return fStr.char32At(index + fStart); in codePointAt() 73 return fStr.char32At(fStart); in getCodePoint() 100 int cp2 = other.char32At(0); in startsWith()
|
D | casetrn.cpp | 60 c=rep->char32At(csc->index-1); in utrans_rep_caseContextIterator() 71 c=rep->char32At(csc->index); in utrans_rep_caseContextIterator() 156 c=text.char32At(textPos); in handleTransliterate()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringReplacer.java | 158 int len = UTF16.getCharCount(text.char32At(start-1)); in replace() 186 tempExtra = UTF16.getCharCount(text.char32At(limit)); in replace() 240 newStart -= UTF16.getCharCount(text.char32At(newStart-1)); in replace() 249 newStart += UTF16.getCharCount(text.char32At(newStart)); in replace()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | rep.h | 114 inline UChar32 char32At(int32_t offset) const; 256 Replaceable::char32At(int32_t offset) const { in char32At() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | rep.h | 114 inline UChar32 char32At(int32_t offset) const; 256 Replaceable::char32At(int32_t offset) const { in char32At() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | rep.h | 114 inline UChar32 char32At(int32_t offset) const; 256 Replaceable::char32At(int32_t offset) const { in char32At() function
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.cpp | 189 UChar32 lead=m.char32At(0); in rangeHandler() 190 UChar32 trail=m.char32At(m.length()-1); in rangeHandler() 260 uint8_t myTrailCC=norms.getCC(m.char32At(i)); in rangeHandler() 261 UChar32 cTrailChar=cNorm.mapping->char32At(cNorm.mapping->length()-1); in rangeHandler()
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
D | norms.cpp | 189 UChar32 lead=m.char32At(0); in rangeHandler() 190 UChar32 trail=m.char32At(m.length()-1); in rangeHandler() 260 uint8_t myTrailCC=norms.getCC(m.char32At(i)); in rangeHandler() 261 UChar32 cTrailChar=cNorm.mapping->char32At(cNorm.mapping->length()-1); in rangeHandler()
|