/third_party/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 51 !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/ |
D | wrtxml.cpp | 813 (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()
|
D | reslist.cpp | 376 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()
|
D | reslist.h | 427 char* fFileName; // file name for binary or import binary tags if any variable
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 813 (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()
|
D | reslist.cpp | 376 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()
|
D | reslist.h | 427 char* fFileName; // file name for binary or import binary tags if any variable
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 813 (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()
|
D | reslist.cpp | 376 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()
|
D | reslist.h | 427 char* fFileName; // file name for binary or import binary tags if any variable
|
/third_party/skia/src/ports/ |
D | SkFontMgr_config_parser.h | 82 SkString fFileName; member
|
D | SkFontMgr_android_parser.h | 73 SkString fFileName; member
|
D | SkFontMgr_android_parser.cpp | 271 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()
|
D | SkFontMgr_config_parser.cpp | 238 trim_string(&self->fCurrentFontInfo->fFileName); in __anon0430dd050402() 249 self->fCurrentFontInfo->fFileName.append(s, len); in __anon0430dd050602()
|
D | SkFontMgr_preview.h | 193 pathName.append(fontFile.fFileName); in SkFontStyleSet_Preview()
|
D | SkFontMgr_android.cpp | 186 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 1232 const char *fFileName; in testCaseIsKnownIssue() member 1276 if (!strcmp(fileName, badCase.fFileName) && in testCaseIsKnownIssue()
|