Home | History | Annotate | Download | only in i18n

Lines Matching refs:to

22  * A TimeZoneTransition.  Use the ztrans_* API to manipulate.  Create with
36 * @param to The time zone rule used after the transition.
39 ztrans_open(UDate time, const void* from, const void* to);
50 * @param trans the object to dispose of
64 * Returns true if trans1 is identical to trans2
66 * @param trans1 to be checked for containment
67 * @param trans2 to be checked for containment
75 * param trans, the transition to use
83 * param trans, the transition to use
91 * param trans, the transition to use
100 * param trans, the transition to use
101 * param trans, the transition to use
110 * param trans, the transition to use
118 * param trans, the transition to use
127 * param trans, the transition to use
128 * @param to The time zone rule used after the transition.
131 ztrans_setTo(ZTrans* trans, const void* to);
136 * param trans, the transition to use
137 * @param to The time zone rule used after the transition.
140 ztrans_adoptTo(ZTrans* trans, void* to);
143 * Return the class ID for this class. This is useful only for comparing to
150 * param trans, the transition to use
158 * method is to implement a simple version of RTTI, since not all C++
162 * param trans, the transition to use