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

/external/icu4c/tools/toolutil/
H A Dpkg_genc.c117 int8_t hexType; /* HEX_0X or HEX_0h */ member in struct:AssemblyType
208 static int32_t hexType = HEX_0X; variable
217 hexType = assemblyHeader[idx].hexType; /* set the hex type */
471 if(hexType==HEX_0X) {
474 } else if(hexType==HEX_0H) {
492 if(hexType==HEX_0H) {

Completed in 47 milliseconds