OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULocaleData
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/i18n/unicode/
ulocdata.h
30
/** Forward declaration of the
ULocaleData
structure. @stable ICU 3.6 */
31
struct
ULocaleData
;
34
typedef struct
ULocaleData
ULocaleData
;
76
U_STABLE
ULocaleData
* U_EXPORT2
86
ulocdata_close(
ULocaleData
*uld);
94
* "Smart pointer" class, closes a
ULocaleData
via ulocdata_close().
101
U_DEFINE_LOCAL_OPEN_POINTER(LocalULocaleDataPointer,
ULocaleData
, ulocdata_close);
119
ulocdata_setNoSubstitute(
ULocaleData
*uld, UBool setting);
133
ulocdata_getNoSubstitute(
ULocaleData
*uld)
[
all
...]
/external/icu4c/i18n/
ulocdata.c
31
struct
ULocaleData
{
48
U_CAPI
ULocaleData
* U_EXPORT2
51
ULocaleData
*uld;
57
uld = (
ULocaleData
*)uprv_malloc(sizeof(
ULocaleData
));
78
ulocdata_close(
ULocaleData
*uld)
88
ulocdata_setNoSubstitute(
ULocaleData
*uld, UBool setting)
94
ulocdata_getNoSubstitute(
ULocaleData
*uld)
100
ulocdata_getExemplarSet(
ULocaleData
*uld, USet *fillIn,
137
ulocdata_getDelimiter(
ULocaleData
*uld, ULocaleDataDelimiterType type
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
[
all
...]
cloctst.c
[
all
...]
capitst.c
[
all
...]
/external/chromium/net/base/
net_util.cc
571
ULocaleData
* uld = ulocdata_open(lang.c_str(), &status);
[
all
...]
Completed in 1328 milliseconds