OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hexType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c
113
int8_t
hexType
; /* HEX_0X or HEX_0h */
231
static int32_t
hexType
= HEX_0X;
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) {
[
all
...]
/external/icu/icu4c/source/tools/toolutil/
pkg_genc.c
113
int8_t
hexType
; /* HEX_0X or HEX_0h */
223
static int32_t
hexType
= HEX_0X;
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) {
[
all
...]
Completed in 2013 milliseconds