Searched refs:subst_name (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 352 void RemoveSubsettedFontPrefix(ByteString* subst_name) { in RemoveSubsettedFontPrefix() argument 354 if (subst_name->GetLength() > kPrefixLength && in RemoveSubsettedFontPrefix() 355 (*subst_name)[kPrefixLength] == '+' && in RemoveSubsettedFontPrefix() 356 IsStrUpper(subst_name->First(kPrefixLength))) { in RemoveSubsettedFontPrefix() 357 *subst_name = in RemoveSubsettedFontPrefix() 358 subst_name->Last(subst_name->GetLength() - (kPrefixLength + 1)); in RemoveSubsettedFontPrefix() 363 ByteString subst_name = name; in GetSubstName() local 365 subst_name.Delete(0); in GetSubstName() 367 subst_name.Remove(' '); in GetSubstName() 368 RemoveSubsettedFontPrefix(&subst_name); in GetSubstName() [all …]
|
D | cfx_fontmapper_unittest.cpp | 58 ByteString subst_name, in GetCachedFace() argument 62 return CFX_FontMapper::GetCachedFace(font_handle, subst_name, weight, in GetCachedFace()
|
D | cfx_fontmapper.h | 116 ByteString subst_name,
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 751 subst_name (char from, char to, in INTDEF() 829 if (!subst_name ('-', '_', module_name, alternate_name, namelen) && in dwfl_linux_kernel_find_elf() 830 !subst_name ('_', '-', module_name, alternate_name, namelen)) in dwfl_linux_kernel_find_elf()
|
D | ChangeLog | 1044 function "subst_name" to file scope, pass all used local variables
|