Home
last modified time | relevance | path

Searched refs:fTypeId (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmeasunit.cpp1147 fTypeId = kBaseTypeIdx; in MeasureUnit()
1152 : fTypeId(other.fTypeId), fSubTypeId(other.fSubTypeId) { in MeasureUnit()
1160 fTypeId = other.fTypeId; in operator =()
1174 return gTypes[fTypeId]; in getType()
1190 fTypeId == rhs.fTypeId in operator ==()
1196 return gIndexes[fTypeId] + fSubTypeId; in getIndex()
1322 fTypeId = result; in initTime()
1323 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
1325 fSubTypeId = result - gOffsets[fTypeId]; in initTime()
1331 fTypeId = result; in initCurrency()
[all …]
/third_party/icu/icu4c/source/i18n/
Dmeasunit.cpp2091 : fImpl(nullptr), fSubTypeId(subTypeId), fTypeId(typeId) { in MeasureUnit()
2102 fTypeId(other.fTypeId) { in MeasureUnit()
2107 : fImpl(nullptr), fSubTypeId(-1), fTypeId(-1) { in MeasureUnit()
2131 fTypeId = other.fTypeId; in operator =()
2145 fTypeId = other.fTypeId; in operator =()
2163 if (fTypeId == -1) { in getType()
2166 return gTypes[fTypeId]; in getType()
2171 if (fTypeId == -1) { in getSubtype()
2287 fTypeId = result; in initTime()
2288 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit.cpp2091 : fImpl(nullptr), fSubTypeId(subTypeId), fTypeId(typeId) { in MeasureUnit()
2102 fTypeId(other.fTypeId) { in MeasureUnit()
2107 : fImpl(nullptr), fSubTypeId(-1), fTypeId(-1) { in MeasureUnit()
2131 fTypeId = other.fTypeId; in operator =()
2145 fTypeId = other.fTypeId; in operator =()
2163 if (fTypeId == -1) { in getType()
2166 return gTypes[fTypeId]; in getType()
2171 if (fTypeId == -1) { in getSubtype()
2287 fTypeId = result; in initTime()
2288 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dmeasunit.cpp2109 : fImpl(nullptr), fSubTypeId(subTypeId), fTypeId(typeId) { in MeasureUnit()
2120 fTypeId(other.fTypeId) { in MeasureUnit()
2125 : fImpl(nullptr), fSubTypeId(-1), fTypeId(-1) { in MeasureUnit()
2149 fTypeId = other.fTypeId; in operator =()
2163 fTypeId = other.fTypeId; in operator =()
2181 if (fTypeId == -1) { in getType()
2184 return gTypes[fTypeId]; in getType()
2189 if (fTypeId == -1) { in getSubtype()
2305 fTypeId = result; in initTime()
2306 result = binarySearch(gSubTypes, gOffsets[fTypeId], gOffsets[fTypeId + 1], timeId); in initTime()
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h66 return fTypeId == that.fTypeId &&
72 SpvId fTypeId; member
DSkSLSPIRVCodeGenerator.cpp1306 this->writeWord(key.fTypeId, fConstantBuffer); in writeConstantVector()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasunit.h1358 int32_t fTypeId;
1362 MeasureUnit(int32_t typeId, int32_t subTypeId) : fTypeId(typeId), fSubTypeId(subTypeId) { in MeasureUnit()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasunit.h3702 int8_t fTypeId; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmeasunit.h3714 int8_t fTypeId; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dmeasunit.h3702 int8_t fTypeId; variable