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

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 22 #include <clocale> // C locale header file.
25 #include <locale>
33 //If we are using pointer specialization, vector<locale::facet*> will use
35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>;
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationPredictionDictionary.java 28 /* package */ PersonalizationPredictionDictionary(final Context context, final String locale,
30 super(context, locale, sp, Dictionary.TYPE_PERSONALIZATION_PREDICTION_IN_JAVA,
31 getDictionaryFileName(locale));
34 private static String getDictionaryFileName(final String locale) {
35 return NAME + "." + locale + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
UserHistoryDictionary.java 32 /* package */ UserHistoryDictionary(final Context context, final String locale,
34 super(context, locale, sp, Dictionary.TYPE_USER_HISTORY, getDictionaryFileName(locale));
37 private static String getDictionaryFileName(final String locale) {
38 return NAME + "." + locale + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
  /external/stlport/test/unit/
locale_test.h 6 # include <locale>
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* );
88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.h 6 # include <locale>
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* );
88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* )
    [all...]
  /ndk/tests/device/test-stlport/unit/
locale_test.h 6 # include <locale>
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* );
88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* )
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroid.cpp 46 const char* locale; local
49 locale = "zh-CN";
52 locale = "zh-TW";
55 locale = "ja";
58 locale = "ko";
61 locale = 0;
66 if (!SkGetFallbackFamilyNameForChar(c, locale, &skiaFamilyName) || skiaFamilyName.isEmpty())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
use_facet.pass.cpp 10 // <locale>
12 // template <class Facet> const Facet& use_facet(const locale& loc);
14 #include <locale>
20 : public std::locale::facet
22 static std::locale::id id;
30 std::locale::id my_facet::id;
36 const my_facet& f = std::use_facet<my_facet>(std::locale());
44 std::locale loc(std::locale(), new my_facet);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
47 // 22.1.1 Class locale
51 * The locale class is first a class wrapper for C library locales. It is
52 * also an extensible container for user-defined localization. A locale is
56 * Constructing C++ locales does not change the C library locale.
59 * through a reference counting implementation of the locale class.
61 class locale class
65 /// Definition of locale::category.
78 has_facet(const locale&) throw();
82 use_facet(const locale&)
    [all...]
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
49 // 22.1.1 Class locale
54 * The locale class is first a class wrapper for C library locales. It is
55 * also an extensible container for user-defined localization. A locale is
59 * Constructing C++ locales does not change the C library locale.
62 * through a reference counting implementation of the locale class.
64 class locale class
68 /// Definition of locale::category.
81 has_facet(const locale&) throw()
    [all...]
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
49 // 22.1.1 Class locale
54 * The locale class is first a class wrapper for C library locales. It is
55 * also an extensible container for user-defined localization. A locale is
59 * Constructing C++ locales does not change the C library locale.
62 * through a reference counting implementation of the locale class.
64 class locale class
68 /// Definition of locale::category.
81 has_facet(const locale&) throw()
    [all...]
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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
47 // 22.1.1 Class locale
51 * The locale class is first a class wrapper for C library locales. It is
52 * also an extensible container for user-defined localization. A locale is
56 * Constructing C++ locales does not change the C library locale.
59 * through a reference counting implementation of the locale class.
61 class locale class
65 /// Definition of locale::category.
78 has_facet(const locale&) throw();
82 use_facet(const locale&)
    [all...]
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/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
47 // 22.1.1 Class locale
51 * The locale class is first a class wrapper for C library locales. It is
52 * also an extensible container for user-defined localization. A locale is
56 * Constructing C++ locales does not change the C library locale.
59 * through a reference counting implementation of the locale class.
61 class locale class
65 /// Definition of locale::category.
78 has_facet(const locale&) throw();
82 use_facet(const locale&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
47 // 22.1.1 Class locale
51 * The locale class is first a class wrapper for C library locales. It is
52 * also an extensible container for user-defined localization. A locale is
56 * Constructing C++ locales does not change the C library locale.
59 * through a reference counting implementation of the locale class.
61 class locale class
65 /// Definition of locale::category.
78 has_facet(const locale&) throw();
82 use_facet(const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
47 // 22.1.1 Class locale
51 * The locale class is first a class wrapper for C library locales. It is
52 * also an extensible container for user-defined localization. A locale is
56 * Constructing C++ locales does not change the C library locale.
59 * through a reference counting implementation of the locale class.
61 class locale class
65 /// Definition of locale::category.
78 has_facet(const locale&) throw();
82 use_facet(const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
49 // 22.1.1 Class locale
54 * The locale class is first a class wrapper for C library locales. It is
55 * also an extensible container for user-defined localization. A locale is
59 * Constructing C++ locales does not change the C library locale.
62 * through a reference counting implementation of the locale class.
64 class locale class
68 /// Definition of locale::category.
81 has_facet(const locale&) throw()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
49 // 22.1.1 Class locale
54 * The locale class is first a class wrapper for C library locales. It is
55 * also an extensible container for user-defined localization. A locale is
59 * Constructing C++ locales does not change the C library locale.
62 * through a reference counting implementation of the locale class.
64 class locale class
68 /// Definition of locale::category.
81 has_facet(const locale&) throw()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
49 // 22.1.1 Class locale
54 * The locale class is first a class wrapper for C library locales. It is
55 * also an extensible container for user-defined localization. A locale is
59 * Constructing C++ locales does not change the C library locale.
62 * through a reference counting implementation of the locale class.
64 class locale class
68 /// Definition of locale::category.
81 has_facet(const locale&) throw()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
29 * Do not attempt to use it directly. @headername{locale}
49 // 22.1.1 Class locale
54 * The locale class is first a class wrapper for C library locales. It is
55 * also an extensible container for user-defined localization. A locale is
59 * Constructing C++ locales does not change the C library locale.
62 * through a reference counting implementation of the locale class.
64 class locale class
68 /// Definition of locale::category.
81 has_facet(const locale&) throw()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 0 // Locale support -*- C++ -*-
27 * Do not attempt to use it directly. @headername{locale}
47 // 22.1.1 Class locale
52 * The locale class is first a class wrapper for C library locales. It is
53 * also an extensible container for user-defined localization. A locale is
57 * Constructing C++ locales does not change the C library locale.
60 * through a reference counting implementation of the locale class.
62 class locale class
66 /// Definition of locale::category.
79 has_facet(const locale&) throw()
    [all...]
  /external/icu4c/common/
unistr_titlecase_brkiter.cpp 43 setTempCaseMap(UCaseMap *csm, const char *locale) {
47 if(locale!=NULL && locale[0]==0) {
48 csm->locale[0]=0;
50 ustrcase_setTempCaseMapLocale(csm, locale);
58 return toTitle(titleIter, Locale::getDefault(), 0);
62 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) {
63 return toTitle(titleIter, locale, 0);
67 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options)
    [all...]

Completed in 208 milliseconds

1 2 34 5 6 7 8 91011>>