OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ListFormatter
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/unicode/
listformatter.h
8
* file name:
listformatter
.h
57
* The
ListFormatter
class is not intended for public subclassing.
60
class U_COMMON_API
ListFormatter
: public UObject{
64
* Creates a
ListFormatter
appropriate for the default locale.
67
* @return Pointer to a
ListFormatter
object for the default locale,
71
static
ListFormatter
* createInstance(UErrorCode& errorCode);
74
* Creates a
ListFormatter
appropriate for a locale.
78
* @return A
ListFormatter
object created from internal data derived from
82
static
ListFormatter
* createInstance(const Locale& locale, UErrorCode& errorCode);
90
virtual ~
ListFormatter
();
[
all
...]
/external/icu4c/common/
listformatter.cpp
8
* file name:
listformatter
.cpp
17
#include "unicode/
listformatter
.h"
50
void
ListFormatter
::initializeHash(UErrorCode& errorCode) {
66
const ListFormatData*
ListFormatter
::getListFormatData(
145
ListFormatter
*
ListFormatter
::createInstance(UErrorCode& errorCode) {
150
ListFormatter
*
ListFormatter
::createInstance(const Locale& locale, UErrorCode& errorCode) {
156
ListFormatter
* p = new
ListFormatter
(*listFormatData)
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 124 milliseconds