/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
D | LocaTable.java | 51 public IndexToLocFormat formatVersion() { in formatVersion() method in LocaTable 166 private IndexToLocFormat formatVersion = IndexToLocFormat.longOffset; field in LocaTable.Builder 208 LocaTable table = new LocaTable(this.header(), data, this.formatVersion, this.numGlyphs); in initialize() 265 public IndexToLocFormat formatVersion() { in formatVersion() method in LocaTable.Builder 266 return this.formatVersion; in formatVersion() 274 public void setFormatVersion(IndexToLocFormat formatVersion) { in setFormatVersion() argument 275 this.formatVersion = formatVersion; in setFormatVersion() 397 return new LocaTable(this.header(), data, this.formatVersion, this.numGlyphs); in subBuildTable() 410 if (this.formatVersion == IndexToLocFormat.longOffset) { in subDataSizeToSerialize() 425 if (this.formatVersion == IndexToLocFormat.longOffset) { in subSerialize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
D | LocaTable.java | 51 public IndexToLocFormat formatVersion() { in formatVersion() method in LocaTable 166 private IndexToLocFormat formatVersion = IndexToLocFormat.longOffset; field in LocaTable.Builder 208 LocaTable table = new LocaTable(this.header(), data, this.formatVersion, this.numGlyphs); in initialize() 265 public IndexToLocFormat formatVersion() { in formatVersion() method in LocaTable.Builder 266 return this.formatVersion; in formatVersion() 274 public void setFormatVersion(IndexToLocFormat formatVersion) { in setFormatVersion() argument 275 this.formatVersion = formatVersion; in setFormatVersion() 397 return new LocaTable(this.header(), data, this.formatVersion, this.numGlyphs); in subBuildTable() 410 if (this.formatVersion == IndexToLocFormat.longOffset) { in subDataSizeToSerialize() 425 if (this.formatVersion == IndexToLocFormat.longOffset) { in subSerialize()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | swapimpl.cpp | 94 pInfo->formatVersion[0]==2 in upname_swap() 99 pInfo->formatVersion[0]); in upname_swap() 183 (3<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=7) && in uprops_swap() 184 (pInfo->formatVersion[0]>=7 || in uprops_swap() 185 (pInfo->formatVersion[2]==UTRIE_SHIFT && in uprops_swap() 186 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT)) in uprops_swap() 191 pInfo->formatVersion[0]); in uprops_swap() 336 ((pInfo->formatVersion[0]==1 && in ucase_swap() 337 pInfo->formatVersion[2]==UTRIE_SHIFT && in ucase_swap() 338 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT) || in ucase_swap() [all …]
|
D | pkgitems.cpp | 378 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ures_enumDependencies() 386 if(pInfo->formatVersion[0]>1 || (pInfo->formatVersion[0]==1 && pInfo->formatVersion[1]>=1)) { in ures_enumDependencies() 411 if(poolInfo->formatVersion[0]<=1) { in ures_enumDependencies() 459 pInfo->formatVersion[0]==6 && in ucnv_enumDependencies() 460 pInfo->formatVersion[1]>=2 in ucnv_enumDependencies() 463 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucnv_enumDependencies()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | swapimpl.cpp | 95 pInfo->formatVersion[0]==2 in upname_swap() 100 pInfo->formatVersion[0]); in upname_swap() 184 (3<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=7) && in uprops_swap() 185 (pInfo->formatVersion[0]>=7 || in uprops_swap() 186 (pInfo->formatVersion[2]==UTRIE_SHIFT && in uprops_swap() 187 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT)) in uprops_swap() 192 pInfo->formatVersion[0]); in uprops_swap() 337 ((pInfo->formatVersion[0]==1 && in ucase_swap() 338 pInfo->formatVersion[2]==UTRIE_SHIFT && in ucase_swap() 339 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT) || in ucase_swap() [all …]
|
D | pkgitems.cpp | 379 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ures_enumDependencies() 387 if(pInfo->formatVersion[0]>1 || (pInfo->formatVersion[0]==1 && pInfo->formatVersion[1]>=1)) { in ures_enumDependencies() 412 if(poolInfo->formatVersion[0]<=1) { in ures_enumDependencies() 461 pInfo->formatVersion[0]==6 && in ucnv_enumDependencies() 462 pInfo->formatVersion[1]>=2 in ucnv_enumDependencies() 465 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucnv_enumDependencies()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | swapimpl.cpp | 95 pInfo->formatVersion[0]==2 in upname_swap() 100 pInfo->formatVersion[0]); in upname_swap() 184 (3<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=7) && in uprops_swap() 185 (pInfo->formatVersion[0]>=7 || in uprops_swap() 186 (pInfo->formatVersion[2]==UTRIE_SHIFT && in uprops_swap() 187 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT)) in uprops_swap() 192 pInfo->formatVersion[0]); in uprops_swap() 337 ((pInfo->formatVersion[0]==1 && in ucase_swap() 338 pInfo->formatVersion[2]==UTRIE_SHIFT && in ucase_swap() 339 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT) || in ucase_swap() [all …]
|
D | pkgitems.cpp | 379 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ures_enumDependencies() 387 if(pInfo->formatVersion[0]>1 || (pInfo->formatVersion[0]==1 && pInfo->formatVersion[1]>=1)) { in ures_enumDependencies() 412 if(poolInfo->formatVersion[0]<=1) { in ures_enumDependencies() 461 pInfo->formatVersion[0]==6 && in ucnv_enumDependencies() 462 pInfo->formatVersion[1]>=2 in ucnv_enumDependencies() 465 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucnv_enumDependencies()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | swapimpl.cpp | 96 pInfo->formatVersion[0]==2 in upname_swap() 101 pInfo->formatVersion[0]); in upname_swap() 185 (3<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=7) && in uprops_swap() 186 (pInfo->formatVersion[0]>=7 || in uprops_swap() 187 (pInfo->formatVersion[2]==UTRIE_SHIFT && in uprops_swap() 188 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT)) in uprops_swap() 193 pInfo->formatVersion[0]); in uprops_swap() 338 ((pInfo->formatVersion[0]==1 && in ucase_swap() 339 pInfo->formatVersion[2]==UTRIE_SHIFT && in ucase_swap() 340 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT) || in ucase_swap() [all …]
|
D | pkgitems.cpp | 379 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ures_enumDependencies() 387 if(pInfo->formatVersion[0]>1 || (pInfo->formatVersion[0]==1 && pInfo->formatVersion[1]>=1)) { in ures_enumDependencies() 412 if(poolInfo->formatVersion[0]<=1) { in ures_enumDependencies() 461 pInfo->formatVersion[0]==6 && in ucnv_enumDependencies() 462 pInfo->formatVersion[1]>=2 in ucnv_enumDependencies() 465 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucnv_enumDependencies()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucol_swp.cpp | 73 inHeader->formatVersion[0]==3 /*&& in ucol_looksLikeCollationBinary() 136 inHeader->formatVersion[0]==3 /*&& in swapFormatVersion3() 141 inHeader->formatVersion[0], inHeader->formatVersion[1]); in swapFormatVersion3() 496 (3<=info.formatVersion[0] && info.formatVersion[0]<=5) in ucol_swap() 502 info.formatVersion[0], info.formatVersion[1]); in ucol_swap() 511 if(info.formatVersion[0]>=4) { in ucol_swap() 551 pInfo->formatVersion[0]==2 && in ucol_swapInverseUCA() 552 pInfo->formatVersion[1]>=1 in ucol_swapInverseUCA() 557 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucol_swapInverseUCA()
|
D | uresdata.cpp | 141 uprv_memcpy(context, pInfo->formatVersion, 4); in isAcceptable() 151 (1<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=3)); in isAcceptable() 158 UVersionInfo formatVersion, const void *inBytes, int32_t length, in res_init() argument 168 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) { in res_init() 182 if(formatVersion[0]==1 && formatVersion[1]==0) { in res_init() 204 if(formatVersion[0]>=3) { in res_init() 231 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) { in res_init() 244 UVersionInfo formatVersion; in res_read() local 250 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) { in res_read() 254 res_init(pResData, formatVersion, inBytes, length, errorCode); in res_read() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucol_swp.cpp | 73 inHeader->formatVersion[0]==3 /*&& in ucol_looksLikeCollationBinary() 136 inHeader->formatVersion[0]==3 /*&& in swapFormatVersion3() 141 inHeader->formatVersion[0], inHeader->formatVersion[1]); in swapFormatVersion3() 496 (3<=info.formatVersion[0] && info.formatVersion[0]<=5) in ucol_swap() 502 info.formatVersion[0], info.formatVersion[1]); in ucol_swap() 511 if(info.formatVersion[0]>=4) { in ucol_swap() 551 pInfo->formatVersion[0]==2 && in ucol_swapInverseUCA() 552 pInfo->formatVersion[1]>=1 in ucol_swapInverseUCA() 557 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucol_swapInverseUCA()
|
D | uresdata.cpp | 142 uprv_memcpy(context, pInfo->formatVersion, 4); in isAcceptable() 152 (1<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=3)); in isAcceptable() 159 UVersionInfo formatVersion, const void *inBytes, int32_t length, in res_init() argument 169 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) { in res_init() 183 if(formatVersion[0]==1 && formatVersion[1]==0) { in res_init() 205 if(formatVersion[0]>=3) { in res_init() 232 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) { in res_init() 245 UVersionInfo formatVersion; in res_read() local 251 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) { in res_read() 255 res_init(pResData, formatVersion, inBytes, length, errorCode); in res_read() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucol_swp.cpp | 73 inHeader->formatVersion[0]==3 /*&& in ucol_looksLikeCollationBinary() 136 inHeader->formatVersion[0]==3 /*&& in swapFormatVersion3() 141 inHeader->formatVersion[0], inHeader->formatVersion[1]); in swapFormatVersion3() 496 (3<=info.formatVersion[0] && info.formatVersion[0]<=5) in ucol_swap() 502 info.formatVersion[0], info.formatVersion[1]); in ucol_swap() 511 if(info.formatVersion[0]>=4) { in ucol_swap() 551 pInfo->formatVersion[0]==2 && in ucol_swapInverseUCA() 552 pInfo->formatVersion[1]>=1 in ucol_swapInverseUCA() 557 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucol_swapInverseUCA()
|
D | uresdata.cpp | 142 uprv_memcpy(context, pInfo->formatVersion, 4); in isAcceptable() 152 (1<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=3)); in isAcceptable() 159 UVersionInfo formatVersion, const void *inBytes, int32_t length, in res_init() argument 169 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) { in res_init() 183 if(formatVersion[0]==1 && formatVersion[1]==0) { in res_init() 205 if(formatVersion[0]>=3) { in res_init() 232 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) { in res_init() 245 UVersionInfo formatVersion; in res_read() local 251 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) { in res_read() 255 res_init(pResData, formatVersion, inBytes, length, errorCode); in res_read() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ucol_swp.cpp | 73 inHeader->formatVersion[0]==3 /*&& in ucol_looksLikeCollationBinary() 136 inHeader->formatVersion[0]==3 /*&& in swapFormatVersion3() 141 inHeader->formatVersion[0], inHeader->formatVersion[1]); in swapFormatVersion3() 496 (3<=info.formatVersion[0] && info.formatVersion[0]<=5) in ucol_swap() 502 info.formatVersion[0], info.formatVersion[1]); in ucol_swap() 511 if(info.formatVersion[0]>=4) { in ucol_swap() 551 pInfo->formatVersion[0]==2 && in ucol_swapInverseUCA() 552 pInfo->formatVersion[1]>=1 in ucol_swapInverseUCA() 557 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucol_swapInverseUCA()
|
D | uresdata.cpp | 142 uprv_memcpy(context, pInfo->formatVersion, 4); in isAcceptable() 152 (1<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=3)); in isAcceptable() 159 UVersionInfo formatVersion, const void *inBytes, int32_t length, in res_init() argument 169 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) { in res_init() 183 if(formatVersion[0]==1 && formatVersion[1]==0) { in res_init() 205 if(formatVersion[0]>=3) { in res_init() 232 if(formatVersion[0]==1 || U_CHARSET_FAMILY==U_ASCII_FAMILY) { in res_init() 245 UVersionInfo formatVersion; in res_read() local 251 if(!isAcceptable(formatVersion, NULL, NULL, pInfo)) { in res_read() 255 res_init(pResData, formatVersion, inBytes, length, errorCode); in res_read() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUBinary.java | 602 byte[] formatVersion = new byte[] { 609 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) { 613 formatVersion[0] & 0xff, formatVersion[1] & 0xff, 614 formatVersion[2] & 0xff, formatVersion[3] & 0xff)); 632 public static int writeHeader(int dataFormat, int formatVersion, int dataVersion, 646 dos.writeInt(formatVersion);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 597 byte[] formatVersion = new byte[] { 604 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) { 608 formatVersion[0] & 0xff, formatVersion[1] & 0xff, 609 formatVersion[2] & 0xff, formatVersion[3] & 0xff)); 627 public static int writeHeader(int dataFormat, int formatVersion, int dataVersion, 641 dos.writeInt(formatVersion);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof_impl.cpp | 515 pInfo->formatVersion[0] == USPOOF_CONFUSABLE_DATA_FORMAT_VERSION in spoofDataIsAcceptable() 848 pInfo->formatVersion[0]==USPOOF_CONFUSABLE_DATA_FORMAT_VERSION && in uspoof_swap() 849 pInfo->formatVersion[1]==0 && in uspoof_swap() 850 pInfo->formatVersion[2]==0 && in uspoof_swap() 851 pInfo->formatVersion[3]==0 )) { in uspoof_swap() 856 pInfo->formatVersion[0], pInfo->formatVersion[1], in uspoof_swap() 857 pInfo->formatVersion[2], pInfo->formatVersion[3]); in uspoof_swap()
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 515 pInfo->formatVersion[0] == USPOOF_CONFUSABLE_DATA_FORMAT_VERSION in spoofDataIsAcceptable() 848 pInfo->formatVersion[0]==USPOOF_CONFUSABLE_DATA_FORMAT_VERSION && in uspoof_swap() 849 pInfo->formatVersion[1]==0 && in uspoof_swap() 850 pInfo->formatVersion[2]==0 && in uspoof_swap() 851 pInfo->formatVersion[3]==0 )) { in uspoof_swap() 856 pInfo->formatVersion[0], pInfo->formatVersion[1], in uspoof_swap() 857 pInfo->formatVersion[2], pInfo->formatVersion[3]); in uspoof_swap()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.cpp | 538 pInfo->formatVersion[0] == USPOOF_CONFUSABLE_DATA_FORMAT_VERSION in spoofDataIsAcceptable() 873 pInfo->formatVersion[0]==USPOOF_CONFUSABLE_DATA_FORMAT_VERSION && in uspoof_swap() 874 pInfo->formatVersion[1]==0 && in uspoof_swap() 875 pInfo->formatVersion[2]==0 && in uspoof_swap() 876 pInfo->formatVersion[3]==0 )) { in uspoof_swap() 881 pInfo->formatVersion[0], pInfo->formatVersion[1], in uspoof_swap() 882 pInfo->formatVersion[2], pInfo->formatVersion[3]); in uspoof_swap()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.cpp | 515 pInfo->formatVersion[0] == USPOOF_CONFUSABLE_DATA_FORMAT_VERSION in spoofDataIsAcceptable() 848 pInfo->formatVersion[0]==USPOOF_CONFUSABLE_DATA_FORMAT_VERSION && in uspoof_swap() 849 pInfo->formatVersion[1]==0 && in uspoof_swap() 850 pInfo->formatVersion[2]==0 && in uspoof_swap() 851 pInfo->formatVersion[3]==0 )) { in uspoof_swap() 856 pInfo->formatVersion[0], pInfo->formatVersion[1], in uspoof_swap() 857 pInfo->formatVersion[2], pInfo->formatVersion[3]); in uspoof_swap()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencfu/ |
D | gencfu.cpp | 258 uprv_memcpy(dh.info.formatVersion, in main() 260 sizeof(dh.info.formatVersion)); in main()
|