OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULocaleBundle
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/io/
locbund.h
30
typedef struct
ULocaleBundle
{
35
}
ULocaleBundle
;
39
* Initialize a
ULocaleBundle
, initializing all formatters to 0.
40
* @param result A
ULocaleBundle
to initialize.
41
* @param loc The locale of the
ULocaleBundle
.
42
* @return A pointer to a
ULocaleBundle
, or 0 if <TT>loc</TT> was invalid.
44
ULocaleBundle
*
45
u_locbund_init(
ULocaleBundle
*result, const char *loc);
48
* Create a new
ULocaleBundle
, initializing all formatters to 0.
49
* @param loc The locale of the
ULocaleBundle
[
all
...]
locbund.c
48
static U_INLINE UNumberFormat * copyInvariantFormatter(
ULocaleBundle
*result, UNumberFormatStyle style) {
72
ULocaleBundle
*
73
u_locbund_init(
ULocaleBundle
*result, const char *loc)
84
uprv_memset(result, 0, sizeof(
ULocaleBundle
));
99
/*
ULocaleBundle
*
102
ULocaleBundle
*result = (
ULocaleBundle
*) uprv_malloc(sizeof(
ULocaleBundle
));
106
ULocaleBundle
*
107
u_locbund_clone(const
ULocaleBundle
*bundle
[
all
...]
uprintf.h
75
ULocaleBundle
fBundle; /* formatters */
95
ULocaleBundle
*formatBundle,
ufile.h
53
ULocaleBundle
fBundle; /* formatters */
uprntf_p.c
88
ULocaleBundle
*formatBundle,
181
ULocaleBundle
*formatBundle,
195
ULocaleBundle
*formatBundle,
245
ULocaleBundle
*formatBundle,
273
ULocaleBundle
*formatBundle,
349
ULocaleBundle
*formatBundle,
415
ULocaleBundle
*formatBundle,
450
ULocaleBundle
*formatBundle,
484
ULocaleBundle
*formatBundle,
537
ULocaleBundle
*formatBundle
[
all
...]
/external/icu4c/io/
locbund.h
30
typedef struct
ULocaleBundle
{
35
}
ULocaleBundle
;
39
* Initialize a
ULocaleBundle
, initializing all formatters to 0.
40
* @param result A
ULocaleBundle
to initialize.
41
* @param loc The locale of the
ULocaleBundle
.
42
* @return A pointer to a
ULocaleBundle
, or 0 if <TT>loc</TT> was invalid.
44
U_CAPI
ULocaleBundle
*
45
u_locbund_init(
ULocaleBundle
*result, const char *loc);
48
* Create a new
ULocaleBundle
, initializing all formatters to 0.
49
* @param loc The locale of the
ULocaleBundle
[
all
...]
locbund.cpp
46
static inline UNumberFormat * copyInvariantFormatter(
ULocaleBundle
*result, UNumberFormatStyle style) {
70
U_CAPI
ULocaleBundle
*
71
u_locbund_init(
ULocaleBundle
*result, const char *loc)
82
uprv_memset(result, 0, sizeof(
ULocaleBundle
));
97
/*U_CAPI
ULocaleBundle
*
100
ULocaleBundle
*result = (
ULocaleBundle
*) uprv_malloc(sizeof(
ULocaleBundle
));
104
U_CAPI
ULocaleBundle
*
105
u_locbund_clone(const
ULocaleBundle
*bundle
[
all
...]
uprintf.h
75
ULocaleBundle
fBundle; /* formatters */
95
ULocaleBundle
*formatBundle,
ufile.h
53
ULocaleBundle
fBundle; /* formatters */
uprntf_p.c
88
ULocaleBundle
*formatBundle,
181
ULocaleBundle
*formatBundle,
195
ULocaleBundle
*formatBundle,
245
ULocaleBundle
*formatBundle,
273
ULocaleBundle
*formatBundle,
349
ULocaleBundle
*formatBundle,
415
ULocaleBundle
*formatBundle,
450
ULocaleBundle
*formatBundle,
484
ULocaleBundle
*formatBundle,
537
ULocaleBundle
*formatBundle
[
all
...]
Completed in 245 milliseconds