OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UFormattable
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
uformattable.h
9
* File
UFORMATTABLE
.H
20
* \brief C API:
UFormattable
is a thin wrapper for primitive types used for formatting and parsing.
40
* Enum designating the type of a
UFormattable
instance.
70
typedef void *
UFormattable
;
73
* Initialize a
UFormattable
, to type UNUM_LONG, value 0
78
* @return the new
UFormattable
82
U_STABLE
UFormattable
* U_EXPORT2
86
* Cleanup any additional memory allocated by this
UFormattable
.
92
ufmt_close(
UFormattable
* fmt);
100
* "Smart pointer" class, closes a
UFormattable
via ufmt_close()
[
all
...]
fmtable.h
31
#include "unicode/
uformattable
.h"
60
* <p>See
UFormattable
for a C wrapper.
598
* Convert the
UFormattable
to a Formattable. Internally, this is a reinterpret_cast.
599
* @param fmt a valid
UFormattable
600
* @return the
UFormattable
as a Formattable object pointer. This is an alias to the original
601
*
UFormattable
, and so is only valid while the original argument remains in scope.
604
static inline Formattable *fromUFormattable(
UFormattable
*fmt);
607
* Convert the const
UFormattable
to a const Formattable. Internally, this is a reinterpret_cast.
608
* @param fmt a valid
UFormattable
609
* @return the
UFormattable
as a Formattable object pointer. This is an alias to the origina
[
all
...]
unum.h
26
#include "unicode/
uformattable
.h"
692
* Format a
UFormattable
into a string.
694
* @param number the number to format, as a
UFormattable
713
const
UFormattable
*number,
862
* Parse a UChar string into a
UFormattable
.
[
all
...]
/external/icu/libandroidicu/include/unicode/
uformattable.h
9
* File
UFORMATTABLE
.H
20
* \brief C API:
UFormattable
is a thin wrapper for primitive types used for formatting and parsing.
40
* Enum designating the type of a
UFormattable
instance.
70
typedef void *
UFormattable
;
73
* Initialize a
UFormattable
, to type UNUM_LONG, value 0
78
* @return the new
UFormattable
82
U_STABLE
UFormattable
* U_EXPORT2
86
* Cleanup any additional memory allocated by this
UFormattable
.
92
ufmt_close(
UFormattable
* fmt);
100
* "Smart pointer" class, closes a
UFormattable
via ufmt_close()
[
all
...]
unum.h
26
#include "unicode/
uformattable
.h"
692
* Format a
UFormattable
into a string.
694
* @param number the number to format, as a
UFormattable
713
const
UFormattable
*number,
862
* Parse a UChar string into a
UFormattable
.
[
all
...]
/external/icu/icu4c/source/i18n/
fmtable.cpp
28
#include "unicode/
uformattable
.h"
889
/* ----
UFormattable
implementation ---- */
893
U_DRAFT
UFormattable
* U_EXPORT2
898
UFormattable
*fmt = (new Formattable())->toUFormattable();
907
ufmt_close(
UFormattable
*fmt) {
914
ufmt_getType(const
UFormattable
*fmt, UErrorCode *status) {
924
ufmt_isNumeric(const
UFormattable
*fmt) {
930
ufmt_getDate(const
UFormattable
*fmt, UErrorCode *status) {
937
ufmt_getDouble(
UFormattable
*fmt, UErrorCode *status) {
944
ufmt_getLong(
UFormattable
*fmt, UErrorCode *status)
[
all
...]
unum.cpp
896
U_INTERNAL
UFormattable
* U_EXPORT2
898
UFormattable
*result,
903
UFormattable
*newFormattable = NULL;
922
const
UFormattable
*number,
/external/icu/libandroidicu/static_shim/
shim.cpp
30
#include <unicode/
uformattable
.h>
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cnumtst.c
[
all
...]
/external/icu/icu4c/source/test/intltest/
numfmtst.cpp
[
all
...]
Completed in 1055 milliseconds