HomeSort by relevance Sort by last modified time
    Searched refs:typeEnum (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
package.cpp 100 makeTypeLetter(int32_t typeEnum) {
101 return types[typeEnum];
106 int32_t typeEnum=makeTypeEnum(type);
107 charset=(uint8_t)(typeEnum>>1);
108 isBigEndian=(UBool)(typeEnum&1);
310 int32_t fileLength, typeEnum;
354 typeEnum=getTypeEnumForInputData(data.getAlias(), length, &errorCode);
355 if(typeEnum<0 || U_FAILURE(errorCode)) {
364 type=makeTypeLetter(typeEnum);
452 int32_t itemLength, typeEnum;
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
glsAttributeLocationTests.cpp 651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum)
654 , m_glTypeEnum (typeEnum)
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 155 milliseconds