OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMessagePatternPartType
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/unicode/
messagepattern.h
98
enum
UMessagePatternPartType
{
207
typedef enum
UMessagePatternPartType
UMessagePatternPartType
;
630
* Returns the
UMessagePatternPartType
of the i-th pattern "part".
633
* @return The
UMessagePatternPartType
of the i-th Part.
636
UMessagePatternPartType
getPartType(int32_t i) const {
725
UMessagePatternPartType
getType() const {
775
UMessagePatternPartType
type=getType();
790
static UBool hasNumericValue(
UMessagePatternPartType
type) {
826
UMessagePatternPartType
type
[
all
...]
/external/icu4c/i18n/
selfmt.cpp
136
const
UMessagePatternPartType
type=part.getType();
plurfmt.cpp
260
const
UMessagePatternPartType
type = part.getType();
411
const
UMessagePatternPartType
type = part->getType();
msgfmt.cpp
525
UMessagePatternPartType
type = msgPattern.getPartType(++partIndex);
968
const
UMessagePatternPartType
type = part->getType();
[
all
...]
choicfmt.cpp
440
UMessagePatternPartType
type = part.getType();
/external/icu4c/common/
messagepattern.cpp
360
UMessagePatternPartType
type=part.type;
[
all
...]
Completed in 151 milliseconds