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
;
615
* Returns the
UMessagePatternPartType
of the i-th pattern "part".
618
* @return The
UMessagePatternPartType
of the i-th Part.
621
UMessagePatternPartType
getPartType(int32_t i) const {
710
UMessagePatternPartType
getType() const {
760
UMessagePatternPartType
type=getType();
775
static UBool hasNumericValue(
UMessagePatternPartType
type) {
811
UMessagePatternPartType
type
[
all
...]
/external/icu4c/i18n/
selfmt.cpp
136
const
UMessagePatternPartType
type=part.getType();
plurfmt.cpp
238
const
UMessagePatternPartType
type = part.getType();
389
const
UMessagePatternPartType
type = part->getType();
msgfmt.cpp
519
UMessagePatternPartType
type = msgPattern.getPartType(++partIndex);
962
const
UMessagePatternPartType
type = part->getType();
[
all
...]
choicfmt.cpp
440
UMessagePatternPartType
type = part.getType();
/external/icu4c/common/
messagepattern.cpp
352
UMessagePatternPartType
type=part.type;
[
all
...]
Completed in 432 milliseconds