Home
last modified time | relevance | path

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

123456

/third_party/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 …]
/third_party/rust/crates/heck/
DREADME.OpenSource9 …ibrary that provides support for converting strings to their camel-case or snake-case equivalents."
/third_party/skia/third_party/externals/icu/source/data/translit/
DHira_Kana.txt16 # Hiragana equivalents. We use Hiragana wa/wi/we/wo
37 # Combining equivalents va/vi/ve/vo
Dhe_he_Latn_BGN.txt15 # combinations shown as equivalents to the Hebrew characters reflect
/third_party/rust/crates/either/
DREADME.rst72 and equivalents on the right, by @spenserblack (#51)
86 and equivalents on the right, by @DCjanus (#36)
/third_party/icu/icu4c/source/data/translit/
DHira_Kana.txt16 # Hiragana equivalents. We use Hiragana wa/wi/we/wo
37 # Combining equivalents va/vi/ve/vo
Dhe_he_Latn_BGN.txt15 # combinations shown as equivalents to the Hebrew characters reflect
/third_party/python/Lib/test/
Dtest_uuid.py166 equivalents = []
191 equivalents.append(u)
194 for u in equivalents:
195 for v in equivalents:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td172 // Specifies the GlobalISel equivalents for SelectionDAG's ComplexPattern.
178 // Specifies the GlobalISel equivalents for SelectionDAG's SDNodeXForm.
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md7 You want to follow the 32bit instructions. The 64bit equivalents are included
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java800 UnicodeSet equivalents = StaticUnicodeSets.get(key); in setupCurrencyTrieVec() local
802 for (String equivalentSymbol : equivalents) { in setupCurrencyTrieVec()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCurrency.java765 UnicodeSet equivalents = StaticUnicodeSets.get(key); in setupCurrencyTrieVec() local
767 for (String equivalentSymbol : equivalents) { in setupCurrencyTrieVec()
/third_party/tzdata/
Dtime2posix.3.txt38 POSIX equivalents. This is done by accounting for the number of time-
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc1332 unibrow::uchar equivalents[unibrow::Ecma262UnCanonicalize::kMaxWidth]; in RationalizeConsecutiveAtoms() local
1336 isolate->jsregexp_canonrange()->get(pos, '\0', equivalents); in RationalizeConsecutiveAtoms()
1342 block_end = equivalents[0]; in RationalizeConsecutiveAtoms()
1346 equivalents); in RationalizeConsecutiveAtoms()
1348 base::uc32 c = equivalents[i]; in RationalizeConsecutiveAtoms()
/third_party/openssl/doc/man3/
DSSL_get_shared_sigalgs.pod65 The NIDs are OpenSSL equivalents. For example if the peer sent sha256(4) and
DOCSP_sendreq_new.pod80 have been superseded by the following equivalents:
DASN1_STRING_length.pod62 to B<ASN1_STRING> and the functions call the B<ASN1_STRING> equivalents.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pack_subimage.txt138 makes less sense. The UNPACK_* equivalents were also left out
/third_party/icu/icu4c/source/samples/translit/
DREADME.TXT72 unreadable characters to close ASCII equivalents. For example, the
/third_party/rust/crates/proc-macro2/
DREADME.md17 many other use cases and we avoid reimplementing non-macro equivalents of
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_synchronization2.txt74 with equivalents using tlink:VkPipelineStageFlags2KHR.
/third_party/openGLES/extensions/NV/
DNV_pack_subimage.txt138 makes less sense. The UNPACK_* equivalents were also left out
/third_party/skia/third_party/externals/icu/source/samples/translit/
DREADME.TXT73 unreadable characters to close ASCII equivalents. For example, the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUGISel.td9 // example patterns for V_* instructions that have S_* equivalents.
/third_party/skia/site/docs/dev/design/
Dtext_c2d.md28 These respect all of the same settings as their 'Text' equivalents (e.g. current transform, clip, s…

123456