Searched refs:gTypes (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | measunit.cpp | 86 static const char * const gTypes[] = { variable 1174 return gTypes[fTypeId]; in getType() 1211 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() 1230 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() 1247 gTypes, UPRV_LENGTHOF(gTypes), &errorCode); in getAvailableTypes() 1266 int32_t t = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in internalGetIndexForTypeAndSubtype() 1320 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "duration"); in initTime() 1329 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "currency"); in initCurrency() 1343 int32_t result = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), "none"); in initNoUnit()
|
/external/skia/modules/particles/src/ |
D | SkReflected.cpp | 12 SkSTArray<16, const SkReflected::Type*, true> SkReflected::gTypes; member in SkReflected 15 for (const Type* type : gTypes) { in VisitTypes()
|
/external/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;
|
/external/skqp/modules/skottie/src/ |
D | SkottieShapeLayer.cpp | 102 static constexpr PolyStarAdapter::Type gTypes[] = { in AttachPolystarGeometry() local 108 if (type >= SK_ARRAY_COUNT(gTypes)) { in AttachPolystarGeometry() 114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()
|
/external/skia/modules/skottie/src/ |
D | SkottieShapeLayer.cpp | 102 static constexpr PolyStarAdapter::Type gTypes[] = { in AttachPolystarGeometry() local 108 if (type >= SK_ARRAY_COUNT(gTypes)) { in AttachPolystarGeometry() 114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()
|