HomeSort by relevance Sort by last modified time
    Searched refs:check_char (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Driver/
le32-unknown-nacl.cpp 88 // CHECK: signext i8 @check_char()
89 char check_char() { return 0; } function
  /external/webkit/Tools/android/flex-2.5.4a/
ccl.c 41 check_char( ch );
nfa.c 650 check_char( sym );
flexdef.h 825 extern void check_char PROTO((int c));
    [all...]
misc.c 160 /* check_char - checks a character to make sure it's within the range
165 void check_char( c ) function
169 lerrsf( _( "bad character '%s' detected in check_char()" ),
  /frameworks/base/core/jni/
android_text_format_Time.cpp 384 static bool check_char(JNIEnv* env, const ScopedStringChars& s, int spos, jchar expected) function in namespace:android
435 if (!check_char(env, s, 8, 'T')) return false;
458 if (!check_char(env, s, 15, 'Z')) return false;
502 if (!check_char(env, s, 4, '-')) return false;
512 if (!check_char(env, s, 7, '-')) return false;
522 if (!check_char(env, s, 10, 'T')) return false;
533 if (!check_char(env, s, 13, ':')) return false;
543 if (!check_char(env, s, 16, ':')) return false;
602 if (!check_char(env, s, tz_index + 3, ':')) return false;
  /external/clang/test/Sema/
format-strings.c 430 void check_char(unsigned char x, signed char y) { function

Completed in 91 milliseconds