HomeSort by relevance Sort by last modified time
    Searched refs:legal (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/icu/icu4c/source/i18n/
name2uni.h 79 UnicodeSet legal; member in class:NameUnicodeTransliterator
name2uni.cpp 64 UnicodeSet *legalPtr = &legal;
65 // Get the legal character set
86 Transliterator(o), legal(o.legal) {}
94 // not necessary: the legal sets should all be the same -- legal=o.legal;
160 // Look for legal chars. If \s+ is found, convert it
221 // Check if c is a legal char. We assume here that
222 // legal.contains(OPEN_DELIM) is FALSE, so when we abort
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 111 // Legal
114 class Legal {
116 Legal() {}
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal
976 Legal *legal = new Legal(); local
990 Legal *legal = new Legal(); local
999 Legal *legal = new Legal(); local
1014 Legal *legal = new LegalJamo(); local
1024 Legal *legal = new Legal(); local
1134 LegalGreek *legal = new LegalGreek(TRUE); local
1159 LegalGreek *legal = new LegalGreek(FALSE); local
1181 LegalGreek *legal = new LegalGreek(FALSE); local
1202 Legal *legal = new Legal(); local
1244 LegalHebrew* legal = new LegalHebrew(error); local
1257 Legal *legal = new Legal(); local
1356 Legal *legal = new LegalIndic(); local
1616 Legal *legal = new LegalIndic(); local
1617 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1629 Legal *legal = new LegalIndic(); local
    [all...]
  /external/mesa3d/src/mesa/main/
texenv.c 53 GLboolean legal; local
65 legal = GL_TRUE;
69 legal = GL_TRUE;
72 legal = ctx->Extensions.NV_texture_env_combine4;
75 legal = GL_FALSE;
78 if (legal) {
110 GLboolean legal; local
118 legal = GL_TRUE;
121 legal = ctx->Extensions.ARB_texture_env_combine;
125 legal = (ctx->API == API_OPENGL &
182 GLboolean alpha, legal; local
272 GLboolean alpha, legal; local
    [all...]
light.h 92 GLuint legal,
light.c 575 GLuint legal, const char *where )
619 if (bitmask & ~legal) {
728 GLuint legal = (MAT_BIT_FRONT_EMISSION | MAT_BIT_BACK_EMISSION | local
739 bitmask = _mesa_material_bitmask(ctx, face, mode, legal, "glColorMaterial");
    [all...]
  /external/llvm/test/MC/ARM/
dot-req.s 4 @ The line is duplicated on purpose, it is legal to redefine a req with
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NameUnicodeTransliterator.java 53 // Get the legal character set
54 UnicodeSet legal = new UnicodeSet(); local
55 UCharacterName.INSTANCE.getCharNameCharacters(legal);
85 // Look for legal chars. If \s+ is found, convert it
141 if (legal.contains(c)) {
  /external/libcxx/src/
strstream.cpp 234 bool legal = false; local
240 legal = true;
244 legal = true;
248 legal = false;
250 legal = false;
251 if (legal)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 234 bool legal = false; local
240 legal = true;
244 legal = true;
248 legal = false;
250 legal = false;
251 if (legal)
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 27 * Subclasses define exactly which characters are legal.
71 * in {@code legal}.
73 public static void validateSimple(String s, String legal)
80 || legal.indexOf(ch) > -1)) {
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 46 * Subclasses define exactly which characters are legal.
90 * in {@code legal}.
92 public static void validateSimple(String s, String legal)
99 || legal.indexOf(ch) > -1)) {
  /external/clang/test/Sema/
array-init.c 102 void legal() { function
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 20 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
  /external/v8/test/mjsunit/
debug-setexceptionbreak.js 80 // Test some legal setexceptionbreak requests with default.
89 // Test some legal setexceptionbreak requests with explicit enabled arg.
debug-clearbreakpoint.js 75 // Test some legal clearbreakpoint requests.
debug-changebreakpoint.js 75 // Test some legal clearbreakpoint requests.
debug-continue.js 79 // Test some legal continue requests.
debug-evaluate.js 77 // Test some legal evaluate requests.
debug-references.js 92 // Test some legal references requests.
debug-scripts-request.js 68 // Test legal scripts requests.
  /external/clang/lib/Lex/
MacroArgs.cpp 271 // If this is the charify operation and the result is not a legal character
281 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
287 Result = "' '"; // Use something arbitrary, but legal.
  /external/v8/src/
debug-debugger.js     [all...]
  /external/iptables/iptables/
ip6tables.c 126 /* Table of legal combinations of commands and options. If any of the
127 * given commands make an option legal, that option is legal (applies to
296 int i, j, legal = 0; local
299 * fact that if an option is legal with *any* command given, it is
300 * legal overall (ie. -z and -l).
303 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
317 legal = 1;
318 else if (legal == 0
    [all...]
iptables.c 125 /* Table of legal combinations of commands and options. If any of the
126 * given commands make an option legal, that option is legal (applies to
290 int i, j, legal = 0; local
293 * fact that if an option is legal with *any* command given, it is
294 * legal overall (ie. -z and -l).
297 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
311 legal = 1;
312 else if (legal == 0
    [all...]

Completed in 626 milliseconds

1 2 3