Searched refs:alternates (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Didentifier_info.h36 * <li>call getCommonAmongAlternates to find out if any scripts are common to all the alternates.
133 * Find out which scripts are in common among the alternates.
135 * @return the set of scripts that are in common among the alternates.
165 * Produce a readable string of alternates.
167 * @param alternates a UHashtable of UScriptSets.
172 static UnicodeString &displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status);
H A Didentifier_info.cpp166 // Now make a final pass through ScriptSetSet to remove alternates that came before singles.
169 // We also compute any commonalities among the alternates.
237 // Plus 1 if there is some commonality among the alternates (eg [Arab Thaa]; [Arab Syrc])
238 // Plus number of alternates otherwise (this only works because we only test cardinality up to 2.)
287 UnicodeString &IdentifierInfo::displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status) { argument
293 const UHashElement *el = uhash_nextElement(alternates, &pos);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dlcgen.c77 char* alternates; member in struct:Charset_s
85 char* alternates; member in struct:Language_s
428 cp->alternates = copy(&b, arg[1]);
499 lp->alternates = copy(&b, arg[2]);
705 if (cp->alternates)
706 fprintf(lf, "\"%s\",", cp->alternates);
728 if (lp->alternates)
729 fprintf(lf, "\"%s\",", lp->alternates);
H A Dlc.c258 return match(s, cp->code, 0, 1) || match(s, cp->alternates, 3, 1) || cp->ms && match(s, cp->ms, 0, 1);
562 for (lp = lc_languages; lp->code && (!lp->alternates || !match(s, lp->alternates, n, 0)); lp++);
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmdtab.c121 { "alternates", alternates, M|RAWLIST, 0, 1000 },
H A Dextern.h89 int alternates(char **);
H A Dcmd3.c816 alternates(namelist) function
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp475 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status); local
476 uhash_puti(alternates, &bitset12, 1, &status);
477 uhash_puti(alternates, &bitset2, 1, &status);
479 IdentifierInfo::displayAlternates(alternatesString, alternates, status);
490 uhash_close(alternates);
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dproof.c1030 int firsts, alternates; local
1088 alternates = 0;
1152 alternates++;
1259 printf ("tellics whisper proof %d, disproof %d, %d losers, highest depth %d, primary %d, secondary %d\n", root->proof, root->disproof, altlosers, maxply, firsts, alternates);
/macosx-10.10.1/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c167 const cfg_obj_t *alternates = NULL; local
177 (void)cfg_map_get(options, "dual-stack-servers", &alternates);
179 if (alternates == NULL)
182 obj = cfg_tuple_get(alternates, "port");
191 obj = cfg_tuple_get(alternates, "addresses");
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dserver.c291 const cfg_obj_t *alternates);
1560 const cfg_obj_t *alternates; local
2244 alternates = NULL;
2245 (void)ns_config_get(maps, "dual-stack-servers", &alternates);
2246 if (alternates != NULL)
2247 CHECK(configure_alternates(config, view, alternates));
2949 const cfg_obj_t *alternates)
2965 if (alternates != NULL) {
2966 portobj = cfg_tuple_get(alternates, "port");
2979 if (alternates !
2948 configure_alternates(const cfg_obj_t *config, dns_view_t *view, const cfg_obj_t *alternates) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.sh203 alternates=
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dresolver.c387 ISC_LIST(alternate_t) alternates;
2281 * Mark any bad alternates.
2727 for (a = ISC_LIST_HEAD(fctx->res->alternates);
2946 * No nameservers left. Try alternates.
7364 while ((a = ISC_LIST_HEAD(res->alternates)) != NULL) {
7365 ISC_LIST_UNLINK(res->alternates, a, link);
7492 ISC_LIST_INIT(res->alternates);
8306 ISC_LIST_APPEND(resolver->alternates, a, link);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmuttrc.vim379 syn keyword muttrcVarStr contained skipwhite alternates nextgroup=muttrcSetStrAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
417 syn keyword muttrcAlternateKeyword contained alternates unalternates
418 syn region muttrcAlternatesLine keepend start=+^\s*\%(un\)\?alternates\s+ skip=+\\$+ end=+$+ contains=muttrcAlternateKeyword,muttrcGroupDef,muttrcRXPat,muttrcUnHighlightSpace,muttrcComment
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js407 "font-variant-alternates", "font-variant-caps", "font-variant-east-asian",
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js407 "font-variant-alternates", "font-variant-caps", "font-variant-east-asian",

Completed in 151 milliseconds