Searched refs:greek (Results 1 – 25 of 50) sorted by relevance
12
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | el_Upper.txt | 11 # For uppercasing (not titlecasing!) remove all greek accents from greek letters.
|
D | Grek_Latn.txt | 22 $lower = [[:latin:][:greek:] & [:Ll:]]; 23 $glower = [[:greek:] & [:Ll:]]; 24 $upper = [[:latin:][:greek:] & [:Lu:]] ; 58 # CIRCUMFLEX: convert greek circumflex to normal one. Could use tilde or inverted breve
|
D | Grek_Latn_UNGEGN.txt | 16 $lower = [[:latin:][:greek:] & [:Ll:]] ; 17 $upper = [[:latin:][:greek:] & [:Lu:]] ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | el_Upper.txt | 11 # For uppercasing (not titlecasing!) remove all greek accents from greek letters.
|
D | Grek_Latn.txt | 22 $lower = [[:latin:][:greek:] & [:Ll:]]; 23 $glower = [[:greek:] & [:Ll:]]; 24 $upper = [[:latin:][:greek:] & [:Lu:]] ; 58 # CIRCUMFLEX: convert greek circumflex to normal one. Could use tilde or inverted breve
|
D | Grek_Latn_UNGEGN.txt | 16 $lower = [[:latin:][:greek:] & [:Ll:]] ; 17 $upper = [[:latin:][:greek:] & [:Lu:]] ;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | el_Upper.txt | 12 # For uppercasing (not titlecasing!) remove all greek accents from greek letters.
|
D | Grek_Latn.txt | 23 $lower = [[:latin:][:greek:] & [:Ll:]]; 24 $glower = [[:greek:] & [:Ll:]]; 25 $upper = [[:latin:][:greek:] & [:Lu:]] ; 59 # CIRCUMFLEX: convert greek circumflex to normal one. Could use tilde or inverted breve
|
D | Grek_Latn_UNGEGN.txt | 17 $lower = [[:latin:][:greek:] & [:Ll:]] ; 18 $upper = [[:latin:][:greek:] & [:Lu:]] ;
|
/third_party/boost/libs/regex/example/snippets/ |
D | icu_example.cpp | 162 U_NAMESPACE_QUALIFIER UnicodeString greek = extract_greek(text); in main() local 163 assert(greek == g); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/ |
D | root.txt | 308 "%greek-lower:", 311 "0: =%%greek-numeral-minuscules=\u00B4;", 312 "%%greek-numeral-minuscules:", 347 "%greek-upper:", 350 "0: =%%greek-numeral-majuscules=\u00B4;", 351 "%%greek-numeral-majuscules:",
|
/third_party/icu/icu4c/source/data/rbnf/ |
D | root.txt | 305 "%greek-lower:", 308 "0: =%%greek-numeral-minuscules=\u00B4;", 309 "%%greek-numeral-minuscules:", 344 "%greek-upper:", 347 "0: =%%greek-numeral-majuscules=\u00B4;", 348 "%%greek-numeral-majuscules:",
|
/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | root.txt | 306 "%greek-lower:", 309 "0: =%%greek-numeral-minuscules=\u00B4;", 310 "%%greek-numeral-minuscules:", 345 "%greek-upper:", 348 "0: =%%greek-numeral-majuscules=\u00B4;", 349 "%%greek-numeral-majuscules:",
|
/third_party/icu/icu4c/source/data/lang/ |
D | dyo.txt | 14 el{"greek"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | dyo.txt | 14 el{"greek"}
|
/third_party/boost/libs/sort/doc/ |
D | sort.idx | 23 greek
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | dyo.txt | 15 el{"greek"}
|
/third_party/skia/bench/ |
D | ShaperBench.cpp | 52 SHAPER_BENCH(greek)
|
/third_party/flutter/skia/bench/ |
D | ShaperBench.cpp | 52 SHAPER_BENCH(greek)
|
/third_party/icu/icu4c/source/data/misc/ |
D | numberingSystems.txt | 107 desc{"%greek-upper"} 112 desc{"%greek-lower"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | numberingSystems.txt | 102 desc{"%greek-upper"} 107 desc{"%greek-lower"}
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | numberingSystems.txt | 108 desc{"%greek-upper"} 113 desc{"%greek-lower"}
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | RbnfTest.java | 223 Locale greek = new Locale("el", "", ""); in TestUndefinedSpellout() local 225 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.SPELLOUT), in TestUndefinedSpellout() 226 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.ORDINAL), in TestUndefinedSpellout() 227 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.DURATION), in TestUndefinedSpellout()
|
/third_party/boost/boost/spirit/home/support/ |
D | char_class.hpp | 185 struct greek { BOOST_SPIRIT_IS_TAG() }; struct 430 BOOST_SPIRIT_UNICODE_CLASSIFY(greek) 674 BOOST_SPIRIT_UNICODE_CLASSIFY_WHAT(greek)
|
/third_party/flutter/skia/tests/ |
D | ShaperTest.cpp | 101 SHAPER_TEST(greek)
|
12