Searched refs:equivalents (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonicalCharacterData.java35 // Skip all equivalents of length 1; it's either the original
49 equivalents = new String[nEquivalents];
55 sortEquivalents(equivalents, equivs);
66 if (equivalents == null) {
70 return equivalents.length;
75 return equivalents;
80 if (equivalents == null || index < 0 || index >= equivalents.length) {
84 return equivalents[index];
112 private String[] equivalents field in class:CanonicalCharacterData.Record
194 sortEquivalents(String[] equivalents, Vector unsorted) argument
[all...]
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp44 std::vector<ConstString>& equivalents)
53 equivalents.push_back(match->value);
60 // partial matches can occur when a name with equivalents is a template argument.
67 std::vector<ConstString>& equivalents)
83 equivalents);
109 std::vector<ConstString>& equivalents)
132 equivalents.push_back(target_const);
220 CPPLanguageRuntime::FindEquivalentNames(ConstString type_name, std::vector<ConstString>& equivalents) argument
222 uint32_t count = GetEquivalentsMap().FindExactMatches(type_name, equivalents);
230 count = GetEquivalentsMap().FindPartialMatches(type_name, equivalents);
43 FindExactMatches(ConstString& type_name, std::vector<ConstString>& equivalents) argument
66 FindPartialMatches(ConstString& type_name, std::vector<ConstString>& equivalents) argument
107 AppendReplacements(const char* original, const char *matching_key, std::vector<ConstString>& equivalents) argument
[all...]
/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h141 // can be used as a search key in FindTypes(). the equivalents map here is meant to return possible alternative names
145 FindEquivalentNames(ConstString type_name, std::vector<ConstString>& equivalents);
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim55 " equivalents.
/external/ImageMagick/www/api/
H A Ddistort.php142 <dd> o "verbose" Output to stderr alternatives, internal coefficents, and FX equivalents for the distortion operation (if feasible). This forms an extra check of the distortion method, and allows users access to the internal constants IM calculates for the distortion. </dd>
/external/v8/src/regexp/
H A Djsregexp.cc2576 // This letter has no case equivalents, so it's nice and simple
5933 unibrow::uchar equivalents[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
5937 isolate->jsregexp_canonrange()->get(pos, '\0', equivalents);
5943 block_end = equivalents[0];
5947 equivalents);
5949 uc32 c = equivalents[i];
/external/bison/build-aux/
H A Dtexinfo.tex1348 % much work for too little return. Just use the ASCII equivalents
4189 % So \let them to their normal equivalents.
/external/libmicrohttpd/doc/
H A Dtexinfo.tex1349 % much work for too little return. Just use the ASCII equivalents
4190 % So \let them to their normal equivalents.
/external/llvm/test/MC/AArch64/
H A Darm64-simd-ldst.s1298 ; ARM verbose syntax equivalents to the above.

Completed in 275 milliseconds