Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp526 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 …]
Dreslist.h111 icu::UnicodeString f16BitUnits; member
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp545 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 …]
Dreslist.h115 icu::UnicodeString f16BitUnits; member
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.cpp545 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 …]
Dreslist.h115 icu::UnicodeString f16BitUnits; member
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp545 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 …]
Dreslist.h115 icu::UnicodeString f16BitUnits; member