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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c113 int8_t hexType; /* HEX_0X or HEX_0h */ member in struct:AssemblyType
231 static int32_t hexType = HEX_0X; variable
240 hexType = assemblyHeader[idx].hexType; /* set the hex type */
500 if(hexType==HEX_0X) {
503 } else if(hexType==HEX_0H) {
521 if(hexType==HEX_0H) {
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c113 int8_t hexType; /* HEX_0X or HEX_0h */ member in struct:AssemblyType
223 static int32_t hexType = HEX_0X; variable
232 hexType = assemblyHeader[idx].hexType; /* set the hex type */
492 if(hexType==HEX_0X) {
495 } else if(hexType==HEX_0H) {
513 if(hexType==HEX_0H) {

Completed in 1204 milliseconds