OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZTrans
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ztrans.h
26
struct
ZTrans
;
27
typedef struct
ZTrans
ZTrans
;
40
U_DRAFT
ZTrans
* U_EXPORT2
47
U_DRAFT
ZTrans
* U_EXPORT2
51
* Disposes of the storage used by a
ZTrans
object. This function should
57
ztrans_close(
ZTrans
*trans);
65
U_DRAFT
ZTrans
* U_EXPORT2
66
ztrans_clone(
ZTrans
*trans);
77
ztrans_equals(const
ZTrans
* trans1, const ZTrans* trans2)
[
all
...]
/external/icu/icu4c/source/i18n/
ztrans.h
25
struct
ZTrans
;
26
typedef struct
ZTrans
ZTrans
;
38
U_CAPI
ZTrans
* U_EXPORT2
44
U_CAPI
ZTrans
* U_EXPORT2
48
* Disposes of the storage used by a
ZTrans
object. This function should
53
ztrans_close(
ZTrans
*trans);
60
U_CAPI
ZTrans
* U_EXPORT2
61
ztrans_clone(
ZTrans
*trans);
71
ztrans_equals(const
ZTrans
* trans1, const ZTrans* trans2)
[
all
...]
Completed in 122 milliseconds