OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAP_A
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/i18n/
dtitv_impl.h
63
#define
CAP_A
((UChar)0x0041)
selfmtimpl.h
55
#define
CAP_A
((UChar)0x0041)
plurrule_impl.h
54
#define
CAP_A
((UChar)0x0041)
selfmt.cpp
309
if ((ch >=
CAP_A
) && (ch <= CAP_Z)) {
dtptngen_impl.h
40
#define
CAP_A
((UChar)0x0041)
dtptngen.cpp
186
{
CAP_A
, UDATPG_SECOND_FIELD, DT_NUMERIC + 2*DT_DELTA, 1, 1000},
[
all
...]
plurfmt.cpp
338
if ((ch>=
CAP_A
) && (ch<=CAP_Z)) {
dtitvfmt.cpp
813
case
CAP_A
:
[
all
...]
plurrule.cpp
1059
if ((ch>=
CAP_A
) && (ch<=CAP_Z)) {
Completed in 58 milliseconds