HomeSort by relevance Sort by last modified time
    Searched defs:ambiguous (Results 1 - 6 of 6) sorted by null

  /external/libvterm/src/
unicode.c 31 * terminal shall use. For characters in the East Asian Ambiguous (A)
234 * Ambiguous (A) category as defined in Unicode Technical Report #11
242 /* sorted list of non-overlapping intervals of East Asian Ambiguous
244 static const struct interval ambiguous[] = { local
300 if (bisearch(ucs, ambiguous,
301 sizeof(ambiguous) / sizeof(struct interval) - 1))
  /external/bison/lib/
argmatch.c 75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; \/* If true, multiple nonexact match(es). *\/ local
  /bootable/recovery/minadbd/
transport.c 601 int ambiguous = 0; local
626 ambiguous = 1;
635 ambiguous = 1;
644 ambiguous = 1;
673 } else if (state != CS_ANY && (serial || !ambiguous)) {
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 203 namespace ambiguous { namespace in namespace:explicit_specialization
215 int a = pi2<int,int>; // expected-error {{ambiguous partial specializations of 'pi2<int, int>'}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 760 milliseconds