Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c115 int8_t hexType; /* HEX_0X or HEX_0h */ member
231 static int32_t hexType = HEX_0X; variable
240 hexType = assemblyHeader[idx].hexType; /* set the hex type */ in checkAssemblyHeaderName()
500 if(hexType==HEX_0X) { in write32()
503 } else if(hexType==HEX_0H) { in write32()
521 if(hexType==HEX_0H) { in write32()