Searched refs:vtz (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | tzrulets.cpp | 1046 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps() local 1047 vtz->setTZURL(TESTURL1); in TestVTimeZoneHeaderProps() 1048 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps() 1052 vtz->write(vtzdata, status); in TestVTimeZoneHeaderProps() 1068 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps() 1092 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps() 1101 delete vtz; in TestVTimeZoneHeaderProps() 1625 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage() local 1632 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage() 1645 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | SkeletonControl.java | 349 float vtz = posBuf[idxPositions++]; in applySkinning() local 357 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight; in applySkinning() 358 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight; in applySkinning() 359 rz += (mat.m20 * vtx + mat.m21 * vty + mat.m22 * vtz + mat.m23) * weight; in applySkinning() 464 float vtz = posBuf[idxPositions++]; in applySkinningTangents() local 479 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight; in applySkinningTangents() 480 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight; in applySkinningTangents() 481 rz += (mat.m20 * vtx + mat.m21 * vty + mat.m22 * vtz + mat.m23) * weight; in applySkinningTangents()
|
/external/icu4c/i18n/ |
D | vtzone.cpp | 1046 VTimeZone *vtz = (VTimeZone*)&that; in operator ==() local 1047 if (*tz == *(vtz->tz) in operator ==() 1048 && tzurl == vtz->tzurl in operator ==() 1049 && lastmod == vtz->lastmod in operator ==() 1064 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneByID() local 1065 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID() 1066 vtz->tz->getID(vtz->olsonzid); in createVTimeZoneByID() 1076 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID() 1079 return vtz; in createVTimeZoneByID() 1087 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneFromBasicTimeZone() local [all …]
|