Searched refs:f16BitUnits (Results 1 – 8 of 8) 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
545 bundle->f16BitUnits.append((UChar)current->fRes16); in writeAllRes16()564 fRes = URES_MAKE_RESOURCE(URES_ARRAY16, bundle->f16BitUnits.length()); in handleWrite16()565 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()591 fRes = URES_MAKE_RESOURCE(URES_TABLE16, bundle->f16BitUnits.length()); in handleWrite16()592 bundle->f16BitUnits.append((UChar)fCount); in handleWrite16()594 bundle->f16BitUnits.append((UChar)current->fKey16); in handleWrite16()936 if (f16BitUnits.isBogus()) { in write()940 if (f16BitUnits.length() & 1) { in write()941 f16BitUnits.append((UChar)0xaaaa); /* pad to multiple of 4 bytes */ in write()944 byteOffset = fKeysTop + f16BitUnits.length() * 2; in write()[all …]
115 icu::UnicodeString f16BitUnits; member