OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URGN_CONTINENT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
uregiontest.c
60
{ "002", 2, "001",
URGN_CONTINENT
, NULL },
63
{ "009", 9, "001",
URGN_CONTINENT
, NULL},
70
{ "019", 19, "001",
URGN_CONTINENT
, NULL },
81
{ "142", 142, "001",
URGN_CONTINENT
, NULL },
84
{ "150", 150, "001",
URGN_CONTINENT
, NULL },
425
if (uregion_getType(r) !=
URGN_CONTINENT
) {
432
const URegion *containingRegion = (cr)? uregion_getContainingRegionOfType(cr,
URGN_CONTINENT
) : NULL;
476
const URegion *c = uregion_getContainingRegionOfType(r,
URGN_CONTINENT
);
/external/icu/icu4c/source/test/cintltst/
uregiontest.c
60
{ "002", 2, "001",
URGN_CONTINENT
, NULL },
63
{ "009", 9, "001",
URGN_CONTINENT
, NULL},
70
{ "019", 19, "001",
URGN_CONTINENT
, NULL },
81
{ "142", 142, "001",
URGN_CONTINENT
, NULL },
84
{ "150", 150, "001",
URGN_CONTINENT
, NULL },
425
if (uregion_getType(r) !=
URGN_CONTINENT
) {
432
const URegion *containingRegion = (cr)? uregion_getContainingRegionOfType(cr,
URGN_CONTINENT
) : NULL;
476
const URegion *c = uregion_getContainingRegionOfType(r,
URGN_CONTINENT
);
/external/chromium_org/third_party/icu/source/i18n/unicode/
uregion.h
59
* values are URGN_WORLD,
URGN_CONTINENT
, URGN_SUBCONTINENT, URGN_TERRITORY, URGN_GROUPING,
87
URGN_CONTINENT
,
176
* For example, calling this method with uregion "IT" (Italy) for type
URGN_CONTINENT
returns the
/external/icu/icu4c/source/i18n/unicode/
uregion.h
58
* values are URGN_WORLD,
URGN_CONTINENT
, URGN_SUBCONTINENT, URGN_TERRITORY, URGN_GROUPING,
86
URGN_CONTINENT
,
174
* For example, calling this method with uregion "IT" (Italy) for type
URGN_CONTINENT
returns the
/external/chromium_org/third_party/icu/source/test/intltest/
regiontst.cpp
34
{ "002", 2, "001",
URGN_CONTINENT
, NULL },
37
{ "009", 9, "001",
URGN_CONTINENT
, NULL},
44
{ "019", 19, "001",
URGN_CONTINENT
, NULL },
55
{ "142", 142, "001",
URGN_CONTINENT
, NULL },
58
{ "150", 150, "001",
URGN_CONTINENT
, NULL },
528
if (r->getType() !=
URGN_CONTINENT
) {
535
const Region *containingRegion = cr ? cr->getContainingRegion(
URGN_CONTINENT
) : NULL;
579
const Region *c = r->getContainingRegion(
URGN_CONTINENT
);
/external/icu/icu4c/source/test/intltest/
regiontst.cpp
34
{ "002", 2, "001",
URGN_CONTINENT
, NULL },
37
{ "009", 9, "001",
URGN_CONTINENT
, NULL},
44
{ "019", 19, "001",
URGN_CONTINENT
, NULL },
55
{ "142", 142, "001",
URGN_CONTINENT
, NULL },
58
{ "150", 150, "001",
URGN_CONTINENT
, NULL },
528
if (r->getType() !=
URGN_CONTINENT
) {
535
const Region *containingRegion = cr ? cr->getContainingRegion(
URGN_CONTINENT
) : NULL;
579
const Region *c = r->getContainingRegion(
URGN_CONTINENT
);
/external/chromium_org/third_party/icu/source/i18n/
region.cpp
257
r->type =
URGN_CONTINENT
;
515
* with region "IT" (Italy) for type "
URGN_CONTINENT
" returns the region "150" ( Europe ).
/external/icu/icu4c/source/i18n/
region.cpp
257
r->type =
URGN_CONTINENT
;
515
* with region "IT" (Italy) for type "
URGN_CONTINENT
" returns the region "150" ( Europe ).
Completed in 60 milliseconds