Searched refs:gTypes (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | Polystar.cpp | 87 static constexpr PolystarGeometryAdapter::Type gTypes[] = { in AttachPolystarGeometry() local 93 if (type >= SK_ARRAY_COUNT(gTypes)) { in AttachPolystarGeometry() 99 (jstar, abuilder, gTypes[type]); in AttachPolystarGeometry()
|
/third_party/skia/modules/particles/src/ |
D | SkReflected.cpp | 10 SkSTArray<16, const SkReflected::Type*, true> SkReflected::gTypes; member in SkReflected 13 for (const Type* type : gTypes) { in VisitTypes()
|
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 79 for (const Type* type : gTypes) { in CreateInstance() 94 gTypes.push_back(type); in RegisterOnce() 100 static SkSTArray<16, const Type*, true> gTypes;
|
/third_party/icu/icu4c/source/i18n/ |
D | measunit.cpp | 69 static const char * const gTypes[] = { variable 2203 return gTypes[fTypeId]; in getType() 2241 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() 2260 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() 2277 gTypes, UPRV_LENGTHOF(gTypes), &errorCode); in getAvailableTypes() 2293 U_ASSERT(uprv_strcmp(gTypes[kCurrencyOffset], "currency") == 0); in findBySubType() 2322 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "duration"); in initTime() 2331 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "currency"); in initCurrency()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measunit.cpp | 69 static const char * const gTypes[] = { variable 2166 return gTypes[fTypeId]; in getType() 2204 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() 2223 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() 2240 gTypes, UPRV_LENGTHOF(gTypes), &errorCode); in getAvailableTypes() 2256 U_ASSERT(uprv_strcmp(gTypes[kCurrencyOffset], "currency") == 0); in findBySubType() 2285 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "duration"); in initTime() 2294 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "currency"); in initCurrency()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measunit.cpp | 69 static const char * const gTypes[] = { variable 2221 return gTypes[fTypeId]; in getType() 2259 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() 2278 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() 2295 gTypes, UPRV_LENGTHOF(gTypes), &errorCode); in getAvailableTypes() 2311 U_ASSERT(uprv_strcmp(gTypes[kCurrencyOffset], "currency") == 0); in findBySubType() 2340 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "duration"); in initTime() 2349 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "currency"); in initCurrency()
|