OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_V
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
dtitv_impl.h
58
#define
LOW_V
((UChar)0x0076)
selfmtimpl.h
79
#define
LOW_V
((UChar)0x0076)
dtptngen_impl.h
82
#define
LOW_V
((UChar)0x0076)
plurrule_impl.h
95
static const UChar
LOW_V
= ((UChar)0x0076);
dtptngen.cpp
133
CAP_H, LOW_M, LOW_S, CAP_S,
LOW_V
, 0
188
{
LOW_V
, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0},
189
{
LOW_V
, UDATPG_ZONE_FIELD, DT_LONG - 2*DT_DELTA, 4, 0},
226
//static const UChar repeatedPatterns[6]={CAP_G, CAP_E, LOW_Z,
LOW_V
, CAP_Q, 0}; // "GEzvQ"
495
if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==
LOW_V
|| ch==CAP_V) {
[
all
...]
dtitvfmt.cpp
867
case
LOW_V
:
929
normalizedTimeSkeleton.append(
LOW_V
);
[
all
...]
plurrule.cpp
56
static const UChar PK_VAR_V[]={
LOW_V
,0};
916
s.append(
LOW_V
); break;
[
all
...]
Completed in 34 milliseconds