Home
last modified time | relevance | path

Searched refs:fFileName (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/tests/
DFontMgrAndroidParserTest.cpp51 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile)); in ValidateLoadedFonts()
72 REPORTER_ASSERT(reporter, !file.fFileName.isEmpty() && in ValidateLoadedFonts()
73 file.fFileName[0] >= 'A' && in ValidateLoadedFonts()
74 file.fFileName[0] <= 'Z'); in ValidateLoadedFonts()
82 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex); in DumpFiles()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=nullptr ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != nullptr){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp376 fLength(length), fData(nullptr), fFileName(nullptr) { in BinaryResource()
381 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
382 if (fFileName == nullptr) { in BinaryResource()
386 uprv_strcpy(fFileName, fileName); in BinaryResource()
405 delete[] fFileName; in ~BinaryResource()
Dreslist.h427 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=NULL ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != NULL){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp376 fLength(length), fData(NULL), fFileName(NULL) { in BinaryResource()
381 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
382 if (fFileName == NULL) { in BinaryResource()
386 uprv_strcpy(fFileName, fileName); in BinaryResource()
405 delete[] fFileName; in ~BinaryResource()
Dreslist.h427 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=NULL ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != NULL){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp376 fLength(length), fData(NULL), fFileName(NULL) { in BinaryResource()
381 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
382 if (fFileName == NULL) { in BinaryResource()
386 uprv_strcpy(fFileName, fileName); in BinaryResource()
405 delete[] fFileName; in ~BinaryResource()
Dreslist.h427 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/skia/src/ports/
DSkFontMgr_config_parser.h82 SkString fFileName; member
DSkFontMgr_android_parser.h73 SkString fFileName; member
DSkFontMgr_android_parser.cpp271 trim_string(&self->fCurrentFontInfo->fFileName); in __anon148ae0b00302()
282 self->fCurrentFontInfo->fFileName.append(s, len); in __anon148ae0b00502()
468 self->fCurrentFontInfo->fFileName.append(s, len); in __anon148ae0b00d02()
DSkFontMgr_config_parser.cpp238 trim_string(&self->fCurrentFontInfo->fFileName); in __anon0430dd050402()
249 self->fCurrentFontInfo->fFileName.append(s, len); in __anon0430dd050602()
DSkFontMgr_preview.h193 pathName.append(fontFile.fFileName); in SkFontStyleSet_Preview()
DSkFontMgr_android.cpp186 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android()
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp1232 const char *fFileName; in testCaseIsKnownIssue() member
1276 if (!strcmp(fileName, badCase.fFileName) && in testCaseIsKnownIssue()