Searched refs:cpsize (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/zlib/contrib/minizip/
H A Dmztools.c65 unsigned int cpsize = READ_32(header + 18); /* compressed size */ local
114 int dataSize = cpsize;
155 WRITE_32(header + 20, cpsize);
/external/zlib/contrib/minizip/
H A Dmztools.c60 unsigned int cpsize = READ_32(header + 18); /* compressed size */ local
109 int dataSize = cpsize;
150 WRITE_32(header + 20, cpsize);
/external/chromium/third_party/icu/source/i18n/
H A Ducol_elm.cpp824 uint32_t cpsize = 0; local
892 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp);
940 uint32_t cpsize = 0; local
945 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp);
947 if(cpsize<element->cSize) { // This is a real contraction, if there are other characters after the first
970 element->cPoints+=cpsize;
971 element->cSize-=cpsize;
993 element->cPoints-=cpsize;
994 element->cSize+=cpsize;
/external/icu4c/i18n/
H A Ducol_elm.cpp825 uint32_t cpsize = 0; local
893 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp);
941 uint32_t cpsize = 0; local
946 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp);
948 if(cpsize<element->cSize) { // This is a real contraction, if there are other characters after the first
971 element->cPoints+=cpsize;
972 element->cSize-=cpsize;
994 element->cPoints-=cpsize;
995 element->cSize+=cpsize;

Completed in 56 milliseconds