| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/ibm/ |
| H A D | xlocale.h | 26 int isalnum_l(int c, locale_t locale) in isalnum_l() argument 28 return __xisalnum(locale, c); in isalnum_l() 31 int isalpha_l(int c, locale_t locale) in isalpha_l() argument 33 return __xisalpha(locale, c); in isalpha_l() 36 int isblank_l(int c, locale_t locale) in isblank_l() argument 38 return __xisblank(locale, c); in isblank_l() 41 int iscntrl_l(int c, locale_t locale) in iscntrl_l() argument 43 return __xiscntrl(locale, c); in iscntrl_l() 46 int isdigit_l(int c, locale_t locale) in isdigit_l() argument 48 return __xisdigit(locale, c); in isdigit_l() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/ibm/ |
| H A D | xlocale.h | 26 int isalnum_l(int c, locale_t locale) in isalnum_l() argument 28 return __xisalnum(locale, c); in isalnum_l() 31 int isalpha_l(int c, locale_t locale) in isalpha_l() argument 33 return __xisalpha(locale, c); in isalpha_l() 36 int isblank_l(int c, locale_t locale) in isblank_l() argument 38 return __xisblank(locale, c); in isblank_l() 41 int iscntrl_l(int c, locale_t locale) in iscntrl_l() argument 43 return __xiscntrl(locale, c); in iscntrl_l() 46 int isdigit_l(int c, locale_t locale) in isdigit_l() argument 48 return __xisdigit(locale, c); in isdigit_l() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | locale_classes.h | 62 class locale in _GLIBCXX_VISIBILITY() 79 has_facet(const locale&) throw(); in _GLIBCXX_VISIBILITY() 83 use_facet(const locale&); in _GLIBCXX_VISIBILITY() 117 locale() throw(); in _GLIBCXX_VISIBILITY() 126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY() 137 locale(const char* __s); in _GLIBCXX_VISIBILITY() 151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY() 163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY() 177 locale(const locale& __base, const std::string& __s, category __cat) in _GLIBCXX_VISIBILITY() 178 : locale(__base, __s.c_str(), __cat) { } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | localefwd.h | 55 class locale; in _GLIBCXX_VISIBILITY() local 59 has_facet(const locale&) throw(); in _GLIBCXX_VISIBILITY() 63 use_facet(const locale&); in _GLIBCXX_VISIBILITY() 68 isspace(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 72 isprint(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 76 iscntrl(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 80 isupper(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 84 islower(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 88 isalpha(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 92 isdigit(_CharT, const locale&); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_classes.tcc | 44 locale:: 45 locale(const locale& __other, _Facet* __f) in locale() function in std::locale 61 locale 62 locale:: 63 combine(const locale& __other) const in combine() 75 return locale(__tmp); in combine() 80 locale:: 104 has_facet(const locale& __loc) throw() in has_facet() 107 const locale::facet** __facets = __loc._M_impl->_M_facets; in has_facet() 132 use_facet(const locale& __loc) in use_facet() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | locale_classes.h | 62 class locale in _GLIBCXX_VISIBILITY() 79 has_facet(const locale&) throw(); in _GLIBCXX_VISIBILITY() 83 use_facet(const locale&); in _GLIBCXX_VISIBILITY() 117 locale() throw(); in _GLIBCXX_VISIBILITY() 126 locale(const locale& __other) throw(); in _GLIBCXX_VISIBILITY() 137 locale(const char* __s); in _GLIBCXX_VISIBILITY() 151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY() 163 locale(const std::string& __s) : locale(__s.c_str()) { } in _GLIBCXX_VISIBILITY() 177 locale(const locale& __base, const std::string& __s, category __cat) in _GLIBCXX_VISIBILITY() 178 : locale(__base, __s.c_str(), __cat) { } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | localefwd.h | 55 class locale; in _GLIBCXX_VISIBILITY() local 59 has_facet(const locale&) throw(); in _GLIBCXX_VISIBILITY() 63 use_facet(const locale&); in _GLIBCXX_VISIBILITY() 68 isspace(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 72 isprint(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 76 iscntrl(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 80 isupper(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 84 islower(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 88 isalpha(_CharT, const locale&); in _GLIBCXX_VISIBILITY() 92 isdigit(_CharT, const locale&); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_classes.tcc | 44 locale:: 45 locale(const locale& __other, _Facet* __f) in locale() function in std::locale 61 locale 62 locale:: 63 combine(const locale& __other) const in combine() 75 return locale(__tmp); in combine() 80 locale:: 104 has_facet(const locale& __loc) throw() in has_facet() 107 const locale::facet** __facets = __loc._M_impl->_M_facets; in has_facet() 132 use_facet(const locale& __loc) in use_facet() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch | 6 The glibc locale path is hard-coded to the install prefix, but in SDKs we need 15 locale/findlocale.c | 4 ++-- 16 locale/loadarchive.c | 2 +- 17 locale/localeinfo.h | 2 +- 18 locale/programs/locale.c | 7 ++++--- 21 diff --git a/locale/findlocale.c b/locale/findlocale.c 23 --- a/locale/findlocale.c 24 +++ b/locale/findlocale.c 43 diff --git a/locale/loadarchive.c b/locale/loadarchive.c 45 --- a/locale/loadarchive.c [all …]
|
| H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 4 Subject: [PATCH] eglibc: Forward port cross locale generation support 10 locale/Makefile | 3 +- 11 locale/catnames.c | 46 +++++++++++++++++++++++++++ 12 locale/localeinfo.h | 2 +- 13 locale/programs/charmap-dir.c | 6 ++++ 14 locale/programs/ld-collate.c | 17 +++++----- 15 locale/programs/ld-ctype.c | 27 ++++++++-------- 16 locale/programs/ld-time.c | 31 ++++++++++++------ 17 locale/programs/linereader.c | 2 +- 18 locale/programs/localedef.c | 8 +++++ [all …]
|
| H A D | 0016-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch | 4 Subject: [PATCH] locale: prevent maybe-uninitialized errors with -Os [BZ 10 | ../locale/weight.h:31:26: error: 'seq2.back_us' may be used uninitialized in this function [-Werr… 17 | ../locale/weight.h:31:26: error: 'seq1.back_us' may be used uninitialized in this function [-Werr… 25 * locale/weight.h: Fix build with -Os. 32 locale/weight.h | 7 +++++++ 35 diff --git a/locale/weight.h b/locale/weight.h 37 --- a/locale/weight.h 38 +++ b/locale/weight.h 46 + as described in comments in locale/weightwc.h. */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | classification.hpp | 44 is_classified(std::ctype_base::mask Type, const std::locale& Loc=std::locale()) in is_classified() 57 is_space(const std::locale& Loc=std::locale()) in is_space() 70 is_alnum(const std::locale& Loc=std::locale()) in is_alnum() 83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() 96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() 109 is_digit(const std::locale& Loc=std::locale()) in is_digit() 122 is_graph(const std::locale& Loc=std::locale()) in is_graph() 135 is_lower(const std::locale& Loc=std::locale()) in is_lower() 148 is_print(const std::locale& Loc=std::locale()) in is_print() 161 is_punct(const std::locale& Loc=std::locale()) in is_punct() [all …]
|
| H A D | case_conv.hpp | 58 const std::locale& Loc=std::locale()) in to_lower_copy() 74 const std::locale& Loc=std::locale()) in to_lower_copy() 93 const std::locale& Loc=std::locale()) in to_lower() 123 const std::locale& Loc=std::locale()) in to_upper_copy() 139 const std::locale& Loc=std::locale()) in to_upper_copy() 158 const std::locale& Loc=std::locale()) in to_upper()
|
| H A D | erase.hpp | 194 const std::locale& Loc=std::locale() ) in ierase_first_copy() 211 const std::locale& Loc=std::locale() ) in ierase_first_copy() 232 const std::locale& Loc=std::locale() ) in ierase_first() 332 const std::locale& Loc=std::locale() ) in ierase_last_copy() 349 const std::locale& Loc=std::locale() ) in ierase_last_copy() 370 const std::locale& Loc=std::locale() ) in ierase_last() 481 const std::locale& Loc=std::locale() ) in ierase_nth_copy() 499 const std::locale& Loc=std::locale() ) in ierase_nth_copy() 523 const std::locale& Loc=std::locale() ) in ierase_nth() 625 const std::locale& Loc=std::locale() ) in ierase_all_copy() [all …]
|
| H A D | compare.hpp | 58 is_iequal( const std::locale& Loc=std::locale() ) : in is_iequal() 76 std::locale m_Loc; 111 is_iless( const std::locale& Loc=std::locale() ) : in is_iless() 129 std::locale m_Loc; 164 is_not_igreater( const std::locale& Loc=std::locale() ) : in is_not_igreater() 182 std::locale m_Loc;
|
| H A D | replace.hpp | 215 const std::locale& Loc=std::locale() ) in ireplace_first_copy() 233 const std::locale& Loc=std::locale() ) in ireplace_first_copy() 257 const std::locale& Loc=std::locale() ) in ireplace_first() 368 const std::locale& Loc=std::locale() ) in ireplace_last_copy() 386 const std::locale& Loc=std::locale() ) in ireplace_last_copy() 410 const std::locale& Loc=std::locale() ) in ireplace_last() 531 const std::locale& Loc=std::locale() ) in ireplace_nth_copy() 550 const std::locale& Loc=std::locale() ) in ireplace_nth_copy() 577 const std::locale& Loc=std::locale() ) in ireplace_nth() 688 const std::locale& Loc=std::locale() ) in ireplace_all_copy() [all …]
|
| H A D | trim.hpp | 106 … inline SequenceT trim_left_copy(const SequenceT& Input, const std::locale& Loc=std::locale()) in trim_left_copy() 143 inline void trim_left(SequenceT& Input, const std::locale& Loc=std::locale()) in trim_left() 215 … inline SequenceT trim_right_copy(const SequenceT& Input, const std::locale& Loc=std::locale()) in trim_right_copy() 255 inline void trim_right(SequenceT& Input, const std::locale& Loc=std::locale()) in trim_right() 340 inline SequenceT trim_copy( const SequenceT& Input, const std::locale& Loc=std::locale() ) in trim_copy() 373 inline void trim(SequenceT& Input, const std::locale& Loc=std::locale()) in trim()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | collator_expression.cpp | 16 , locale(std::move(locale_)) in CollatorExpression() 56 ParseResult locale; in parse() local 58 locale = ctx.parse(*localeOption, 1, {type::String}); in parse() 59 if (!locale) { in parse() 64 …CollatorExpression>(std::move(*caseSensitive), std::move(*diacriticSensitive), std::move(locale))); in parse() 70 if (locale) { in eachChild() 71 fn(**locale); in eachChild() 78 if ((locale && (!rhs->locale || **locale != **(rhs->locale))) || in operator ==() 79 (!locale && rhs->locale)) { in operator ==() 92 if (locale) { in serialize() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qnavigationmanagerengine.cpp | 47 QLocale locale; member in QNavigationManagerEnginePrivate 55 QLocale locale; member in QAbstractNavigatorPrivate 69 void QAbstractNavigator::setLocale(const QLocale &locale) in setLocale() argument 71 d->locale = locale; in setLocale() 74 QLocale QAbstractNavigator::locale() const in locale() function in QAbstractNavigator 76 return d->locale; in locale() 185 void QNavigationManagerEngine::setLocale(const QLocale &locale) in setLocale() argument 187 d->locale = locale; in setLocale() 190 QLocale QNavigationManagerEngine::locale() const in locale() function in QNavigationManagerEngine 192 return d->locale; in locale()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | libc-package.bbclass | 6 # "compile" - Use QEMU to generate the binary locale files 7 # "precompiled" - The binary locale files are pregenerated and already present 8 # "ondevice" - The device will build the locale files upon first boot through the postinst 42 # try to fix disable charsets/locales/locale-code compile fail 48 mkdir ${libdir}/locale 60 treedir=${WORKDIR}/locale-tree 81 treedir=${WORKDIR}/locale-tree 88 cross-localedef-hardlink -c -v ${WORKDIR}/locale-tree 181 description='locale definition for %s', hook=calc_locale_deps, extra_depends='') 193 locale, charset = line.rstrip().split() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __locale | 21 #include <locale.h> 93 class _LIBCPP_TYPE_VIS locale; 98 has_facet(const locale&) _NOEXCEPT; 103 use_facet(const locale&); 105 class _LIBCPP_TYPE_VIS locale 125 locale() _NOEXCEPT; 126 locale(const locale&) _NOEXCEPT; 127 explicit locale(const char*); 128 explicit locale(const string&); 129 locale(const locale&, const char*, category); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __locale | 21 #include <locale.h> 93 class _LIBCPP_TYPE_VIS locale; 98 has_facet(const locale&) _NOEXCEPT; 103 use_facet(const locale&); 105 class _LIBCPP_TYPE_VIS locale 125 locale() _NOEXCEPT; 126 locale(const locale&) _NOEXCEPT; 127 explicit locale(const char*); 128 explicit locale(const string&); 129 locale(const locale&, const char*, category); [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-trim-schemas | 44 for locale in children(schema, "locale"): 46 a = locale.attrib.get("name") 49 e = child(locale, "default") 51 schema.remove(locale) 53 e = child(locale, "short") 55 locale.remove(e) 56 e = child(locale, "long") 58 locale.remove(e)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib.inc | 158 ${PN}-locale-ja \ 159 ${PN}-locale-fr \ 160 ${PN}-locale-el \ 161 ${PN}-locale-hr \ 162 ${PN}-locale-lt \ 163 ${PN}-locale-pl \ 164 ${PN}-locale-ru \ 165 ${PN}-locale-th \ 184 locale-base-tr-tr \ 185 locale-base-lt-lt \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/localedef/ |
| H A D | 0001-HACK-only-build-and-install-localedef.patch | 12 locale/Makefile | 6 +++--- 40 diff --git a/locale/Makefile b/locale/Makefile 42 --- a/locale/Makefile 43 +++ b/locale/Makefile 47 xlocale localename global-locale coll-lookup 48 -others = localedef locale 50 #others-static = localedef locale 51 -install-bin = localedef locale 54 $(locale-modules:=.o) $(lib-modules:=.o)
|