Searched refs:is_all_caps (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | static_dict.c | 276 /* Set is_all_caps=0 for BROTLI_TRANSFORM_UPPERCASE_FIRST and in BrotliFindAllStaticDictionaryMatches() 277 is_all_caps=1 otherwise (BROTLI_TRANSFORM_UPPERCASE_ALL) in BrotliFindAllStaticDictionaryMatches() 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 in BrotliFindAllStaticDictionaryMatches() 379 const BROTLI_BOOL is_all_caps = BrotliFindAllStaticDictionaryMatches() local [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | static_dict.c | 276 /* Set is_all_caps=0 for BROTLI_TRANSFORM_UPPERCASE_FIRST and in BrotliFindAllStaticDictionaryMatches() 277 is_all_caps=1 otherwise (BROTLI_TRANSFORM_UPPERCASE_ALL) in BrotliFindAllStaticDictionaryMatches() 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 in BrotliFindAllStaticDictionaryMatches() 379 const BROTLI_BOOL is_all_caps = BrotliFindAllStaticDictionaryMatches() local [all...] |
Completed in 2 milliseconds