Home
last modified time | relevance | path

Searched refs:rule4 (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Ddv_dv_Latn_BGN.txt26 $rule4 = [އށ] $sukun ; # see note 4
29 $rule4 ހ → hh ;
33 $rule4 ނ } $sign → nn ;
34 $rule4 ނ → nn\' ;
38 $rule4 ރ → rr ;
41 $rule4 ބ → bb ;
44 $rule4 ޅ → hlh ;
47 $rule4 ކ → kk ;
50 $rule4 ވ → vv ;
53 $rule4 މ → mm ;
[all …]
/third_party/icu/icu4c/source/data/translit/
Ddv_dv_Latn_BGN.txt27 $rule4 = [އށ] $sukun ; # see note 4
30 $rule4 ހ → hh ;
34 $rule4 ނ } $sign → nn ;
35 $rule4 ނ → nn\' ;
39 $rule4 ރ → rr ;
42 $rule4 ބ → bb ;
45 $rule4 ޅ → hlh ;
48 $rule4 ކ → kk ;
51 $rule4 ވ → vv ;
54 $rule4 މ → mm ;
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
Ddv_dv_Latn_BGN.txt27 $rule4 = [އށ] $sukun ; # see note 4
30 $rule4 ހ → hh ;
34 $rule4 ނ } $sign → nn ;
35 $rule4 ނ → nn\' ;
39 $rule4 ރ → rr ;
42 $rule4 ބ → bb ;
45 $rule4 ޅ → hlh ;
48 $rule4 ކ → kk ;
51 $rule4 ވ → vv ;
54 $rule4 މ → mm ;
[all …]
/third_party/boost/libs/date_time/test/local_time/
Dtestdst_transition_day_rule.cpp47 rule4(new nth_last_dst_rule(nth_last_dst_rule::start_rule(nkday::first,Sunday,Mar), in main() local
50 check("nth Last rule", rule4->start_day(2001) == date(2001, Mar, 4)); in main()
51 check("nth Last rule", rule4->end_day(2001) == date(2001, Oct, 28)); in main()
Dtestcustom_time_zone.cpp31 boost::shared_ptr<dst_calc_rule> rule4; // no daylight savings in main() local
48 time_zone_ptr tz4(new custom_time_zone(mst, hours(-7), of2, rule4)); in main()
Dtestwcustom_time_zone.cpp32 boost::shared_ptr<dst_calc_rule> rule4; // no daylight savings in main() local
49 wtime_zone_ptr tz4(new wcustom_time_zone(mst, hours(-7), of2, rule4)); in main()
/third_party/boost/libs/spirit/test/x3/
DJamfile106 run rule4.cpp ;
/third_party/boost/libs/spirit/test/qi/
DJamfile117 run rule4.cpp ;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java620 String rule4 = col4.getRules();
621 doAssert(rule2.equals(rule4), "Default collator getRules failed");
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java617 String rule4 = col4.getRules();
618 doAssert(rule2.equals(rule4), "Default collator getRules failed");
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c456 const UChar *rule1, *rule2, *rule3, *rule4; in TestRuleBasedColl() local
503 rule4= ucol_getRules(col4, &tempLength); in TestRuleBasedColl()
504 doAssert((u_strcmp(rule2, rule4) == 0), "Default collator getRules failed"); in TestRuleBasedColl()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp315 UnicodeString rule4 = col4->getRules(); in TestRuleBasedColl() local
316 doAssert(rule2 == rule4, "Default collator getRules failed"); in TestRuleBasedColl()