Searched refs:typeEnum (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp98 makeTypeLetter(int32_t typeEnum) { argument
99 return types[typeEnum];
104 int32_t typeEnum=makeTypeEnum(type); local
105 charset=(uint8_t)(typeEnum>>1);
106 isBigEndian=(UBool)(typeEnum&1);
308 int32_t fileLength, typeEnum; local
352 typeEnum=getTypeEnumForInputData(data.getAlias(), length, &errorCode);
353 if(typeEnum<0 || U_FAILURE(errorCode)) {
362 type=makeTypeLetter(typeEnum);
450 int32_t itemLength, typeEnum; local
[all...]
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
H A DglsAttributeLocationTests.cpp651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) argument
654 , m_glTypeEnum (typeEnum)

Completed in 155 milliseconds