/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Region.java | 51 * GROUPING - A widely understood grouping of territories that has a well defined membership such 66 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN. 104 GROUPING, enum constant 311 r.type = RegionType.GROUPING; in loadRegionData() 342 // Regions of type GROUPING can't be set as the parent, since another region in loadRegionData() 344 if ( parentRegion.getType() != RegionType.GROUPING) { in loadRegionData()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Region.java | 52 * GROUPING - A widely understood grouping of territories that has a well defined membership such 67 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN. 99 GROUPING, enum constant 305 r.type = RegionType.GROUPING; in loadRegionData() 336 // Regions of type GROUPING can't be set as the parent, since another region in loadRegionData() 338 if ( parentRegion.getType() != RegionType.GROUPING) { in loadRegionData()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | RegionTest.java | 41 { "003", "003", null, "GROUPING", null }, 68 { "419", "419", null, "GROUPING" , null}, 145 { "EU" , "967", null, "GROUPING", null }, 268 { "QU" , "967", null, "GROUPING", null }, 374 { "QU", "EU", "GROUPING" }, // Alias to a grouping in TestGetInstanceString() 417 { "419", "419", "GROUPING" }, // Latin America in TestGetInstanceInt() 448 if (r.getType() == Region.RegionType.GROUPING) { in TestGetContainedRegions()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | RegionTest.java | 38 { "003", "003", null, "GROUPING", null }, 65 { "419", "419", null, "GROUPING" , null}, 142 { "EU" , "967", null, "GROUPING", null }, 265 { "QU" , "967", null, "GROUPING", null }, 371 { "QU", "EU", "GROUPING" }, // Alias to a grouping in TestGetInstanceString() 414 { "419", "419", "GROUPING" }, // Latin America in TestGetInstanceInt() 445 if (r.getType() == Region.RegionType.GROUPING) { in TestGetContainedRegions()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 109 GROUPING enumerator 577 } else if (group_type == GROUPING) { in ParseDisjunction() 878 subexpr_type = GROUPING; in ParseOpenParenthesis()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |