/third_party/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 305 printf("error in u_strToLower(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 313 printf("error in u_strToLower(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 321 printf("error in u_strToUpper(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 329 printf("error in u_strToUpper(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 337 printf("error in u_strToTitle(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 345 printf("error in u_strToTitle(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 353 … printf("error in u_strFoldCase(default)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 361 … printf("error in u_strFoldCase(Turkic)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 467 printf("readonly buffer[%d] after modifying its string: 0x%" PRId32 "\n", in demoUnicodeStringStorage() 489 printf("writeable-alias backing buffer[%d]=0x%" PRId32 " " in demoUnicodeStringStorage() [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 305 printf("error in u_strToLower(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 313 printf("error in u_strToLower(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 321 printf("error in u_strToUpper(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 329 printf("error in u_strToUpper(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 337 printf("error in u_strToTitle(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 345 printf("error in u_strToTitle(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 353 … printf("error in u_strFoldCase(default)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 361 … printf("error in u_strFoldCase(Turkic)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 467 printf("readonly buffer[%d] after modifying its string: 0x%" PRId32 "\n", in demoUnicodeStringStorage() 489 printf("writeable-alias backing buffer[%d]=0x%" PRId32 " " in demoUnicodeStringStorage() [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/props/ |
D | props.cpp | 44 printf("U+%04" PRId32 "\t%s\n", codePoint, buffer); in printProps() 50 …printf(" is lowercase: %d uppercase: U+%04" PRId32 "\n", u_islower(codePoint), u_toupper(codePoi… in printProps()
|
/third_party/icu/icu4c/source/samples/props/ |
D | props.cpp | 44 printf("U+%04" PRId32 "\t%s\n", codePoint, buffer); in printProps() 50 …printf(" is lowercase: %d uppercase: U+%04" PRId32 "\n", u_islower(codePoint), u_toupper(codePoi… in printProps()
|
/third_party/ffmpeg/libavformat/ |
D | srtdec.c | 81 "%*[ ]X1:%"PRId32" X2:%"PRId32" Y1:%"PRId32" Y2:%"PRId32, in get_event_info()
|
/third_party/skia/third_party/externals/brotli/research/ |
D | BUILD.libdivsufsort | 32 "gsub(/@SAINT_PRId@/, \"PRId32\"); " 52 "gsub(/@SAINDEX_PRId@/, \"PRId32\"); " +
|
/third_party/ffmpeg/libavcodec/ |
D | microdvddec.c | 226 av_bprintf(new_line, "{\\fs%"PRId32"}", tags[i].data1); in microdvd_open_tags() 235 av_bprintf(new_line, "{\\pos(%"PRId32",%"PRId32")}", in microdvd_open_tags()
|
D | cbs.c | 616 "%"PRId32", but must be in [%"PRId32",%"PRId32"].\n", in ff_cbs_read_signed() 634 "%"PRId32", but must be in [%"PRId32",%"PRId32"].\n", in ff_cbs_write_signed()
|
D | tiff_common.c | 100 av_bprintf(&bp, "%s%7"PRId32":%-7"PRId32, auto_sep(count, sep, i, 4), nom, denom); in ff_tadd_rational_metadata()
|
D | cbs_h2645.c | 133 "%"PRId32", but must be in [%"PRId32",%"PRId32"].\n", in cbs_read_se_golomb() 195 "%"PRId32", but must be in [%"PRId32",%"PRId32"].\n", in cbs_write_se_golomb()
|
/third_party/ffmpeg/tools/ |
D | venc_data_dump.c | 56 fprintf(stdout, "delta_qp[%d][%d] %"PRId32"\n", i, j, par->delta_qp[i][j]); in decode_read() 64 fprintf(stdout, "block %d %d:%d %dx%d %"PRId32"\n", in decode_read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/third_party/grpc/src/core/lib/gpr/ |
D | log_linux.cc | 96 "%s%s.%09" PRId32 " %7ld %s:%d]", gpr_log_severity_string(args->severity), in gpr_default_log()
|
/third_party/grpc/third_party/upb/upb/ |
D | json_encode.c | 105 jsonenc_printf(e, ".%0.*" PRId32, digits, nanos); in jsonenc_nanos() 181 jsonenc_printf(e, "%" PRId32, val); in jsonenc_enum() 539 jsonenc_printf(e, "%" PRId32, val.int32_val); in jsonenc_scalar() 573 jsonenc_printf(e, "%" PRId32, val.int32_val); in jsonenc_mapkey()
|
D | text_encode.c | 82 txtenc_printf(e, "%" PRId32, val); in txtenc_enum() 140 txtenc_printf(e, "%" PRId32, val.int32_val); in txtenc_field()
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
D | util.cpp | 103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
|
/third_party/icu/icu4c/source/samples/numfmt/ |
D | util.cpp | 103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | inttypes.h | 35 #define PRId32 "d" macro
|
/third_party/musl/include/ |
D | inttypes.h | 35 #define PRId32 "d" macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | inttypes.h | 35 #define PRId32 "d" macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | inttypes.h | 35 #define PRId32 "d" macro
|
/third_party/musl/ndk_musl_include/ |
D | inttypes.h | 35 #define PRId32 "d" macro
|