/third_party/icu/icu4c/source/common/ |
D | lsr.cpp | 20 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()
|
D | lsr.h | 31 int32_t regionIndex = 0; member 41 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
|
D | locdistance.h | 114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | lsr.cpp | 20 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()
|
D | lsr.h | 31 int32_t regionIndex = 0; member 41 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
|
D | locdistance.h | 114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
|
/third_party/node/deps/icu-small/source/common/ |
D | lsr.cpp | 20 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()
|
D | lsr.h | 32 int32_t regionIndex = 0; member 42 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
|
D | locdistance.h | 114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LSR.java | 23 final int regionIndex; field in LSR 30 regionIndex = indexForRegion(region); in LSR()
|
D | LocaleDistance.java | 532 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LSR.java | 27 final int regionIndex; field in LSR 34 regionIndex = indexForRegion(region); in LSR()
|
D | LocaleDistance.java | 537 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 764 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/ |
D | LocaleDistanceBuilder.java | 764 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/ |
D | ttgxvar.c | 973 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()
|