OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_ICU_ENTRY_POINT_RENAME
(Results
1 - 13
of
13
) sorted by null
/external/icu4c/common/unicode/
urename.h
34
/* We need the
U_ICU_ENTRY_POINT_RENAME
definition. There's a default one in unicode/uvernum.h we can use, but we will give
39
#ifndef
U_ICU_ENTRY_POINT_RENAME
43
/* If we still don't have
U_ICU_ENTRY_POINT_RENAME
use the default. */
44
#ifndef
U_ICU_ENTRY_POINT_RENAME
49
#ifndef
U_ICU_ENTRY_POINT_RENAME
50
#error
U_ICU_ENTRY_POINT_RENAME
is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
56
#define T_CString_int64ToString
U_ICU_ENTRY_POINT_RENAME
(T_CString_int64ToString)
57
#define T_CString_integerToString
U_ICU_ENTRY_POINT_RENAME
(T_CString_integerToString)
58
#define T_CString_stringToInteger
U_ICU_ENTRY_POINT_RENAME
(T_CString_stringToInteger)
59
#define T_CString_toLowerCase
U_ICU_ENTRY_POINT_RENAME
(T_CString_toLowerCase
[
all
...]
uvernum.h
102
* \def
U_ICU_ENTRY_POINT_RENAME
106
#ifndef
U_ICU_ENTRY_POINT_RENAME
110
#define
U_ICU_ENTRY_POINT_RENAME
(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX,U_LIB_SUFFIX_C_NAME)
114
#define
U_ICU_ENTRY_POINT_RENAME
(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX)
uversion.h
112
# define U_ICU_NAMESPACE
U_ICU_ENTRY_POINT_RENAME
(icu)
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
30
/* We need the
U_ICU_ENTRY_POINT_RENAME
definition. There's a default one in unicode/uvernum.h we can use, but we will give
34
#ifndef
U_ICU_ENTRY_POINT_RENAME
38
/* If we still don't have
U_ICU_ENTRY_POINT_RENAME
use the default. */
39
#ifndef
U_ICU_ENTRY_POINT_RENAME
44
#ifndef
U_ICU_ENTRY_POINT_RENAME
45
#error
U_ICU_ENTRY_POINT_RENAME
is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
51
#define DECPOWERS
U_ICU_ENTRY_POINT_RENAME
(DECPOWERS)
52
#define DECSTICKYTAB
U_ICU_ENTRY_POINT_RENAME
(DECSTICKYTAB)
53
#define LNnn
U_ICU_ENTRY_POINT_RENAME
(LNnn)
54
#define T_CString_int64ToString
U_ICU_ENTRY_POINT_RENAME
(T_CString_int64ToString
[
all
...]
uvernum.h
85
#ifndef
U_ICU_ENTRY_POINT_RENAME
86
#define
U_ICU_ENTRY_POINT_RENAME
(x) x ## _46
uversion.h
108
# define U_ICU_NAMESPACE
U_ICU_ENTRY_POINT_RENAME
(icu)
pandroid.h
395
# ifndef
U_ICU_ENTRY_POINT_RENAME
397
# define
U_ICU_ENTRY_POINT_RENAME
(x) x ## _ ## 46 ##
pfreebsd.h
393
# ifndef
U_ICU_ENTRY_POINT_RENAME
395
# define
U_ICU_ENTRY_POINT_RENAME
(x) x ## _ ## 46 ##
plinux.h
395
# ifndef
U_ICU_ENTRY_POINT_RENAME
397
# define
U_ICU_ENTRY_POINT_RENAME
(x) x ## _ ## 46 ##
pmac.h
418
# ifndef
U_ICU_ENTRY_POINT_RENAME
420
# define
U_ICU_ENTRY_POINT_RENAME
(x) x ## _ ## 46 ##
platform.h.in
395
# ifndef
U_ICU_ENTRY_POINT_RENAME
397
# define
U_ICU_ENTRY_POINT_RENAME
(x) x ## _ ## @LIB_VERSION_MAJOR@ ## @ICULIBSUFFIXCNAME@
/external/chromium_org/third_party/icu/source/tools/genren/
genren.pl
103
/* We need the
U_ICU_ENTRY_POINT_RENAME
definition. There's a default one in unicode/uvernum.h we can use, but we will give
107
#ifndef
U_ICU_ENTRY_POINT_RENAME
111
/* If we still don't have
U_ICU_ENTRY_POINT_RENAME
use the default. */
112
#ifndef
U_ICU_ENTRY_POINT_RENAME
117
#ifndef
U_ICU_ENTRY_POINT_RENAME
118
#error
U_ICU_ENTRY_POINT_RENAME
is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
218
print HEADER "#define $_
U_ICU_ENTRY_POINT_RENAME
($_)\n";
227
print HEADER "#define $_
U_ICU_ENTRY_POINT_RENAME
($_)\n";
/external/icu4c/tools/genren/
genren.pl
107
/* We need the
U_ICU_ENTRY_POINT_RENAME
definition. There's a default one in unicode/uvernum.h we can use, but we will give
112
#ifndef
U_ICU_ENTRY_POINT_RENAME
116
/* If we still don't have
U_ICU_ENTRY_POINT_RENAME
use the default. */
117
#ifndef
U_ICU_ENTRY_POINT_RENAME
122
#ifndef
U_ICU_ENTRY_POINT_RENAME
123
#error
U_ICU_ENTRY_POINT_RENAME
is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
233
print HEADER "#define $_
U_ICU_ENTRY_POINT_RENAME
($_)\n";
Completed in 156 milliseconds