Searched defs:legal (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Dname2uni.h79 UnicodeSet legal; member in class:NameUnicodeTransliterator
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java6 // additional legal rights not granted by this license.
928 private static String legal = field in class:Parser
938 if (legal.indexOf(ch) != -1) { // legal but not whitespace
/external/icu4c/test/intltest/
H A Dtransrt.cpp185 // A special case which is legal but should be
972 Legal *legal = new Legal(); local
980 this, quick, legal);
981 delete legal;
986 Legal *legal = new Legal(); local
989 HIRAGANA_ITERATION, this, quick, legal);
990 delete legal;
995 Legal *legal = new Legal(); local
1004 this, quick, legal);
1005 delete legal;
1010 Legal *legal = new LegalJamo(); local
1020 Legal *legal = new Legal(); local
1150 LegalGreek *legal = new LegalGreek(TRUE); local
1185 LegalGreek *legal = new LegalGreek(FALSE); local
1217 LegalGreek *legal = new LegalGreek(FALSE); local
1238 Legal *legal = new Legal(); local
1287 LegalHebrew* legal = new LegalHebrew(error); local
1300 Legal *legal = new Legal(); local
1399 Legal *legal = new LegalIndic(); local
1666 Legal *legal = new LegalIndic(); local
1667 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1689 Legal *legal = new LegalIndic(); local
[all...]
/external/iptables/
H A Dip6tables.c149 /* Table of legal combinations of commands and options. If any of the
150 * given commands make an option legal, that option is legal (applies to
408 int i, j, legal = 0; local
411 * fact that if an option is legal with *any* command given, it is
412 * legal overall (ie. -z and -l).
415 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
429 legal = 1;
430 else if (legal
[all...]
H A Diptables.c151 /* Table of legal combinations of commands and options. If any of the
152 * given commands make an option legal, that option is legal (applies to
499 int i, j, legal = 0; local
502 * fact that if an option is legal with *any* command given, it is
503 * legal overall (ie. -z and -l).
506 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
520 legal = 1;
521 else if (legal
[all...]

Completed in 24 milliseconds