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

  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 567 int32_t newKeysLength;
570 newKeys = bundle_getKeyBytes(data, &newKeysLength);
571 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
578 for(newKeysLimit = newKeys + newKeysLength; newKeys < newKeysLimit; ++newKeys) {
  /external/icu/icu4c/source/tools/genrb/
genrb.c 583 int32_t newKeysLength;
586 newKeys = bundle_getKeyBytes(data, &newKeysLength);
587 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
594 for(newKeysLimit = newKeys + newKeysLength; newKeys < newKeysLimit; ++newKeys) {

Completed in 39 milliseconds