Searched refs:f16BitUnits (Results 1 – 2 of 2) sorted by relevance
526 bundle->f16BitUnits.append((UChar)current->fRes16); in writeAllRes16()545 fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnits.length()); in handleWrite16()546 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()572 fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnits.length()); in handleWrite16()573 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()575 bundle->f16BitUnits.append((UChar)current->fKey16); in handleWrite16()917 if (f16BitUnits.isBogus()) { in write()921 if (f16BitUnits.length() & 1) { in write()922 f16BitUnits.append((UChar)0xaaaa); /* pad to multiple of 4 bytes */ in write()928 byteOffset = fKeysTop + f16BitUnits.length() * 2; in write()[all …]
111 icu::UnicodeString f16BitUnits; member