HomeSort by relevance Sort by last modified time
    Searched refs:alternates (Results 1 - 17 of 17) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 337 alternates = {}
344 alternates[input[i]] = alts[i].Alternate
347 self.alternates = alternates
352 alternates = getattr(self, "alternates", None)
353 if alternates is None:
354 alternates = self.alternates = {}
355 items = list(alternates.items()
    [all...]
  /external/icu/icu4c/source/i18n/
identifier_info.h 36 * <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);
identifier_info.cpp 164 // Now make a final pass through ScriptSetSet to remove alternates that came before singles.
167 // We also compute any commonalities among the alternates.
235 // Plus 1 if there is some commonality among the alternates (eg [Arab Thaa]; [Arab Syrc])
236 // Plus number of alternates otherwise (this only works because we only test cardinality up to 2.)
285 UnicodeString &IdentifierInfo::displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status) {
291 const UHashElement *el = uhash_nextElement(alternates, &pos);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
fix_renames.py 17 def alternates(members): function
39 #yield """bare_name=%s""" % alternates(bare)
fix_urllib.py 8 from lib2to3.fixes.fix_imports import alternates, FixImports
54 members = alternates(members)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
fix_renames.py 17 def alternates(members): function
39 #yield """bare_name=%s""" % alternates(bare)
fix_urllib.py 8 from lib2to3.fixes.fix_imports import alternates, FixImports
54 members = alternates(members)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IdentifierInfo.java 29 * <li>call getCommonAmongAlternates to find out if any scripts are common to all the alternates.
140 // Now make a final pass through to remove alternates that came before singles.
143 // We also compute any commonalities among the alternates.
223 * Find out which scripts are in common among the alternates.
225 * @return the set of scripts that are in common among the alternates.
260 // Plus 1 if there is some commonality among the alternates (eg [Arab Thaa]; [Arab Syrc])
261 // Plus number of alternates otherwise (this only works because we only test cardinality up to 2.)
328 * Produce a readable string of alternates.
330 * @param alternates a set of BitSets of script values.
336 public static String displayAlternates(Set<BitSet> alternates) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 11 def any(name, alternates):
12 "Return a named group pattern matching list of alternates."
13 return "(?P<%s>" % name + "|".join(alternates) + ")"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 11 def any(name, alternates):
12 "Return a named group pattern matching list of alternates."
13 return "(?P<%s>" % name + "|".join(alternates) + ")"
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 470 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status); local
471 uhash_puti(alternates, &bitset12, 1, &status);
472 uhash_puti(alternates, &bitset2, 1, &status);
474 IdentifierInfo::displayAlternates(alternatesString, alternates, status);
485 uhash_close(alternates);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 577 Set<BitSet> alternates = new HashSet(Arrays.asList(bitset12, bitset2)); local
578 String alternatesString = IdentifierInfo.displayAlternates(alternates);
584 assertEquals("", alternates, IdentifierInfo.parseAlternates(alternatesString));
587 // String, restriction-level, numerics, scripts, alternates, common-alternates
615 assertEquals("Alternates " + testString, alternates2, idInfo.getAlternates());
618 assertEquals("Common Alternates " + testString, commonAlternates, idInfo.getCommonAmongAlternates());
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 133 _set_update(s.glyphs, *(vlist for g,vlist in self.alternates.items()
138 self.alternates = dict((g,vlist)
139 for g,vlist in self.alternates.items()
142 return bool(self.alternates)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 953 milliseconds