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

  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 193 const char *resKeyString = fRoot->fKeys + res->fKey;
199 const char *currentKeyString = fRoot->fKeys + current->fKey;
840 * Add padding bytes to fKeys so that fKeysTop is 4-aligned.
844 fKeys[fKeysTop++] = (char)0xaa;
1027 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom),
    [all...]
reslist.h 42 fKeys(NULL), fKeysLength(0), fKeysCount(0),
51 const char *fKeys;
102 char *fKeys;
217 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
genrb.cpp 391 poolBundle.fKeys = (const char *)(pRoot + keysBottom);
396 if (poolBundle.fKeys[i] == 0) {
parse.cpp 669 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) {
    [all...]

Completed in 2787 milliseconds