Home
last modified time | relevance | path

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

123456

/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java90 public String doubleMetaphone(String value, boolean alternate) { in doubleMetaphone() argument
194 return alternate ? result.getAlternate() : result.getPrimary(); in doubleMetaphone()
248 boolean alternate) { in isDoubleMetaphoneEqual() argument
249 return doubleMetaphone(value1, alternate).equals(doubleMetaphone in isDoubleMetaphoneEqual()
250 (value2, alternate)); in isDoubleMetaphoneEqual()
1038 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in DoubleMetaphone.DoubleMetaphoneResult
1050 public void append(char primary, char alternate) { in append() argument
1052 appendAlternate(alternate); in append()
1062 if (this.alternate.length() < this.maxLength) { in appendAlternate()
1063 this.alternate.append(value); in appendAlternate()
[all …]
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp988 virtual void append(UnicodeString &test, UnicodeString &alternate) = 0;
1011 virtual void append(UnicodeString &test, UnicodeString &alternate);
1028 void SetMonkey::append(UnicodeString &test, UnicodeString &alternate) in append() argument
1036 alternate.append(str); // flip case, or some junk? in append()
1045 void append(UnicodeString &testCase, UnicodeString &alternate);
1048 UnicodeString &generateAlternative(const UnicodeString &testCase, UnicodeString &alternate);
1066 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append() argument
1082 generateAlternative(str, alternate); in append()
1088 generateAlternative(str, alternate); in append()
1094 …ring &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &alternate) in generateAlternative() argument
[all …]
/external/skia/gm/
Dshaderbounds.cpp12 static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate, in MakeLinear() argument
16 if (alternate) { in MakeLinear()
30 bool alternate, const SkMatrix& localMatrix);
/external/icu/icu4c/source/layout/
DAlternateSubstSubtables.cpp31 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); in process() local
33 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) { in process()
/external/libavc/common/arm/
Dih264_intra_pred_chroma_a9q.s71 @* UWORD8 pointer to the source containing alternate U and V samples
74 @* UWORD8 pointer to the destination with alternate U and V samples
203 @* UWORD8 pointer to the source containing alternate U and V samples
206 @* UWORD8 pointer to the destination with alternate U and V samples
279 @* UWORD8 pointer to the source containing alternate U and V samples
282 @* UWORD8 pointer to the destination with alternate U and V samples
351 @* UWORD8 pointer to the source containing alternate U and V samples
354 @* UWORD8 pointer to the destination with alternate U and V samples
/external/e2fsprogs/e2fsck/
DCHANGES43 the superblock and the group descriptors.) (Doesn't update alternate
47 alternate superblock.
/external/libcap-ng/libcap-ng-0.7/src/
Dlibcap-ng.pc.in7 Description: An alternate posix capabilities library.
/external/icu/icu4c/source/data/coll/
Dth.txt14 "[normalization on][alternate shifted][reorder Thai]"
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dfiles_exec.txt4 …hat can be used as an entrypoint to an confined domain. If you have an alternate executable that …
/external/apache-xml/src/main/java/org/apache/xml/utils/
DStylesheetPIHandler.java151 boolean alternate = false; // (yes|no) "no" in processingInstruction()
258 alternate = token.substring(1, token.length() in processingInstruction()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
DcustomTest.xml.template10 <!--copy in the properties file for testing with alternate vm args-->
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.18 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m34 // alternate inherited protocol.
/external/pdfium/third_party/freetype/src/cff/
Dcf2intrp.c1376 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; in cf2_interpT2CharString() local
1379 FT_TRACE4(( alternate ? " hvcurveto\n" : " vhcurveto\n" )); in cf2_interpT2CharString()
1386 if ( alternate ) in cf2_interpT2CharString()
1403 alternate = FALSE; in cf2_interpT2CharString()
1422 alternate = TRUE; in cf2_interpT2CharString()
/external/freetype/src/cff/
Dcf2intrp.c1395 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; in cf2_interpT2CharString() local
1405 FT_TRACE4(( alternate ? " hvcurveto\n" : " vhcurveto\n" )); in cf2_interpT2CharString()
1412 if ( alternate ) in cf2_interpT2CharString()
1429 alternate = FALSE; in cf2_interpT2CharString()
1448 alternate = TRUE; in cf2_interpT2CharString()
/external/libphonenumber/
Drelease_notes.txt31 - New alternate formatting data for country calling code(s): 676
65 - New alternate formatting data for country calling code(s): 54, 91
95 - New alternate formatting data for country calling code(s): 95
178 - New alternate formatting data for country calling code(s): 255, 27, 381, 506
179 - Updated alternate formatting data for country calling code(s): 43
187 - New alternate formatting data for country calling code(s): 505, 679
230 - New alternate formatting data for country calling code(s):
232 - Updated alternate formatting data for country calling code(s):
294 - New alternate formatting data for country calling code(s): 675
320 - New alternate formatting data for country calling code(s):
[all …]
/external/regex-re2/doc/
Dmksyntaxgo32 Parts of the syntax can be disabled by passing alternate flags to Parse.
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guava/
DREADME.maven9 provide alternate packaging of the sub-pmodules, which
/external/libusb-compat/libusb/
Dcore.c719 API_EXPORTED int usb_set_altinterface(usb_dev_handle *dev, int alternate) in usb_set_altinterface() argument
721 usbi_dbg("alternate %d", alternate); in usb_set_altinterface()
726 dev->last_claimed_interface, alternate)); in usb_set_altinterface()
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt28 If a two element list is too confusing, I would recommend an alternate
/external/strace/
DINSTALL142 prefix=/alternate/directory' will choose an alternate location for all
154 example, `make install DESTDIR=/alternate/directory' will prepend
155 `/alternate/directory' before all installation names. The approach of
/external/libunwind/src/ia64/
DNOTES11 - ip == saved return-link (may be b0 or an alternate branch-reg)
/external/llvm/docs/
Dyaml2obj.rst51 Here's a simplified Kwalify_ schema with an extension to allow alternate types.

123456