OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ULocaleData
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
ulocdata.h
32
/** Forward declaration of the
ULocaleData
structure. @stable ICU 3.6 */
33
struct
ULocaleData
;
36
typedef struct
ULocaleData
ULocaleData
;
90
U_STABLE
ULocaleData
* U_EXPORT2
100
ulocdata_close(
ULocaleData
*uld);
108
* "Smart pointer" class, closes a
ULocaleData
via ulocdata_close().
115
U_DEFINE_LOCAL_OPEN_POINTER(LocalULocaleDataPointer,
ULocaleData
, ulocdata_close);
133
ulocdata_setNoSubstitute(
ULocaleData
*uld, UBool setting);
147
ulocdata_getNoSubstitute(
ULocaleData
*uld)
[
all
...]
/external/icu/icu4c/source/i18n/
ulocdata.c
35
struct
ULocaleData
{
52
U_CAPI
ULocaleData
* U_EXPORT2
55
ULocaleData
*uld;
61
uld = (
ULocaleData
*)uprv_malloc(sizeof(
ULocaleData
));
82
ulocdata_close(
ULocaleData
*uld)
92
ulocdata_setNoSubstitute(
ULocaleData
*uld, UBool setting)
98
ulocdata_getNoSubstitute(
ULocaleData
*uld)
104
ulocdata_getExemplarSet(
ULocaleData
*uld, USet *fillIn,
142
ulocdata_getDelimiter(
ULocaleData
*uld, ULocaleDataDelimiterType type
[
all
...]
Completed in 446 milliseconds