Searched defs:uint32_find (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dunichar.c227 static bool uint32_find(const uint32_t *data, unsigned int count, function
246 if (!uint32_find(titlecase32_keys, N_ELEMENTS(titlecase32_keys),
271 if (!uint32_find(uni32_decomp_keys,
307 if (!uint32_find(multidecomp_keys, N_ELEMENTS(multidecomp_keys),
/dovecot/src/lib-fts/
H A Dfts-tokenizer-generic.c135 static bool uint32_find(const uint32_t *data, unsigned int count, function
149 if (uint32_find(White_Space, N_ELEMENTS(White_Space), c, &idx))
151 if (uint32_find(Dash, N_ELEMENTS(Dash), c, &idx))
153 if (uint32_find(Quotation_Mark, N_ELEMENTS(Quotation_Mark), c, &idx))
155 if (uint32_find(Terminal_Punctuation, N_ELEMENTS(Terminal_Punctuation), c, &idx))
157 if (uint32_find(STerm, N_ELEMENTS(STerm), c, &idx))
159 if (uint32_find(Pattern_White_Space, N_ELEMENTS(Pattern_White_Space), c, &idx))
265 if (uint32_find(CR, N_ELEMENTS(CR), c, &idx))
267 if (uint32_find(LF, N_ELEMENTS(LF), c, &idx))
269 if (uint32_find(Newlin
[all...]

Completed in 903 milliseconds