Searched defs:cSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.h66 uint32_t cSize; /* Number of characters in sequence - for contraction */ member in struct:__anon10970
H A Ducol_bld.cpp714 int32_t cSize = (tok->source & 0xFF000000) >> 24; local
717 if(cSize > 1) {
719 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
926 el.cSize = (tok->source >> 24)-(tok->prefix>>24);
927 uprv_memcpy(el.uchars, (tok->source & 0x00FFFFFF)+(tok->prefix>>24) + src->source, el.cSize*sizeof(UChar));
932 el.cSize = (tok->source >> 24);
933 uprv_memcpy(el.uchars, (tok->source & 0x00FFFFFF) + src->source, el.cSize*sizeof(UChar));
936 for(i = 0; i<el.cSize; i++) {
941 if (!src->buildCCTabFlag && el.cSize > 0) {
943 const UChar *s = el.cPoints + el.cSize;
[all...]
/external/icu4c/i18n/
H A Ducol_elm.h66 uint32_t cSize; /* Number of characters in sequence - for contraction */ member in struct:__anon18298
H A Ducol_bld.cpp717 int32_t cSize = (tok->source & 0xFF000000) >> 24; local
720 if(cSize > 1) {
722 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
933 el.cSize = (tok->source >> 24)-(tok->prefix>>24);
934 uprv_memcpy(el.uchars, (tok->source & 0x00FFFFFF)+(tok->prefix>>24) + src->source, el.cSize*sizeof(UChar));
939 el.cSize = (tok->source >> 24);
940 uprv_memcpy(el.uchars, (tok->source & 0x00FFFFFF) + src->source, el.cSize*sizeof(UChar));
943 for(i = 0; i<el.cSize; i++) {
948 if (!src->buildCCTabFlag && el.cSize > 0) {
950 const UChar *s = el.cPoints + el.cSize;
[all...]

Completed in 153 milliseconds