Home
last modified time | relevance | path

Searched refs:actualType (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dlocavailable.cpp148 ULocAvailableType actualType = fType; in next() local
155 actualType = ULOC_AVAILABLE_DEFAULT; in next()
158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES; in next()
163 int32_t count = gAvailableLocaleCounts[actualType]; in next()
166 result = gAvailableLocaleNames[actualType][actualIndex]; in next()
Ducptrie.cpp57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() local
60 type = actualType; in ucptrie_openFromBinary()
65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary()
/third_party/icu/icu4c/source/common/
Dlocavailable.cpp148 ULocAvailableType actualType = fType; in next() local
155 actualType = ULOC_AVAILABLE_DEFAULT; in next()
158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES; in next()
163 int32_t count = gAvailableLocaleCounts[actualType]; in next()
166 result = gAvailableLocaleNames[actualType][actualIndex]; in next()
Ducptrie.cpp57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() local
60 type = actualType; in ucptrie_openFromBinary()
65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary()
/third_party/skia/third_party/externals/icu/source/common/
Dlocavailable.cpp148 ULocAvailableType actualType = fType; in next() local
155 actualType = ULOC_AVAILABLE_DEFAULT; in next()
158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES; in next()
163 int32_t count = gAvailableLocaleCounts[actualType]; in next()
166 result = gAvailableLocaleNames[actualType][actualIndex]; in next()
Ducptrie.cpp57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() local
60 type = actualType; in ucptrie_openFromBinary()
65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java190 Type actualType; in fromBinary() local
192 case 0: actualType = Type.FAST; break; in fromBinary()
193 case 1: actualType = Type.SMALL; break; in fromBinary()
213 type = actualType; in fromBinary()
218 if (type != actualType || valueWidth != actualValueWidth) { in fromBinary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java182 Type actualType; in fromBinary() local
184 case 0: actualType = Type.FAST; break; in fromBinary()
185 case 1: actualType = Type.SMALL; break; in fromBinary()
205 type = actualType; in fromBinary()
210 if (type != actualType || valueWidth != actualValueWidth) { in fromBinary()
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp601 DSLType actualType = *type; in structDeclaration() local
608 actualType = dsl::Array(actualType, this->arraySize(), this->position(memberName)); in structDeclaration()
613 fields.push_back(DSLField(modifiers, std::move(actualType), this->text(memberName), in structDeclaration()
867 DSLType actualType = *type; in interfaceBlock() local
871 actualType = Array(std::move(actualType), this->arraySize(), in interfaceBlock()
881 fields.push_back(dsl::Field(fieldModifiers, std::move(actualType), in interfaceBlock()
/third_party/skia/tests/
DGeometryTest.cpp291 SkCubicType actualType = SkClassifyCubic(bezierPoints.data()); in check_cubic_type() local
293 REPORTER_ASSERT(reporter, actualType == expectedType); in check_cubic_type()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h287 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType);
Dformatutils.cpp1864 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType) in MaybeOverrideLuminance() argument
1871 gl::GetInternalFormatInfo(actualFormat, actualType).pixelBytes); in MaybeOverrideLuminance()
1876 type = actualType; in MaybeOverrideLuminance()
/third_party/glfw/src/
Dx11_window.c1510 Atom actualType; in _glfwGetWindowPropertyX11() local
1521 &actualType, in _glfwGetWindowPropertyX11()
1527 if (type != AnyPropertyType && actualType != type) in _glfwGetWindowPropertyX11()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1094 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_');
1097 assert.equal(actualType.type, expectedType);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1094 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_');
1097 assert.equal(actualType.type, expectedType);
3023 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_');
3025 assert.equal(actualType.type, expectedType);
Dparserharness.types4428 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_');
4429 >actualType : Type
4440 …"' + expectedType + '"', function () { assert.equal(actualType.type, expectedTy…
4451 >function () { assert.equal(actualType.type, expectedType); } : (…
4453 assert.equal(actualType.type, expectedType);
4454 >assert.equal(actualType.type, expectedType) : any
4458 >actualType.type : any
4459 >actualType : Type
Dparserharness.symbols3204 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_');
3205 >actualType : Symbol(actualType, Decl(parserharness.ts, 1092, 19))
3216 assert.equal(actualType.type, expectedType);
3218 >actualType.type : Symbol(Type.type, Decl(parserharness.ts, 804, 24))
3219 >actualType : Symbol(actualType, Decl(parserharness.ts, 1092, 19))
Dparserharness.errors.txt1326 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_');
1329 assert.equal(actualType.type, expectedType);
/third_party/typescript/src/harness/
DfourslashImpl.ts2684 …const actualType = typeof actualClassification.classificationType === "number" ? this.classificat… constant
2686 if (expectedType !== actualType) {
2689 actualType +