OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DefaultRuneLocale
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/locale/
global_locale.c
164
__UNCONST(&
_DefaultRuneLocale
),
192
__UNCONST(&
_DefaultRuneLocale
),
runetype_local.h
139
extern __dso_hidden const _RuneLocale
_DefaultRuneLocale
;
runetable.c
54
__dso_hidden const _RuneLocale
_DefaultRuneLocale
= {
324
__UNCONST(&
_DefaultRuneLocale
.rl_maplower[0]),
325
__UNCONST(&
_DefaultRuneLocale
.rl_maplower_ext)
328
__UNCONST(&
_DefaultRuneLocale
.rl_mapupper[0]),
329
__UNCONST(&
_DefaultRuneLocale
.rl_mapupper_ext)
rune.c
126
memcpy(&rl->rl_wctype, &
_DefaultRuneLocale
.rl_wctype,
/src/external/apache2/llvm/dist/libcxx/src/
locale.cpp
841
return isascii(c) ?
_DefaultRuneLocale
.__mapupper[c] : c;
855
*low = isascii(*low) ?
_DefaultRuneLocale
.__mapupper[*low] : *low;
870
return isascii(c) ?
_DefaultRuneLocale
.__maplower[c] : c;
884
*low = isascii(*low) ?
_DefaultRuneLocale
.__maplower[*low] : *low;
952
static_cast<char>(
_DefaultRuneLocale
.__mapupper[static_cast<ptrdiff_t>(c)]) : c;
969
static_cast<char>(
_DefaultRuneLocale
.__mapupper[static_cast<ptrdiff_t>(*low)]) : *low;
986
static_cast<char>(
_DefaultRuneLocale
.__maplower[static_cast<ptrdiff_t>(c)]) : c;
1002
*low = isascii(*low) ? static_cast<char>(
_DefaultRuneLocale
.__maplower[static_cast<ptrdiff_t>(*low)]) : *low;
1137
return
_DefaultRuneLocale
.__runetype;
Completed in 18 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026