Home
last modified time | relevance | path

Searched refs:CAP_Z (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ddtitv_impl.h80 #define CAP_Z ((UChar)0x005A) macro
Dselfmtimpl.h58 #define CAP_Z ((UChar)0x005A) macro
Dplurrule_impl.h57 #define CAP_Z ((UChar)0x005A) macro
Ddtptngen.cpp191 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 1, 3},
192 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
479 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
1301 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()
1335 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()
1715 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
Dselfmt.cpp309 if ((ch >= CAP_A) && (ch <= CAP_Z)) { in classifyCharacter()
Ddtptngen_impl.h57 #define CAP_Z ((UChar)0x005A) macro
Dplurfmt.cpp338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Dplurrule.cpp1059 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Ddtitvfmt.cpp807 case CAP_Z: in getDateTimeSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitv_impl.h81 #define CAP_Z ((UChar)0x005A) macro
Dselfmtimpl.h53 #define CAP_Z ((UChar)0x005A) macro
Ddtptngen.cpp196 {CAP_Z, UDATPG_ZONE_FIELD, DT_NARROW - DT_DELTA, 1, 3},
197 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
198 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 5, 0},
491 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
1355 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()
1389 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()
1774 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
Ddtptngen_impl.h60 #define CAP_Z ((UChar)0x005A) macro
Dplurrule_impl.h64 static const UChar CAP_Z = ((UChar)0x005A); variable
Ddtitvfmt.cpp853 case CAP_Z: in getDateTimeSkeleton()