Searched refs:newKeys (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
H A Dgenrb.c566 const char *newKeys, *newKeysLimit; local
568 newKeys = bundle_getKeyBytes(data, &newKeysLength);
569 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
576 for(newKeysLimit = newKeys + newKeysLength; newKeys < newKeysLimit; ++newKeys) {
577 if(*newKeys == 0) {

Completed in 71 milliseconds