Searched refs:fKeys (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 195 const char *resKeyString = fRoot->fKeys + res->fKey; in add() 201 const char *currentKeyString = fRoot->fKeys + current->fKey; in add() 846 fKeys[fKeysTop++] = (char)0xaa; in write() 1029 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1066 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1129 fKeys(NULL), fKeyMap(NULL), in SRBRoot() 1145 fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in SRBRoot() 1151 if (fKeys == NULL || fRoot == NULL || U_FAILURE(errorCode)) { in SRBRoot() 1168 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1187 uprv_free(fKeys); in ~SRBRoot() [all …]
|
D | reslist.h | 44 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile() 53 const char *fKeys; member 104 char *fKeys; member
|
D | genrb.cpp | 394 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 399 if (poolBundle.fKeys[i] == 0) { in main()
|
D | parse.cpp | 671 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|
/external/icu/icu4c/source/common/ |
D | rbbi.cpp | 721 int16_t fKeys[8]; member 723 LookAheadResults() : fUsedSlotLimit(0), fPositions(), fKeys() {}; in LookAheadResults() 727 if (fKeys[i] == key) { in getPosition() 738 if (fKeys[i] == key) { in setPosition() 747 fKeys[i] = key; in setPosition()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedBreakIterator.java | 726 int[] fKeys; field in RuleBasedBreakIterator.LookAheadResults 731 fKeys = new int[kMaxLookaheads]; in LookAheadResults() 736 if (fKeys[i] == key) { in getPosition() 747 if (fKeys[i] == key) { in setPosition() 756 fKeys[i] = key; in setPosition()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 747 int[] fKeys; field in RuleBasedBreakIterator.LookAheadResults 752 fKeys = new int[kMaxLookaheads]; in LookAheadResults() 757 if (fKeys[i] == key) { in getPosition() 768 if (fKeys[i] == key) { in setPosition() 777 fKeys[i] = key; in setPosition()
|