Home
last modified time | relevance | path

Searched refs:equivalents (Results 1 – 25 of 133) sorted by relevance

123456

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonicalCharacterData.java51 equivalents = new String[nEquivalents]; in Record()
57 sortEquivalents(equivalents, equivs); in Record()
68 if (equivalents == null) { in countEquivalents()
72 return equivalents.length; in countEquivalents()
77 return equivalents; in getEquivalents()
82 if (equivalents == null || index < 0 || index >= equivalents.length) { in getEquivalent()
86 return equivalents[index]; in getEquivalent()
114 private String[] equivalents = null; field in CanonicalCharacterData.Record
196 private static void sortEquivalents(String[] equivalents, Vector unsorted) in sortEquivalents() argument
198 int nEquivalents = equivalents.length; in sortEquivalents()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DVariantFolder.java74 static XEquivalenceClass equivalents = new XEquivalenceClass("none", mySetMaker); field in VariantFolder.CompatibilityFolder
78 equivalents.add(item, Normalizer.decompose(item, true)); in equivalents.add()
79 equivalents.add(item, Normalizer.compose(item, true)); in equivalents.add()
85 return equivalents.getEquivalences(item); in getAlternates()
91 static XEquivalenceClass equivalents = new XEquivalenceClass("none", mySetMaker); field in VariantFolder.CanonicalFolder
95 equivalents.add(item, Normalizer.decompose(item, false)); in equivalents.add()
96 equivalents.add(item, Normalizer.compose(item, false)); in equivalents.add()
102 return equivalents.getEquivalences(item); in getAlternates()
109 static XEquivalenceClass equivalents = new XEquivalenceClass("none", mySetMaker); field in VariantFolder.CaseVariantFolder
113 equivalents.add(item, UCharacter.toLowerCase(item)); in equivalents.add()
[all …]
DStateDictionaryBuilder.java111 Map<Row, Row> equivalents = new TreeMap<Row, Row>(StateDictionary.rowComparator); in make() local
113 Row cardinal = equivalents.get(row); in make()
115 equivalents.put(row, row); in make()
DZoneParser.java847 for (Set<String> equivalents : linkedItems.getEquivalenceSets()) { in makeZoneData()
848 Set<String> canonicals = new TreeSet<String>(equivalents); in makeZoneData()
851 throw new IllegalArgumentException("No canonicals in: " + equivalents); in makeZoneData()
854 System.out.println("Too many canonicals in: " + equivalents); in makeZoneData()
859 Set<String> remainder = new TreeSet<String>(equivalents); in makeZoneData()
881 for (String oldOne : equivalents) { in makeZoneData()
/external/python/cpython2/Lib/test/
Dtest_uuid.py147 equivalents = []
172 equivalents.append(u)
175 for u in equivalents:
176 for v in equivalents:
/external/tensorflow/tensorflow/contrib/integrate/
DREADME.md3 TensorFlow equivalents to the routines provided by `scipy.integrate`. Currently
/external/icu/icu4c/source/data/translit/
DHira_Kana.txt15 # Hiragana equivalents. We use Hiragana wa/wi/we/wo
36 # Combining equivalents va/vi/ve/vo
/external/llvm/test/MC/MachO/AArch64/
Dcstexpr-gotpcrel.ll60 ; Test multiple uses of GOT equivalents.
84 ; equivalents for use by such IR constructs. Check them at the end of the test
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/AArch64/
Dcstexpr-gotpcrel.ll60 ; Test multiple uses of GOT equivalents.
84 ; equivalents for use by such IR constructs. Check them at the end of the test
/external/slf4j/slf4j-migrator/
DLIMITATIONS.txt34 SLF4J the equivalents.
/external/python/cpython3/Lib/test/
Dtest_uuid.py160 equivalents = []
185 equivalents.append(u)
188 for u in equivalents:
189 for v in equivalents:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNSink/
Ddither.ll3 ; Because %tmp17 has flipped operands to its equivalents %tmp14 and %tmp7, we
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QuantizeV2.pbtxt37 used to convert the float values to their quantized equivalents. The
39 when rounding float values to their quantized equivalents.
Dapi_def_Dequantize.pbtxt19 used to convert the float values to their quantized equivalents.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td121 // Specifies the GlobalISel equivalents for SelectionDAG's ComplexPattern.
127 // Specifies the GlobalISel equivalents for SelectionDAG's SDNodeXForm.
/external/e2fsprogs/doc/RelNotes/
Dv1.22.txt14 equivalents weren't being included for big-endian platforms.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToCrossCompileBuiltinsOnArm.rst25 equivalents.
105 target by substituting soft-float equivalents for the sysroot and target. The
118 equivalents for the sysroot, emulator and target.
/external/tensorflow/tensorflow/python/autograph/
DLIMITATIONS.md25 …onvert list creation, append, pop and indexing to their TF TensorArray equivalents. However, we do…
36 …s | We currently support lists. There are currently no TF equivalents of dictionaries…
/external/python/cpython3/Doc/howto/
Dcporting.rst32 API functions that are not present can be aliased to their equivalents within
100 are replaced by their ``PyLong_*`` equivalents.
/external/python/cpython2/Doc/howto/
Dcporting.rst32 API functions that are not present can be aliased to their equivalents within
100 are replaced by their ``PyLong_*`` equivalents.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Dcstexpr-gotpcrel.ll58 ; Test multiple uses of GOT equivalents.
/external/llvm/test/MC/MachO/ARM/
Dcstexpr-gotpcrel.ll58 ; Test multiple uses of GOT equivalents.
/external/llvm/test/MC/MachO/
Dcstexpr-gotpcrel-32.ll58 ; Test multiple uses of GOT equivalents.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
Dcstexpr-gotpcrel-32.ll58 ; Test multiple uses of GOT equivalents.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java776 UnicodeSet equivalents = StaticUnicodeSets.get(key); in setupCurrencyTrieVec() local
778 for (String equivalentSymbol : equivalents) { in setupCurrencyTrieVec()

123456