Home
last modified time | relevance | path

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

123

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonicalCharacterData.java49 equivalents = new String[nEquivalents]; in Record()
55 sortEquivalents(equivalents, equivs); in Record()
66 if (equivalents == null) { in countEquivalents()
70 return equivalents.length; in countEquivalents()
75 return equivalents; in getEquivalents()
80 if (equivalents == null || index < 0 || index >= equivalents.length) { in getEquivalent()
84 return equivalents[index]; in getEquivalent()
112 private String[] equivalents = null; field in CanonicalCharacterData.Record
194 private static void sortEquivalents(String[] equivalents, Vector unsorted) in sortEquivalents() argument
196 int nEquivalents = equivalents.length; in sortEquivalents()
[all …]
/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/slf4j/slf4j-migrator/
DLIMITATIONS.txt34 SLF4J the 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/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Dhandlingforms.rst62 HTML special characters to their character entity equivalents. ``cgi`` is a
Dusingdatastore.rst285 so as to resemble their SQL equivalents.
/external/icu/icu4c/source/samples/translit/
DREADME.TXT70 unreadable characters to close ASCII equivalents. For example, the
/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-bottom89 echo " [Brackets] show MAKE variable equivalents, (parenthesis) show example output"
/external/libcxx/include/
Dsystem_error245 // Some error codes are not present on all platforms, so we provide equivalents
/external/selinux/secilc/docs/
Dcil_reference_guide.md256 …ame`s. The following examples show CIL constraint statements and their policy language equivalents:
/external/gptfdisk/
DREADME187 comment out the equivalents that lack these lines.
/external/eigen/
DCOPYING.MPL2150 equivalents.
DNOTICE150 equivalents.
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt82 * DirectX 10/11 DDI functions and Gallium equivalents
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m656 // Now, check for Select All, Cut, Copy, or Paste key equivalents.
/external/chromium-trace/catapult/third_party/WebOb/docs/
Ddifferences.txt525 equivalents.
/external/tinyxml/
Dreadme.txt195 UTF-8 equivalents. For instance, text with the XML of:
/external/curl/docs/
DINSTALL484 their libcurl equivalents, will be ignored, because Secure Transport uses
487 the OS. The --cert and --engine options, and their libcurl equivalents, are
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td661 // We don't have or_as_insert equivalents of these operations because
1094 // some of the signed forms have COMPARE AND BRANCH equivalents whereas none
/external/dbus/
DNEWS225 welcomed for other OSs' equivalents like kqueue, /dev/poll, or Solaris
/external/llvm/docs/
DMakefileGuide.rst166 (or your operating system's equivalents). While this isn't strictly necessary on
/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td1131 // VSX equivalents. We need to fix this up at some point. Two possible

123