OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_table4
(Results
1 - 6
of
6
) sorted by null
/external/pcre/dist/
pcre_valid_utf8.c
137
ab = PRIV(
utf8_table4
)[c & 0x3f]; /* Number of additional bytes */
pcregrep.c
415
const char
utf8_table4
[] = {
variable
[
all
...]
pcre_printint.c
144
int a = PRIV(
utf8_table4
)[c & 0x3f]; /* Number of additional bytes */
pcre_internal.h
703
#define GET_EXTRALEN(c) (PRIV(
utf8_table4
)[(c) & 0x3f])
[
all
...]
pcre_tables.c
95
const pcre_uint8 PRIV(
utf8_table4
)[] = {
pcre_jit_compile.c
[
all
...]
Completed in 88 milliseconds