Home
last modified time | relevance | path

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

1234

/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/python/cpython2/Lib/test/
Dtest_uuid.py147 equivalents = []
172 equivalents.append(u)
175 for u in equivalents:
176 for v in equivalents:
/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
Dhe_he_Latn_BGN.txt14 # combinations shown as equivalents to the Hebrew characters reflect
Dhy_hy_Latn_BGN.txt14 # combinations shown as equivalents to the Armenian characters reflect
Dund_FONIPA_und_FONXSAMP.txt13 # The following obsolete or extended IPA symbols have no X-SAMPA equivalents
/external/slf4j/slf4j-migrator/
DLIMITATIONS.txt34 SLF4J the equivalents.
/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/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/llvm/test/MC/MachO/
Dcstexpr-gotpcrel-32.ll58 ; Test multiple uses of GOT equivalents.
Dcstexpr-gotpcrel-64.ll63 ; Test multiple uses of GOT equivalents.
/external/llvm/test/MC/MachO/ARM/
Dcstexpr-gotpcrel.ll58 ; Test multiple uses of GOT equivalents.
/external/icu/icu4c/source/samples/translit/
DREADME.TXT73 unreadable characters to close ASCII equivalents. For example, the
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cflags_warn_all.m421 # experimental than their C equivalents.
/external/ImageMagick/m4/
Dax_cflags_warn_all.m421 # experimental than their C equivalents.
/external/python/cpython2/Doc/library/
Dunicodedata.rst125 replace all compatibility characters with their equivalents. The normal form KC
Dfl.rst24 Most functions are literal translations of their C equivalents, dropping the
31 object representing the form. Consequently, there are no Python equivalents for
Dpopen2.rst145 objects provided by this module (or the :mod:`os` module equivalents).
Dmath.rst147 than their C equivalents: they take a single argument and return a pair of
Drexec.rst169 And their equivalents with access to restricted standard I/O streams:
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox69 /// depart too far from the logical layout of the Java model. These include the C equivalents of St…
/external/icu/icu4c/source/config/
Dicu-config-bottom90 echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output"
/external/curl/docs/
DINSTALL.md311 and their libcurl equivalents, will be ignored, because Secure Transport uses
314 OS. The `--cert` and `--engine` options, and their libcurl equivalents, are
/external/llvm/docs/
DCompileCudaWithLLVM.rst174 equivalents, but because the intermediate result in an fma is not rounded,
/external/libcxx/include/
Dsystem_error262 // Some error codes are not present on all platforms, so we provide equivalents

1234