Home
last modified time | relevance | path

Searched refs:regionIndex (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlsr.cpp20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
36 regionIndex(other.regionIndex), flags(other.flags), in LSR()
54 regionIndex = other.regionIndex; in operator =()
70 regionIndex == other.regionIndex && in isEquivalentTo()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
79 regionIndex == other.regionIndex && in operator ==()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
108 h = h * 37 + regionIndex; in setHashCode()
Dlsr.h31 int32_t regionIndex = 0; member
41 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
Dlocdistance.h114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/third_party/skia/third_party/externals/icu/source/common/
Dlsr.cpp20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
36 regionIndex(other.regionIndex), flags(other.flags), in LSR()
54 regionIndex = other.regionIndex; in operator =()
70 regionIndex == other.regionIndex && in isEquivalentTo()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
79 regionIndex == other.regionIndex && in operator ==()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
108 h = h * 37 + regionIndex; in setHashCode()
Dlsr.h31 int32_t regionIndex = 0; member
41 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
Dlocdistance.h114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/third_party/node/deps/icu-small/source/common/
Dlsr.cpp20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
37 regionIndex(indexForRegion(r.data())), flags(f) { in LSR()
56 regionIndex(other.regionIndex), flags(other.flags), in LSR()
74 regionIndex = other.regionIndex; in operator =()
90 regionIndex == other.regionIndex && in isEquivalentTo()
92 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
99 regionIndex == other.regionIndex && in operator ==()
101 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
128 h = h * 37 + regionIndex; in setHashCode()
Dlsr.h32 int32_t regionIndex = 0; member
42 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
Dlocdistance.h114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLSR.java23 final int regionIndex; field in LSR
30 regionIndex = indexForRegion(region); in LSR()
DLocaleDistance.java532 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLSR.java27 final int regionIndex; field in LSR
34 regionIndex = indexForRegion(region); in LSR()
DLocaleDistance.java537 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java764 int regionIndex = LSR.indexForRegion(macro); in build() local
765 if (regionToPartitionsIndex[regionIndex] == 0) { in build()
768 regionToPartitionsIndex[regionIndex] = (byte) pIndex; in build()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java764 int regionIndex = LSR.indexForRegion(macro); in build() local
765 if (regionToPartitionsIndex[regionIndex] == 0) { in build()
768 regionToPartitionsIndex[regionIndex] = (byte) pIndex; in build()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c973 FT_UInt regionIndex = varData->regionIndices[master]; in ft_var_get_item_delta() local
975 GX_AxisCoords axis = itemStore->varRegionList[regionIndex].axisList; in ft_var_get_item_delta()