Searched refs:f16BitUnits (Results 1 – 2 of 2) sorted by relevance
524 bundle->f16BitUnits.append((UChar)current->fRes16); in writeAllRes16()543 fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnits.length()); in handleWrite16()544 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()570 fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnits.length()); in handleWrite16()571 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()573 bundle->f16BitUnits.append((UChar)current->fKey16); in handleWrite16()915 if (f16BitUnits.isBogus()) { in write()919 if (f16BitUnits.length() & 1) { in write()920 f16BitUnits.append((UChar)0xaaaa); /* pad to multiple of 4 bytes */ in write()926 byteOffset = fKeysTop + f16BitUnits.length() * 2; in write()[all …]
109 icu::UnicodeString f16BitUnits; member