Searched refs:is_all_caps (Results 1 – 1 of 1) sorted by relevance
/external/brotli/c/enc/ |
D | static_dict.c | 279 const BROTLI_BOOL is_all_caps = in BrotliFindAllStaticDictionaryMatches() local 286 AddMatch(id + (is_all_caps ? 44 : 9) * n, l, l, matches); in BrotliFindAllStaticDictionaryMatches() 294 AddMatch(id + (is_all_caps ? 68 : 4) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches() 296 AddMatch(id + (is_all_caps ? 87 : 66) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches() 298 AddMatch(id + (is_all_caps ? 97 : 69) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches() 301 AddMatch(id + (is_all_caps ? 101 : 79) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches() 303 AddMatch(id + (is_all_caps ? 114 : 88) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches() 306 AddMatch(id + (is_all_caps ? 112 : 99) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches() 308 AddMatch(id + (is_all_caps ? 107 : 58) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches() 311 AddMatch(id + (is_all_caps ? 94 : 74) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches() [all …]
|