OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URGN_CONTINENT
(Results
1 - 5
of
5
) sorted by null
/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/icu/icu4c/source/i18n/unicode/
uregion.h
60
* values are URGN_WORLD,
URGN_CONTINENT
, URGN_SUBCONTINENT, URGN_TERRITORY, URGN_GROUPING,
88
URGN_CONTINENT
,
176
* For example, calling this method with uregion "IT" (Italy) for type
URGN_CONTINENT
returns the
/external/icu/libandroidicu/include/unicode/
uregion.h
60
* values are URGN_WORLD,
URGN_CONTINENT
, URGN_SUBCONTINENT, URGN_TERRITORY, URGN_GROUPING,
88
URGN_CONTINENT
,
176
* For example, calling this method with uregion "IT" (Italy) for type
URGN_CONTINENT
returns the
/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 },
532
if (r->getType() !=
URGN_CONTINENT
) {
543
const Region *containingRegion = cr ? cr->getContainingRegion(
URGN_CONTINENT
) : NULL;
587
const Region *c = r->getContainingRegion(
URGN_CONTINENT
);
[
all
...]
/external/icu/icu4c/source/i18n/
region.cpp
313
r->fType =
URGN_CONTINENT
;
581
* with region "IT" (Italy) for type "
URGN_CONTINENT
" returns the region "150" ( Europe ).
Completed in 390 milliseconds