Home
last modified time | relevance | path

Searched refs:actualType (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dlocavailable.cpp148 ULocAvailableType actualType = fType; variable
155 actualType = ULOC_AVAILABLE_DEFAULT;
158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES;
163 int32_t count = gAvailableLocaleCounts[actualType];
166 result = gAvailableLocaleNames[actualType][actualIndex];
H A 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/node/deps/icu-small/source/common/
H A Dlocavailable.cpp148 ULocAvailableType actualType = fType; variable
155 actualType = ULOC_AVAILABLE_DEFAULT;
158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES;
163 int32_t count = gAvailableLocaleCounts[actualType];
166 result = gAvailableLocaleNames[actualType][actualIndex];
H A 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/
H A Dlocavailable.cpp148 ULocAvailableType actualType = fType; variable
155 actualType = ULOC_AVAILABLE_DEFAULT;
158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES;
163 int32_t count = gAvailableLocaleCounts[actualType];
166 result = gAvailableLocaleNames[actualType][actualIndex];
H A 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/
H A DCodePointTrie.java190 Type actualType; in fromBinary()
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/
H A DCodePointTrie.java182 Type actualType; in fromBinary()
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/
H A 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/glfw/src/
H A Dx11_window.c964 Atom actualType; in getSelectionString() local
999 &actualType, in getSelectionString()
1005 if (actualType == _glfw.x11.INCR) in getSelectionString()
1028 &actualType, in getSelectionString()
1059 else if (actualType == targets[i]) in getSelectionString()
1849 Atom actualType; in _glfwGetWindowPropertyX11() local
1860 &actualType, in _glfwGetWindowPropertyX11()
/third_party/skia/tests/
H A 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/
H A Dformatutils.h287 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType);
H A 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/typescript/tests/baselines/reference/
H A 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);

Completed in 29 milliseconds