Searched refs:filenameSize (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 590 int32_t filenameSize = (int32_t)(filenameBegin - filename + 1); in processFile() local 591 inputDirBuf = uprv_strncpy((char *)uprv_malloc(filenameSize), filename, filenameSize); in processFile() 599 inputDirBuf[filenameSize - 1] = 0; in processFile()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | tjunittest.c | 780 const size_t filenameSize = 80; in doBmpTest() local 781 char filename[filenameSize], *md5sum, md5buf[65]; in doBmpTest() 800 snprintf(filename, filenameSize, "/sdcard/test_bmp_%s_%d_%s.%s", in doBmpTest() 804 snprintf(filename, filenameSize, "test_bmp_%s_%d_%s.%s", pixFormatStr[pf], in doBmpTest()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | genrb.cpp | 607 int32_t filenameSize = (int32_t)(filenameBegin - filename + 1); in processFile() local 608 inputDirBuf.append(filename, filenameSize, status); in processFile()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | genrb.cpp | 607 int32_t filenameSize = (int32_t)(filenameBegin - filename + 1); in processFile() local 608 inputDirBuf.append(filename, filenameSize, status); in processFile()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 607 int32_t filenameSize = (int32_t)(filenameBegin - filename + 1); in processFile() local 608 inputDirBuf.append(filename, filenameSize, status); in processFile()
|