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

  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 443 void gen_next_compressed_state( char_map )
444 char *char_map;
446 indent_put2s( "register YY_CHAR yy_c = %s;", char_map );
494 char *char_map = useecs ? local
506 char_map );
535 indent_put2s( "for ( yy_c = %s;", char_map );
601 char char_map[256]; local
606 (void) sprintf( char_map,
610 (void) sprintf( char_map,
615 strcpy( char_map, useecs
    [all...]
  /external/sqlite/android/
PhonebookIndex.cpp 91 static UChar map_character(UChar c, UChar * char_map, int32_t length) {
95 UChar cm = char_map[m];
97 return char_map[m + 1];

Completed in 22 milliseconds