Home
last modified time | relevance | path

Searched refs:addKeyBytes (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.h83 int32_t addKeyBytes(const char *keyBytes, int32_t length, UErrorCode &errorCode);
Dreslist.cpp1232 SRBRoot::addKeyBytes(const char *keyBytes, int32_t length, UErrorCode &errorCode) { in addKeyBytes() function in SRBRoot
1276 keypos = addKeyBytes(tag, (int32_t)(uprv_strlen(tag) + 1), errorCode); in addTag()
Dgenrb.cpp676 newPoolBundle->addKeyBytes(newKeys, newKeysLength, status); in processFile()