Home
last modified time | relevance | path

Searched refs:f16BitUnits (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp533 bundle->f16BitUnits.append((UChar)current->fRes16); in writeAllRes16()
552 fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnits.length()); in handleWrite16()
553 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()
579 fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnits.length()); in handleWrite16()
580 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()
582 bundle->f16BitUnits.append((UChar)current->fKey16); in handleWrite16()
924 if (f16BitUnits.isBogus()) { in write()
928 if (f16BitUnits.length() & 1) { in write()
929 f16BitUnits.append((UChar)0xaaaa); /* pad to multiple of 4 bytes */ in write()
932 byteOffset = fKeysTop + f16BitUnits.length() * 2; in write()
[all …]
Dreslist.h115 icu::UnicodeString f16BitUnits; member