Home
last modified time | relevance | path

Searched refs:rules (Results 326 - 350 of 778) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/skia/third_party/externals/icu/source/samples/citer/
H A DMakefile24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/csdet/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/datecal/
H A DMakefile20 #### rules
26 # the actual rules (this is a simple sample)
27 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/datefmt/
H A DMakefile22 # the actual rules (this is a simple sample)
23 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/props/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/translit/
H A DMakefile20 #### rules
24 # the actual rules (this is a simple sample)
25 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
H A DMakefile22 # the actual rules (this is a simple sample)
23 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A DMakefile22 #### rules
26 # the actual rules (this is a simple sample)
27 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/ustring/
H A DMakefile22 # the actual rules (this is a simple sample)
23 include ../rules.mk
/third_party/skia/experimental/tskit/
H A D.eslintrc.js20 rules: {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A DMakefile8 include ../lib.rules
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A DMakefile9 include ../lib.rules
/kernel/linux/linux-5.10/fs/hostfs/
H A DMakefile11 include arch/um/scripts/Makefile.rules
/third_party/icu/icu4c/source/samples/ucnv/
H A DMakefile25 # the actual rules (this is a simple sample)
26 include ../rules.mk
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A DMakefile25 # the actual rules (this is a simple sample)
26 include ../rules.mk
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dlib.mk17 # The following are built by lib.mk common compile rules.
36 # Invoke headers install with --no-builtin-rules to avoid circular
38 # make inherits builtin-rules which will use the rule generate
43 # invokes them as sub-makes and --no-builtin-rules is not necessary,
55 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
57 $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$OUTPUT/usr \
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.h32 // intltest rbbi/RBBIMonkeyTest@loop=-1,rules=word.txt
35 // rules=name Test against the named reference rule file.
41 // expansions Debug option, show expansions of rules and sets.
52 * Test the RuleBasedBreakIterator class giving different rules
78 // class CharClass Represents a single character class from the source break rules.
85 UnicodeString fOriginalDef; // set definition as it appeared in user supplied rules.
93 // class BreakRule represents a single rule from a set of break rules.
109 // class BreakRules represents a complete set of break rules, possibly tailored,
110 // compiled from testdata break rules.
117 void compileRules(UCHARBUF *rules, UErrorCod
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbistbl.cpp43 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &status) in RBBISymbolTable() argument
44 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()
137 // from the rules based transliterator implementation.
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DCollationMapper.java42 // but it's not clear if in future it could also contain any collation rules.
112 RbValue rules = RbValue.of( in collectRule()
116 icuData.replace(rbPath, rules); in collectRule()
148 // the precise semantics of the quoting rules are not particularly clear, so this method
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DErrorTest.java151 errln("FAIL: The rules is malformed but error was not reported."); in TestTransliteratorErrors()
207 String rules = "ab>y"; in TestRBTErrors()
215 Transliterator.createFromRules(id, rules, Transliterator.REVERSE); in TestRBTErrors()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DErrorTest.java148 errln("FAIL: The rules is malformed but error was not reported."); in TestTransliteratorErrors()
204 String rules = "ab>y"; in TestRBTErrors()
212 Transliterator.createFromRules(id, rules, Transliterator.REVERSE); in TestRBTErrors()

Completed in 10 milliseconds

1...<<11121314151617181920>>...32