Home
last modified time | relevance | path

Searched refs:ye (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/icu/icu4c/source/data/curr/
Dsn.txt11 "Kwanza ye Angola",
43 "Yuan Renminbi ye China",
75 "Paundi ye Bhiriteni",
79 "Sedi ye Ghana",
83 "Dalasi ye Gambia",
95 "Yeni ye Japani",
99 "Shiringi ye Kenya",
111 "Loti ye Lesoto",
119 "Dirham ye Moroko",
127 "Ugwiya ye Moritania (1973–2017)",
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dfa-Latn-t-fa-m0-bgn.txt35 دَرْآمَدْهایِ darآmadhاye
58 بَرایِ barاye
133 آقایِ ٓqاye
289 فَضایِ faẕاye
323 کِشْوَرْهایِ keshvarhاye
341 شورایِ shvrاye
379 بَرْنامِه‌هایِ barnاmeh‌hاye
437 جایِ jاye
541 صِدایِ ṣedاye
551 اَعْضایِ a‘ẕاye
[all …]
Dam-Latn-t-am-m0-bgn.txt473 የሥራ yešira
506 የአሠራር ye’āšerari
507 የአንደኛ ye’ānidenya
508 የአንድ ye’ānidi
509 የአገዛዝ ye’āgezazi
510 የኢንተርናሽናል ye’īniterinashinali
511 የኤኮኖሚ ye’ēkonomī
512 የእኩል ye’ikuli
516 የዕረፍት ye‘irefiti
517 የዕረፍትና ye‘irefitina
Duz-t-uz-Cyrl-m0-bgn.txt5 ёки yëki
93 ёрдам yërdam
227 ёрдамлашиш yërdamlashish
313 ёш yësh
598 ёрдамлашиши yërdamlashishi
Dhe-Latn-t-he-m0-bgn.txt72 יְ֚תִיב ye֚tiv
/external/icu/icu4c/source/data/translit/
Duz_Cyrl_uz_Latn.txt33 # е → 'ye' at the beginning of a syllable, after a vowel, ъ or ь, otherwise 'e'
34 [:^L:] { е ↔ ye ;
37 $latinVowel { е → ye ;
41 ье → ye ;
44 Ье → ye ;
Dja_Latn_ru.txt46 i\~e → | ye ;
93 ye → е ; # ?? unobserved
Dru_ru_Latn_BGN.txt50 [$upperVowels $lowerVowels [ЙйЪъЬь]] { е → ye ; # CYRILLIC SMALL LETTER IE
73 # # The character e should be romanized ye
87 # е}[$upperVowels $lowerVowels [ЙйЪъЬь]] → ye ; # CYRILLIC SMALL LETTER IE
88 $wordBoundary{е → ye ; # CYRILLIC SMALL LETTER IE
Duz_Cyrl_uz_BGN.txt114 # The character e should be romanized ye initially, after the vowel
124 е}[$upperVowels $lowerVowels [ЙйЬь]] → ye ; # CYRILLIC SMALL LETTER IE
125 $wordBoundary{е → ye ; # CYRILLIC SMALL LETTER IE
Dhy_hy_Latn_BGN.txt54 # BGN Page 12 Rule 1: The character ե should be romanized ye initially,
61 $vowels {ե → ye ; # ARMENIAN SMALL LETTER ECH
62 $wordBoundary {ե → ye ; # ARMENIAN SMALL LETTER ECH
Dtk_Cyrl_tk_BGN.txt80 # The character e should be romanized ye initially, after the vowel
90 е}[[$upperVowels - [Ә]] [$lowerVowels - [ә]] [ЙйЪъЬь]] → ye ; # CYRILLIC SMALL LETTER IE
91 $wordBoundary{е → ye ; # CYRILLIC SMALL LETTER IE
Dmn_mn_Latn_MNS.txt25 е → ye;
DLatn_Kana.txt110 ye ← '~'ェ;
250 ye → エ ;
304 '~ye' → ェ ;
/external/libjpeg-turbo/simd/powerpc/
Djdmrgext-altivec.c49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, in jsimd_h2v1_merged_upsample_altivec() local
158 ye = (__vector signed short)vec_perm(pb_zero, y, even_index); in jsimd_h2v1_merged_upsample_altivec()
162 be = vec_add(b_yl, ye); in jsimd_h2v1_merged_upsample_altivec()
164 re = vec_add(r_yl, ye); in jsimd_h2v1_merged_upsample_altivec()
166 ge = vec_add(g_yl, ye); in jsimd_h2v1_merged_upsample_altivec()
169 be = vec_add(b_yh, ye); in jsimd_h2v1_merged_upsample_altivec()
171 re = vec_add(r_yh, ye); in jsimd_h2v1_merged_upsample_altivec()
173 ge = vec_add(g_yh, ye); in jsimd_h2v1_merged_upsample_altivec()
/external/icu/icu4c/source/data/region/
Dnd.txt14 AS{"Samoa ye Amelika"}
74 GF{"Gwiyana ye Furansi"}
160 PF{"Pholinesiya ye Fulansi"}
226 ZA{"Mzansi ye Afrika"}
/external/icu/icu4c/source/data/locales/
Dkkj.txt112 "ye",
150 "ye",
159 "ye",
/external/kernel-headers/original/uapi/linux/
Dtiocl.h18 unsigned short ye; /* Y end */ member
/external/u-boot/board/freescale/mx6qarm2/
DMAINTAINERS3 M: Ye Li <ye.li@nxp.com>
/external/python/cpython2/Lib/
Ddecimal.py2000 yc, ye = y.int, y.exp
2003 ye += 1
2012 ye += 1
2013 if ye < 0:
2015 exponent = xe * 10**ye
2063 if ye >= len(str(emax)):
2067 e = _decimal_lshift_exact(e * yc, ye)
2068 xe = _decimal_lshift_exact(xe * yc, ye)
2091 if ye >= len(str(emax)):
2094 e = _decimal_lshift_exact(e * yc, ye)
[all …]
/external/python/cpython3/Lib/
D_pydecimal.py2112 yc, ye = y.int, y.exp
2115 ye += 1
2124 ye += 1
2125 if ye < 0:
2127 exponent = xe * 10**ye
2175 if ye >= len(str(emax)):
2179 e = _decimal_lshift_exact(e * yc, ye)
2180 xe = _decimal_lshift_exact(xe * yc, ye)
2203 if ye >= len(str(emax)):
2206 e = _decimal_lshift_exact(e * yc, ye)
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D7ecb08c1b199fd842c92f03dade6484f.0000974e.honggfuzz.cov47 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
59 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
63 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
75 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
113 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
125 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
129 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
141 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D7ecb08c1b199fd842c92f03dade6484f.0000974e.honggfuzz.cov47 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
59 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
63 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
75 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
113 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
125 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
129 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� <Zg2w�Nf
141 ����d�/d���.q;ye*��z�6<�W�i�h;^IYP������� …
/external/ImageMagick/PerlMagick/t/reference/filter/
DGamma.miff15ye�si������̫�����w��j}�hs�gh�i^�fS�iY�c]�]T�dO�ym�m]�eW�bd�\i�HY�FV�GT�Lb�f�����z~�e`�aK�V:�eZ�ca�…
/external/libxcam/
DAUTHORS9 John Ye <john.ye@intel.com>
/external/hyphenation-patterns/eu/
Dhyph-eu.pat.txt97 1ye

12345678910>>...12