OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__maxlen
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_conv.h
67
const auto
__maxlen
= __cvt.max_length() + 1;
local
72
__outstr.resize(__outstr.size() + (__last - __next) *
__maxlen
);
80
&& ptrdiff_t(__outstr.size() - __outchars) <
__maxlen
);
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_conv.h
67
const auto
__maxlen
= __cvt.max_length() + 1;
local
72
__outstr.resize(__outstr.size() + (__last - __next) *
__maxlen
);
80
&& ptrdiff_t(__outstr.size() - __outchars) <
__maxlen
);
Completed in 58 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026