OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:width_per_escaped_byte
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
1051
static const int
width_per_escaped_byte
= 4;
member in namespace:__anon13576
1063
if (ch <= 0x7F) return 1 *
width_per_escaped_byte
;
1064
if (ch <= 0x7FF) return 2 *
width_per_escaped_byte
;
1065
if (ch <= 0xFFFF) return 3 *
width_per_escaped_byte
;
1066
return 4 *
width_per_escaped_byte
;
1164
result.m_undecoded_byte_width =
width_per_escaped_byte
;
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
1041
static const int
width_per_escaped_byte
= 4;
member in namespace:__anon16012
1053
if (ch <= 0x7F) return 1 *
width_per_escaped_byte
;
1054
if (ch <= 0x7FF) return 2 *
width_per_escaped_byte
;
1055
if (ch <= 0xFFFF) return 3 *
width_per_escaped_byte
;
1056
return 4 *
width_per_escaped_byte
;
1154
result.m_undecoded_byte_width =
width_per_escaped_byte
;
Completed in 41 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026