Home | History | Annotate | Download | only in unicode

Lines Matching full:int64_t

43  *    <td>int64_t</td>
50 * <td>int32_t or int64_t</td>
63 * <td>int64_t</td>
70 * <td>int64_t</td>
77 * <td>int32_t or int64_t</td>
105 * <td>int64_t</td>
124 * <th align="left">int64_t</th>
204 * Used in the JDK. Data is a Java <code>long</code> (<code>int64_t</code>). Value
212 * Used on Unix systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
228 * Used in Windows for file times. Data is an <code>int64_t</code>. Value
236 * Used in the .NET framework's <code>System.DateTime</code> structure. Data is an <code>int64_t</code>. Value
244 * Used in older Macintosh systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
443 U_STABLE int64_t U_EXPORT2
449 * Convert a <code>int64_t</code> datetime from the given time scale to the universal time scale.
451 * @param otherTime The <code>int64_t</code> datetime
459 U_STABLE int64_t U_EXPORT2
460 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
465 * Convert a datetime from the universal time scale to a <code>int64_t</code> in the given time scale.
475 U_STABLE int64_t U_EXPORT2
476 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);