Home
last modified time | relevance | path

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

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