/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 202 const char *resKeyString = fRoot->fKeys + res->fKey; in add() 208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add() 865 fKeys[fKeysTop++] = (char)0xaa; in write() 1045 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1083 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1146 fKeys(NULL), fKeyMap(NULL), in SRBRoot() 1163 fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in SRBRoot() 1169 if (fKeys == NULL || fRoot == NULL || U_FAILURE(errorCode)) { in SRBRoot() 1186 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1205 uprv_free(fKeys); in ~SRBRoot() [all …]
|
D | reslist.h | 48 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile() 57 const char *fKeys; member 108 char *fKeys; member
|
D | genrb.cpp | 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 416 if (poolBundle.fKeys[i] == 0) { in main()
|
D | parse.cpp | 671 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 202 const char *resKeyString = fRoot->fKeys + res->fKey; in add() 208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add() 865 fKeys[fKeysTop++] = (char)0xaa; in write() 1045 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1083 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1146 fKeys(NULL), fKeyMap(NULL), in SRBRoot() 1163 fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in SRBRoot() 1169 if (fKeys == NULL || fRoot == NULL || U_FAILURE(errorCode)) { in SRBRoot() 1186 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1205 uprv_free(fKeys); in ~SRBRoot() [all …]
|
D | reslist.h | 48 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile() 57 const char *fKeys; member 108 char *fKeys; member
|
D | genrb.cpp | 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 416 if (poolBundle.fKeys[i] == 0) { in main()
|
D | parse.cpp | 671 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 202 const char *resKeyString = fRoot->fKeys + res->fKey; in add() 208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add() 865 fKeys[fKeysTop++] = (char)0xaa; in write() 1037 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1075 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1138 fKeys(NULL), fKeyMap(NULL), in SRBRoot() 1155 fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in SRBRoot() 1161 if (fKeys == NULL || fRoot == NULL || U_FAILURE(errorCode)) { in SRBRoot() 1178 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1197 uprv_free(fKeys); in ~SRBRoot() [all …]
|
D | reslist.h | 48 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile() 57 const char *fKeys; member 108 char *fKeys; member
|
D | genrb.cpp | 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 416 if (poolBundle.fKeys[i] == 0) { in main()
|
D | parse.cpp | 671 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|