Home
last modified time | relevance | path

Searched refs:substitute (Results 1 – 25 of 54) sorted by relevance

123

/external/icu4c/layout/
DMultipleSubstSubtables.cpp44 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); in process() local
46 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) { in process()
50 glyphIterator->setCurrGlyphID(substitute); in process()
57 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process() local
59 if (! filter->accept(substitute)) { in process()
74 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process() local
76 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute); in process()
DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process() local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) { in process()
52 glyphIterator->setCurrGlyphID(substitute); in process()
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); in process() local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) { in process()
70 glyphIterator->setCurrGlyphID(substitute); in process()
Dlayout.rc2 // It will permanently substitute version numbers that are intended to be
/external/expat/conftools/
Dexpat.m43 dnl If yes, substitute EXPAT_CFLAGS, EXPAT_LIBS with regard to
/external/icu4c/i18n/
Di18n.rc2 // It will permanently substitute version numbers that are intended to be
/external/icu4c/layoutex/
Dlayoutex.rc2 // It will permanently substitute version numbers that are intended to be
/external/icu4c/io/
Dio.rc2 // It will permanently substitute version numbers that are intended to be
/external/icu4c/common/
Dcommon.rc2 // It will permanently substitute version numbers that are intended to be
Duloc.c2176 const char *substitute, in _getStringOrCopyKey() argument
2208 length=(int32_t)uprv_strlen(substitute); in _getStringOrCopyKey()
2209 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity)); in _getStringOrCopyKey()
/external/bison/m4/
Dstdbool.m489 our stdbool.h substitute should suffice. We also test
/external/webkit/
Dacinclude.m4141 dnl Done writing out doltcompile; substitute it for libtool compilation.
173 dnl Done writing out doltlibtool; substitute it for libtool.
/external/icu4c/test/intltest/
Dregextst.cpp966 UnicodeString substitute = "--\\u0043--"; in API_Replace() local
968 UnicodeString result = matcher->replaceAll(substitute, status); in API_Replace()
974 UnicodeString substitute = "--\\U00010000--"; in API_Replace() local
976 UnicodeString result = matcher->replaceAll(substitute, status); in API_Replace()
/external/webkit/WebCore/platform/graphics/mac/
DFontCacheMac.mm93 // Use the family name from the AppKit-supplied substitute font, requesting the
DSimpleFontDataMac.mm173 // This is a last ditch effort to use a substitute font when something has gone wrong.
/external/jpeg/
Dcoderules.doc37 source code by using macros to substitute shorter names.)
Dwizard.doc30 You can substitute a different set of quantization values by using the
Dinstall.doc71 substitute for a Makefile. jconfig.h is needed in any environment.)
/external/elfutils/
Dconfigure.ac38 dnl The RPM spec file. We substitute a few values in the file.
/external/webkit/WebKit/win/Interfaces/
DIWebFrame.idl133 @abstract Loads a page to display as a substitute for a URL that could not be reached.
/external/tcpdump/
Daclocal.m4326 dnl and "pcap_datalink_name_to_val()", and use substitute versions
350 dnl Check for "pcap_breakloop()"; you can't substitute for it if
357 dnl Check for "pcap_dump_ftell()" and use a substitute version
/external/webkit/JavaScriptCore/parser/
DNodes.cpp53 static void substitute(UString& string, const UString& substring) JSC_FAST_CALL;
223 static void substitute(UString& string, const UString& substring) in substitute() function
244 substitute(message, label.ustring()); in emitThrowError()
/external/grub/
Dconfigure.ac653 dnl Now substitute the variables.
/external/e2fsprogs/lib/et/
Dcom_err.texinfo446 some form of cleanup, it can substitute one of its own, or it can take
/external/expat/lib/
Dxmlparse.c77 #error memmove does not exist on this platform, nor is a substitute available
/external/netcat/
DREADME369 "inetd" substitute to test experimental network servers that would otherwise

123