Lines Matching full:value
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
220 * Used in IUC4C. Data is a <code>double</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
252 * Used in newer Macintosh systems. Data is a <code>double</code>. Value
260 * Used in Excel. Data is an <code>?unknown?</code>. Value
268 * Used in DB2. Data is an <code>?unknown?</code>. Value
276 * Data is a <code>long</code>. Value is microseconds since January 1, 1970.
277 * Similar to Unix time (linear value from 1970) and struct timeval
285 * The first unused time scale value. The limit of this enum
310 * The constant used to select the epoch offset value
320 * The constant used to select the minimum from value
330 * The constant used to select the maximum from value
340 * The constant used to select the minimum to value
350 * The constant used to select the maximum to value
361 * The constant used to select the epoch plus one value
364 * NOTE: This is an internal value. DO NOT USE IT. May not
365 * actually be equal to the epoch offset value plus one.
374 * The constant used to select the epoch plus one value
377 * NOTE: This is an internal value. DO NOT USE IT. May not
378 * actually be equal to the epoch offset value plus one.
387 * The constant used to select the units round value
390 * NOTE: This is an internal value. DO NOT USE IT.
399 * The constant used to select the minimum safe rounding value
402 * NOTE: This is an internal value. DO NOT USE IT.
411 * The constant used to select the maximum safe rounding value
414 * NOTE: This is an internal value. DO NOT USE IT.
434 * Get a value associated with a particular time scale.
437 * @param value A constant representing the value to get
439 * @return - the value.
444 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status);