Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 25 of 89) sorted by relevance

1234

/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java85 public String doubleMetaphone(String value, boolean alternate) { in doubleMetaphone() argument
189 return alternate ? result.getAlternate() : result.getPrimary(); in doubleMetaphone()
243 boolean alternate) { in isDoubleMetaphoneEqual() argument
244 return doubleMetaphone(value1, alternate).equals(doubleMetaphone in isDoubleMetaphoneEqual()
245 (value2, alternate)); in isDoubleMetaphoneEqual()
1033 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in DoubleMetaphone.DoubleMetaphoneResult
1045 public void append(char primary, char alternate) { in append() argument
1047 appendAlternate(alternate); in append()
1057 if (this.alternate.length() < this.maxLength) { in appendAlternate()
1058 this.alternate.append(value); in appendAlternate()
[all …]
/external/bluetooth/bluez/test/
Dservice-record.dtd3 <!ELEMENT attribute (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|nil)+>
6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int…
8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|in… element
/external/icu4c/layout/
DAlternateSubstSubtables.cpp30 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); in process() local
32 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) { in process()
/external/webkit/WebCore/html/
DHTMLLinkElement.cpp145 …::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, boo… in tokenizeRelAttribute() argument
147 …::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, boo… in tokenizeRelAttribute()
152 alternate = false; in tokenizeRelAttribute()
172 alternate = true; in tokenizeRelAttribute()
184 alternate = true; in tokenizeRelAttribute()
DHTMLLinkElement.h97 …static void tokenizeRelAttribute(const AtomicString& value, bool& stylesheet, bool& alternate, boo…
99 …static void tokenizeRelAttribute(const AtomicString& value, bool& stylesheet, bool& alternate, boo…
DPreloadScanner.cpp707 bool alternate = false; in processAttribute() local
713 …HTMLLinkElement::tokenizeRelAttribute(value, styleSheet, alternate, icon, touchIcon, precomposedTo… in processAttribute()
714 …m_linkIsStyleSheet = styleSheet && !alternate && !icon && !touchIcon && !precomposedTouchIcon && !… in processAttribute()
716 HTMLLinkElement::tokenizeRelAttribute(value, styleSheet, alternate, icon, dnsPrefetch); in processAttribute()
717 m_linkIsStyleSheet = styleSheet && !alternate && !icon && !dnsPrefetch; in processAttribute()
/external/e2fsprogs/e2fsck/
DCHANGES43 the superblock and the group descriptors.) (Doesn't update alternate
47 alternate superblock.
/external/webkit/WebCore/dom/
DProcessingInstruction.cpp134 String alternate = attrs.get("alternate"); in checkStyleSheet() local
135 m_alternate = alternate == "yes"; in checkStyleSheet()
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.17 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/icu4c/data/rbnf/
Dfr_CH.txt23 // version is used in Canada, and I understand there's an alternate set
/external/webkit/WebCore/css/
DCSSValueKeywords.in420 alternate
567 # alternate
DmediaControlsQT.css25 /* alternate media controls - Extend mediaControls.css */
/external/iptables/
DINSTALL27 3) If you want to specify alternate directories for installation
/external/webkit/WebKitTools/DumpRenderTree/qt/
Dfonts.conf18 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm161 // Try looking for an alternate 'base' font for this renderer.
173 // Try setting up the alternate font.
189 // OK, couldn't setup Times New Roman as an alternate to Times, fallback
/external/icu4c/test/testdata/
DDataDrivenCollationTest.txt152 Arguments { "[alternate shifted][strength 4]" }
185 Arguments { "[alternate non-ignorable][strength 3]" }
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssvalues.in42 alternate
/external/e2fsprogs/doc/
Dlibblkid.txt69 The second parameter of blkid_get_cache (if non-zero) is the alternate
/external/e2fsprogs/tests/f_resize_inode/
Dexpect119 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/webkit/WebKit/win/Interfaces/
DIWebHistoryItem.idl112 @result The alternate title for this item.
DIWebDataSource.idl149 … @result returns the unreachableURL for which this dataSource is showing alternate content, or nil
DIWebFrame.idl142 @param unreachableURL The URL for which this page will serve as alternate content.
/external/e2fsprogs/ext2ed/
DREADME121 an alternate location.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4291 # you may choose to try alternate compression options for your everyday
/external/webkit/WebKit/gtk/po/
Den_GB.po186 msgid "The alternate title of the history item"
187 msgstr "The alternate title of the history item"

1234