/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | CanonicalCharacterData.java | 51 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/ |
D | README.OpenSource | 9 …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/ |
D | Hira_Kana.txt | 16 # Hiragana equivalents. We use Hiragana wa/wi/we/wo 37 # Combining equivalents va/vi/ve/vo
|
D | he_he_Latn_BGN.txt | 15 # combinations shown as equivalents to the Hebrew characters reflect
|
/third_party/rust/crates/either/ |
D | README.rst | 72 and equivalents on the right, by @spenserblack (#51) 86 and equivalents on the right, by @DCjanus (#36)
|
/third_party/icu/icu4c/source/data/translit/ |
D | Hira_Kana.txt | 16 # Hiragana equivalents. We use Hiragana wa/wi/we/wo 37 # Combining equivalents va/vi/ve/vo
|
D | he_he_Latn_BGN.txt | 15 # combinations shown as equivalents to the Hebrew characters reflect
|
/third_party/python/Lib/test/ |
D | test_uuid.py | 166 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/ |
D | SelectionDAGCompat.td | 172 // Specifies the GlobalISel equivalents for SelectionDAG's ComplexPattern. 178 // Specifies the GlobalISel equivalents for SelectionDAG's SDNodeXForm.
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | README.mingw.md | 7 You want to follow the 32bit instructions. The 64bit equivalents are included
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Currency.java | 800 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/ |
D | Currency.java | 765 UnicodeSet equivalents = StaticUnicodeSets.get(key); in setupCurrencyTrieVec() local 767 for (String equivalentSymbol : equivalents) { in setupCurrencyTrieVec()
|
/third_party/tzdata/ |
D | time2posix.3.txt | 38 POSIX equivalents. This is done by accounting for the number of time-
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-compiler-tonode.cc | 1332 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/ |
D | SSL_get_shared_sigalgs.pod | 65 The NIDs are OpenSSL equivalents. For example if the peer sent sha256(4) and
|
D | OCSP_sendreq_new.pod | 80 have been superseded by the following equivalents:
|
D | ASN1_STRING_length.pod | 62 to B<ASN1_STRING> and the functions call the B<ASN1_STRING> equivalents.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pack_subimage.txt | 138 makes less sense. The UNPACK_* equivalents were also left out
|
/third_party/icu/icu4c/source/samples/translit/ |
D | README.TXT | 72 unreadable characters to close ASCII equivalents. For example, the
|
/third_party/rust/crates/proc-macro2/ |
D | README.md | 17 many other use cases and we avoid reimplementing non-macro equivalents of
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_synchronization2.txt | 74 with equivalents using tlink:VkPipelineStageFlags2KHR.
|
/third_party/openGLES/extensions/NV/ |
D | NV_pack_subimage.txt | 138 makes less sense. The UNPACK_* equivalents were also left out
|
/third_party/skia/third_party/externals/icu/source/samples/translit/ |
D | README.TXT | 73 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/ |
D | AMDGPUGISel.td | 9 // example patterns for V_* instructions that have S_* equivalents.
|
/third_party/skia/site/docs/dev/design/ |
D | text_c2d.md | 28 These respect all of the same settings as their 'Text' equivalents (e.g. current transform, clip, s…
|