OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_I18N_EXPORT
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/base/i18n/
i18n_constants.h
8
#include "base/i18n/
base_i18n_export
.h"
13
BASE_I18N_EXPORT
extern const char kCodepageLatin1[]; // a.k.a. ISO 8859-1
14
BASE_I18N_EXPORT
extern const char kCodepageUTF8[];
15
BASE_I18N_EXPORT
extern const char kCodepageUTF16BE[];
16
BASE_I18N_EXPORT
extern const char kCodepageUTF16LE[];
base_i18n_export.h
12
#define
BASE_I18N_EXPORT
__declspec(dllexport)
14
#define
BASE_I18N_EXPORT
__declspec(dllimport)
19
#define
BASE_I18N_EXPORT
__attribute__((visibility("default")))
21
#define
BASE_I18N_EXPORT
26
#define
BASE_I18N_EXPORT
icu_util_nacl_win64.cc
10
BASE_I18N_EXPORT
bool InitializeICU() {
number_formatting.h
9
#include "base/i18n/
base_i18n_export
.h"
17
BASE_I18N_EXPORT
string16 FormatNumber(int64 number);
22
BASE_I18N_EXPORT
string16 FormatDouble(double number, int fractional_digits);
28
BASE_I18N_EXPORT
void ResetFormatters();
case_conversion.h
8
#include "base/i18n/
base_i18n_export
.h"
16
BASE_I18N_EXPORT
string16 ToLower(const StringPiece16& string);
19
BASE_I18N_EXPORT
string16 ToUpper(const StringPiece16& string);
time_formatting.h
11
#include "base/i18n/
base_i18n_export
.h"
31
BASE_I18N_EXPORT
string16 TimeFormatTimeOfDay(const Time& time);
37
BASE_I18N_EXPORT
string16 TimeFormatTimeOfDayWithHourClockType(
43
BASE_I18N_EXPORT
string16 TimeFormatShortDate(const Time& time);
46
BASE_I18N_EXPORT
string16 TimeFormatShortDateNumeric(const Time& time);
49
BASE_I18N_EXPORT
string16 TimeFormatShortDateAndTime(const Time& time);
53
BASE_I18N_EXPORT
string16 TimeFormatFriendlyDateAndTime(const Time& time);
57
BASE_I18N_EXPORT
string16 TimeFormatFriendlyDate(const Time& time);
62
BASE_I18N_EXPORT
HourClockType GetHourClockType();
file_util_icu.h
11
#include "base/i18n/
base_i18n_export
.h"
18
BASE_I18N_EXPORT
bool IsFilenameLegal(const base::string16& file_name);
27
BASE_I18N_EXPORT
void ReplaceIllegalCharactersInPath(
34
BASE_I18N_EXPORT
bool LocaleAwareCompareFilenames(const base::FilePath& a,
39
BASE_I18N_EXPORT
void NormalizeFileNameEncoding(base::FilePath* file_name);
icu_util.h
8
#include "base/i18n/
base_i18n_export
.h"
15
BASE_I18N_EXPORT
bool InitializeICU();
rtl.h
11
#include "base/i18n/
base_i18n_export
.h"
40
BASE_I18N_EXPORT
std::string GetConfiguredLocale();
43
BASE_I18N_EXPORT
std::string GetCanonicalLocale(const char* locale);
52
BASE_I18N_EXPORT
void SetICUDefaultLocale(const std::string& locale_string);
55
BASE_I18N_EXPORT
bool IsRTL();
61
BASE_I18N_EXPORT
bool ICUIsRTL();
64
BASE_I18N_EXPORT
TextDirection GetTextDirectionForLocale(
73
BASE_I18N_EXPORT
TextDirection GetFirstStrongCharacterDirection(
82
BASE_I18N_EXPORT
TextDirection GetStringDirection(const string16& text);
106
BASE_I18N_EXPORT
bool AdjustStringForLocaleDirection(string16* text)
[
all
...]
timezone.h
10
#include "base/i18n/
base_i18n_export
.h"
17
BASE_I18N_EXPORT
std::string CountryCodeForCurrentTimezone();
icu_encoding_detection.h
11
#include "base/i18n/
base_i18n_export
.h"
18
BASE_I18N_EXPORT
bool DetectEncoding(const std::string& text,
25
BASE_I18N_EXPORT
bool DetectAllEncodings(const std::string& text,
icu_string_conversions.h
10
#include "base/i18n/
base_i18n_export
.h"
41
BASE_I18N_EXPORT
bool UTF16ToCodepage(const string16& utf16,
45
BASE_I18N_EXPORT
bool CodepageToUTF16(const std::string& encoded,
53
BASE_I18N_EXPORT
bool WideToCodepage(const std::wstring& wide,
57
BASE_I18N_EXPORT
bool CodepageToWide(const std::string& encoded,
64
BASE_I18N_EXPORT
bool ConvertToUtf8AndNormalize(const std::string& text,
string_compare.h
12
#include "base/i18n/
base_i18n_export
.h"
20
BASE_I18N_EXPORT
UCollationResult CompareString16WithCollator(
string_search.h
8
#include "base/i18n/
base_i18n_export
.h"
23
BASE_I18N_EXPORT
32
class
BASE_I18N_EXPORT
FixedPatternStringSearchIgnoringCaseAndAccents {
bidi_line_iterator.h
9
#include "base/i18n/
base_i18n_export
.h"
19
class
BASE_I18N_EXPORT
BiDiLineIterator {
break_iterator.h
9
#include "base/i18n/
base_i18n_export
.h"
58
class
BASE_I18N_EXPORT
BreakIterator {
char_iterator.h
11
#include "base/i18n/
base_i18n_export
.h"
30
class
BASE_I18N_EXPORT
UTF8CharIterator {
76
class
BASE_I18N_EXPORT
UTF16CharIterator {
Completed in 86 milliseconds