HomeSort by relevance Sort by last modified time
    Searched refs:cpLimit (Results 1 - 8 of 8) sorted by null

  /external/icu4c/i18n/
casetrn.cpp 45 csc->index=csc->cpLimit;
155 csc.cpLimit=textPos+=U16_LENGTH(c);
titletrn.cpp 123 csc.cpLimit=textPos+=U16_LENGTH(c);
  /external/icu4c/test/intltest/
convtest.cpp 521 UChar32 cpLimit;
524 cpLimit=s0Length=0x10000; // BMP only
526 cpLimit=0x110000;
554 if(cpLimit==0x110000) {
601 expected.add(0, cpLimit-1);
619 if(cpLimit<0x110000) {
620 set.remove(cpLimit, 0x10ffff);
    [all...]
  /external/icu4c/common/
ucasemap.c 196 csc->index=csc->cpLimit;
240 csc->cpLimit=srcIndex;
358 csc->cpLimit=titleLimit;
ucase.h 163 int32_t cpStart, cpLimit;
ustrcase.c 96 csc->index=csc->cpLimit;
140 csc->cpLimit=srcIndex;
293 csc->cpLimit=titleLimit;
normalizer2impl.h 415 // requires that the [cpStart..cpLimit[ character passes isCompYesAndZeroCC()
416 uint8_t getTrailCCFromCompYesAndZeroCC(const UChar *cpStart, const UChar *cpLimit) const;
normalizer2impl.cpp 322 uint8_t Normalizer2Impl::getTrailCCFromCompYesAndZeroCC(const UChar *cpStart, const UChar *cpLimit) const {
324 if(cpStart==(cpLimit-1)) {
    [all...]

Completed in 360 milliseconds