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

/external/icu4c/tools/toolutil/
H A Dpackage.cpp100 makeTypeLetter(int32_t typeEnum) { argument
101 return types[typeEnum];
106 int32_t typeEnum=makeTypeEnum(type); local
107 charset=(uint8_t)(typeEnum>>1);
108 isBigEndian=(UBool)(typeEnum&1);
311 int32_t fileLength, typeEnum; local
356 typeEnum=getTypeEnumForInputData(data, length, &errorCode);
357 if(typeEnum<0 || U_FAILURE(errorCode)) {
367 type=makeTypeLetter(typeEnum);
444 int32_t itemLength, typeEnum; local
[all...]

Completed in 49 milliseconds