HomeSort by relevance Sort by last modified time
    Searched defs:cSize (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
ucol_elm.h 65 uint32_t cSize; /* Number of characters in sequence - for contraction */
ucol_bld.cpp 707 int32_t cSize = (tok->source & 0xFF000000) >> 24;
710 if(cSize > 1) {
712 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
919 el.cSize = (tok->source >> 24)-(tok->prefix>>24);
920 uprv_memcpy(el.uchars, (tok->source & 0x00FFFFFF)+(tok->prefix>>24) + src->source, el.cSize*sizeof(UChar))
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 65 uint32_t cSize; /* Number of characters in sequence - for contraction */
ucol_bld.cpp 707 int32_t cSize = (tok->source & 0xFF000000) >> 24;
710 if(cSize > 1) {
712 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
919 el.cSize = (tok->source >> 24)-(tok->prefix>>24)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 424 ULONG cSize;
430 ULONG cSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 424 ULONG cSize;
430 ULONG cSize;

Completed in 167 milliseconds