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

/external/qemu/android/
H A Dconsole.c2319 char hemi; local
2343 hemi = 'N';
2346 hemi = 'S';
2353 stralloc_add_format( s, ",%02d%02d.%04d,%c", deg, min, (int)val, hemi );
2356 hemi = 'E';
2359 hemi = 'W';
2366 stralloc_add_format( s, ",%02d%02d.%04d,%c", deg, min, (int)val, hemi );

Completed in 83 milliseconds