Home
last modified time | relevance | path

Searched refs:match_char (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/xdgmime/
Dxdgmimecache.c450 xdg_unichar_t match_char; in cache_glob_node_lookup_suffix() local
469 match_char = GET_UINT32 (cache->buffer, offset + 12 * mid); in cache_glob_node_lookup_suffix()
470 if (match_char < character) in cache_glob_node_lookup_suffix()
472 else if (match_char > character) in cache_glob_node_lookup_suffix()
495 match_char = GET_UINT32 (cache->buffer, child_offset + 12 * i); in cache_glob_node_lookup_suffix()
496 if (match_char != 0) in cache_glob_node_lookup_suffix()
/external/chromium/base/third_party/xdg_mime/
Dxdgmimecache.c452 xdg_unichar_t match_char; in cache_glob_node_lookup_suffix() local
471 match_char = GET_UINT32 (cache->buffer, offset + 12 * mid); in cache_glob_node_lookup_suffix()
472 if (match_char < character) in cache_glob_node_lookup_suffix()
474 else if (match_char > character) in cache_glob_node_lookup_suffix()
497 match_char = GET_UINT32 (cache->buffer, child_offset + 12 * i); in cache_glob_node_lookup_suffix()
498 if (match_char != 0) in cache_glob_node_lookup_suffix()
/external/v8/src/arm/
Dregexp-macro-assembler-arm.cc252 uc16 match_char = str[i]; in CheckCharacters() local
253 int match_high_byte = (match_char >> 8); in CheckCharacters()
261 __ add(r3, r2, Operand(match_char & 0xff)); in CheckCharacters()