OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIGHT_CURLY_BRACKET
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
dtitv_impl.h
30
#define
RIGHT_CURLY_BRACKET
((UChar)0x007D)
tmutfmt.cpp
25
#define
RIGHT_CURLY_BRACKET
((UChar)0x007D)
68
static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_S, 0};
69
static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_M, LOW_I, LOW_N, 0};
70
static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_H, 0};
71
static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_W, 0};
72
static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_D, 0};
73
static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_M, 0};
74
static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, LOW_Y, 0};
dtitvinf.cpp
52
static const UChar gFirstPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
};
54
static const UChar gSecondPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ONE,
RIGHT_CURLY_BRACKET
};
57
static const UChar gDefaultFallbackPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO,
RIGHT_CURLY_BRACKET
, SPACE, EN_DASH, SPACE, LEFT_CURLY_BRACKET, DIGIT_ONE,
RIGHT_CURLY_BRACKET
, 0};
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar
Completed in 729 milliseconds