HomeSort by relevance Sort by last modified time
    Searched refs:locale (Results 101 - 125 of 2351) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
48 // 22.1.1 Locale
49 class locale;
53 has_facet(const locale&) throw();
57 use_facet(const locale&);
62 isspace(_CharT, const locale&);
66 isprint(_CharT, const locale&);
70 iscntrl(_CharT, const locale&);
74 isupper(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
48 // 22.1.1 Locale
49 class locale;
53 has_facet(const locale&) throw();
57 use_facet(const locale&);
62 isspace(_CharT, const locale&);
66 isprint(_CharT, const locale&);
70 iscntrl(_CharT, const locale&);
74 isupper(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
48 // 22.1.1 Locale
49 class locale;
53 has_facet(const locale&) throw();
57 use_facet(const locale&);
62 isspace(_CharT, const locale&);
66 isprint(_CharT, const locale&);
70 iscntrl(_CharT, const locale&);
74 isupper(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
56 // 22.1.1 Locale
57 class locale;
61 has_facet(const locale&) throw();
65 use_facet(const locale&);
70 isspace(_CharT, const locale&);
74 isprint(_CharT, const locale&);
78 iscntrl(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
56 // 22.1.1 Locale
57 class locale;
61 has_facet(const locale&) throw();
65 use_facet(const locale&);
70 isspace(_CharT, const locale&);
74 isprint(_CharT, const locale&);
78 iscntrl(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
56 // 22.1.1 Locale
57 class locale;
61 has_facet(const locale&) throw();
65 use_facet(const locale&);
70 isspace(_CharT, const locale&);
74 isprint(_CharT, const locale&);
78 iscntrl(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
42 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
56 // 22.1.1 Locale
57 class locale;
61 has_facet(const locale&) throw();
65 use_facet(const locale&);
70 isspace(_CharT, const locale&);
74 isprint(_CharT, const locale&);
78 iscntrl(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
localefwd.h 0 // <locale> Forward declarations -*- C++ -*-
27 * Do not attempt to use it directly. @headername{locale}
40 #include <bits/c++locale.h> // Defines __c_locale, config-specific include
54 // 22.1.1 Locale
55 class locale;
59 has_facet(const locale&) throw();
63 use_facet(const locale&);
68 isspace(_CharT, const locale&);
72 isprint(_CharT, const locale&);
76 iscntrl(_CharT, const locale&)
    [all...]
  /external/stlport/src/
locale.cpp 21 #include <locale>
35 locale* _Stl_get_classic_locale();
36 locale* _Stl_get_global_locale();
40 # define locale _STLP_NO_MEM_T_NAME(loc) macro
43 locale::facet::~facet() {}
47 bool locale::operator()(const string& __x,
52 bool locale::operator()(const wstring& __x,
58 void _STLP_CALL locale::_M_throw_on_null_name()
59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
61 void _STLP_CALL locale::_M_throw_on_combine_error(const string& name)
133 locale::locale( _Locale_impl* impl ) : function in class:locale
138 locale::locale(const char* name) function in class:locale
247 locale::locale(const locale& L, const char* name, locale::category c) function in class:locale
296 locale::locale(const locale& L1, const locale& L2, category c) function in class:locale
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 21 #include <locale>
35 locale* _Stl_get_classic_locale();
36 locale* _Stl_get_global_locale();
40 # define locale _STLP_NO_MEM_T_NAME(loc) macro
43 locale::facet::~facet() {}
47 bool locale::operator()(const string& __x,
52 bool locale::operator()(const wstring& __x,
58 void _STLP_CALL locale::_M_throw_on_null_name()
59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
61 void _STLP_CALL locale::_M_throw_on_combine_error(const string& name)
133 locale::locale( _Locale_impl* impl ) : function in class:locale
138 locale::locale(const char* name) function in class:locale
247 locale::locale(const locale& L, const char* name, locale::category c) function in class:locale
296 locale::locale(const locale& L1, const locale& L2, category c) function in class:locale
    [all...]
  /external/chromium/build/
apply_locales.py 30 for locale in locales:
31 # For Cocoa to find the locale at runtime, it needs to use '_' instead
35 if locale == 'en-US':
36 locale = 'en'
37 locale = locale.replace('-', '_')
38 results.append(str_template.replace('ZZLOCALE', locale))
  /external/chromium_org/build/
apply_locales.py 30 for locale in locales:
31 # For Cocoa to find the locale at runtime, it needs to use '_' instead
35 if locale == 'en-US':
36 locale = 'en'
37 locale = locale.replace('-', '_')
38 results.append(str_template.replace('ZZLOCALE', locale))
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java 21 import java.util.Locale;
28 private static native long setDicTraverseSessionNative(String locale, long dictSize);
35 public DicTraverseSession(Locale locale, long dictionary, long dictSize) {
37 locale != null ? locale.toString() : "", dictSize);
54 private final long createNativeDicTraverseSession(String locale, long dictSize) {
55 return setDicTraverseSessionNative(locale, dictSize);
  /external/chromium_org/third_party/WebKit/Source/platform/
SSLKeyGenerator.cpp 41 void getSupportedKeySizes(Locale& locale, Vector<String>& sizes)
44 sizes[0] = locale.queryString(blink::WebLocalizedString::KeygenMenuHighGradeKeySize);
45 sizes[1] = locale.queryString(blink::WebLocalizedString::KeygenMenuMediumGradeKeySize);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
narrow_1.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
tolower_1.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
toupper_1.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
widen_1.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
decimal_point.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
thousands_sep.pass.cpp 10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
  /external/bison/lib/
localcharset.c 1 /* Determine a canonical name for the current locale's character encoding.
52 # include <locale.h>
347 /* Determine the current locale's character encoding, and canonicalize it
371 returns "US-ASCII". Return the suffix of the locale name from the
375 const char *locale; local
378 locale = getenv ("LC_ALL");
379 if (locale == NULL || locale[0] == '\0')
381 locale = getenv ("LC_CTYPE");
382 if (locale == NULL || locale[0] == '\0'
428 const char *locale = NULL; local
471 const char *locale; local
    [all...]
main.c 23 # include <locale.h>
26 # define setlocale(Category, Locale)
  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.h 2 * Summary: Locale handling
3 * Description: Interfaces for locale handling. Needed for language dependent
18 #include <locale.h>
41 * Macro indicating that locale are not supported
53 void xsltFreeLocale(xsltLocale locale);
54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2);
  /external/icu4c/common/
ustr_titlecase_brkiter.cpp 37 setTempCaseMap(UCaseMap *csm, const char *locale) {
41 if(locale!=NULL && locale[0]==0) {
42 csm->locale[0]=0;
44 ustrcase_setTempCaseMapLocale(csm, locale);
54 const char *locale,
57 setTempCaseMap(&csm, locale);
61 csm.iter=ubrk_open(UBRK_WORD, csm.locale, src, srcLength, pErrorCode);
82 csm->iter=ubrk_open(UBRK_WORD, csm->locale, src, srcLength, pErrorCode);
  /external/libxslt/libxslt/
xsltlocale.h 2 * Summary: Locale handling
3 * Description: Interfaces for locale handling. Needed for language dependent
18 #include <locale.h>
41 * Macro indicating that locale are not supported
53 void xsltFreeLocale(xsltLocale locale);
54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2);

Completed in 1237 milliseconds

1 2 3 45 6 7 8 91011>>