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

  /external/icu4c/common/
rbbirb.cpp 163 int32_t rulesSize = align8((strippedRules.length()+1) * sizeof(UChar));
167 + statusTableSize + trieSize + rulesSize;
214 strippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus);
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /external/icu4c/i18n/
ucol.cpp 543 int32_t rulesSize = 0;
558 rulesSize = (int32_t)(coll->rulesLength + 1)*sizeof(UChar);
560 bufferSizeNeeded += rulesSize + rulesPadding;
624 //bufferEnd += rulesSize;
    [all...]

Completed in 964 milliseconds