Home
last modified time | relevance | path

Searched refs:norm_name (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.h99 ByteString MatchInstalledFonts(const ByteString& norm_name);
Dcfx_fontmapper.cpp477 ByteString CFX_FontMapper::MatchInstalledFonts(const ByteString& norm_name) { in MatchInstalledFonts() argument
481 if (TT_NormalizeName(m_InstalledTTFonts[i]) == norm_name) in MatchInstalledFonts()
485 if (TT_NormalizeName(m_LocalizedTTFonts[i].first) == norm_name) in MatchInstalledFonts()
/external/e2fsprogs/util/
Dmkutf8data.c46 const char *norm_name = NORM_NAME; variable
2292 printf("Parsing %s\n", norm_name); in corrections_init()
2293 file = fopen(norm_name, "r"); in corrections_init()
2295 open_fail(norm_name, errno); in corrections_init()
2305 line_fail(norm_name, line); in corrections_init()
2320 line_fail(norm_name, line); in corrections_init()
2331 line_fail(norm_name, line); in corrections_init()
2350 file_fail(norm_name); in corrections_init()
3342 norm_name = optarg; in main()
/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D__init__.py994 norm_name = operator.attrgetter('_normalized_name')
995 unique = functools.partial(unique_everseen, key=norm_name)
/external/python/cpython3/Lib/importlib/metadata/
D__init__.py1004 norm_name = operator.attrgetter('_normalized_name')
1005 unique = functools.partial(unique_everseen, key=norm_name)
/external/autotest/server/hosts/
Dservo_host.py1073 norm_name = os.path.basename(f)[:-len(self.COMPRESSION_SUFFIX)]
1080 member.name = norm_name