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

  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 451 int32_t rulesSize = 0;
466 rulesSize = (int32_t)(coll->rulesLength + 1)*sizeof(UChar);
468 bufferSizeNeeded += rulesSize + rulesPadding;
532 //bufferEnd += rulesSize;
    [all...]
  /external/icu4c/i18n/
ucol.cpp 507 int32_t rulesSize = 0;
522 rulesSize = (int32_t)(coll->rulesLength + 1)*sizeof(UChar);
524 bufferSizeNeeded += rulesSize + rulesPadding;
588 //bufferEnd += rulesSize;
    [all...]

Completed in 759 milliseconds