Searched refs:match_char (Results 1 – 3 of 3) sorted by relevance
450 xdg_unichar_t match_char; in cache_glob_node_lookup_suffix() local469 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()
452 xdg_unichar_t match_char; in cache_glob_node_lookup_suffix() local471 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()
252 uc16 match_char = str[i]; in CheckCharacters() local253 int match_high_byte = (match_char >> 8); in CheckCharacters()261 __ add(r3, r2, Operand(match_char & 0xff)); in CheckCharacters()