HomeSort by relevance Sort by last modified time
    Searched refs:HEX (Results 1 - 21 of 21) sorted by null

  /external/icu4c/test/intltest/
testutil.cpp 14 static const UChar HEX[16]={48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70};
19 buf.append(HEX[0xF&(ch>>20)]);
21 buf.append(HEX[0xF&(ch>>16)]);
23 buf.append(HEX[0xF&(ch>>12)]);
24 buf.append(HEX[0xF&(ch>>8)]);
25 buf.append(HEX[0xF&(ch>>4)]);
26 buf.append(HEX[0xF&ch]);
30 UnicodeString TestUtility::hex(UChar32 ch) { function in class:TestUtility
36 UnicodeString TestUtility::hex(const UnicodeString& s) { function in class:TestUtility
37 return hex(s, 44 /*,*/)
40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { function in class:TestUtility
54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { function in class:TestUtility
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
testutil.cpp 14 static const UChar HEX[16]={48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70};
16 UnicodeString TestUtility::hex(UChar ch) { function in class:TestUtility
18 buf.append(HEX[0xF&(ch>>12)]);
19 buf.append(HEX[0xF&(ch>>8)]);
20 buf.append(HEX[0xF&(ch>>4)]);
21 buf.append(HEX[0xF&ch]);
25 UnicodeString TestUtility::hex(const UnicodeString& s) { function in class:TestUtility
26 return hex(s, 44 /*,*/);
29 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { function in class:TestUtility
31 UnicodeString result = hex(s.charAt(0))
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_par.h 43 HEX = 259,
67 #define HEX 259
prsa_par.y 138 %token COLON HEX
139 %token OBRACE EBRACE COLON HEX
145 %type <bn> HEX
215 | TAG_PUB HEX
290 MODULUS COLON HEX
292 | PUBLIC_EXPONENT COLON HEX
294 | PRIVATE_EXPONENT COLON HEX
296 | PRIME1 COLON HEX
298 | PRIME2 COLON HEX
300 | EXPONENT1 COLON HEX
    [all...]
prsa_tok.l 52 hex [0-9a-fA-F]
53 word6 {hex}{0,4}
67 return HEX;
  /external/e2fsprogs/ext2ed/
file_com.c 42 file_info.display=HEX;
59 if (file_info.display==HEX)
232 strcpy (buffer,"hex");
236 if (strcasecmp (buffer,"hex")==0) {
237 wprintw (command_win,"Display set to hex\n");wrefresh (command_win);
238 file_info.display=HEX;
441 int mode=HEX;
455 else if (strcasecmp (buffer,"hex")==0) {
456 mode=HEX;
464 if (mode==HEX) {
    [all...]
ext2ed.h 74 #define HEX 1
371 #define HEX 1
general_com.c 431 int mode=HEX;
445 else if (strcasecmp (buffer,"hex")==0) {
446 mode=HEX;
454 if (mode==HEX) {
504 if (strcmp (buffer,"none")==0 || strcmp (buffer,"hex")==0) {
505 wprintw (command_win,"Data will be shown as hex dump\n");refresh_command_win ();
dir_com.c 70 info_ptr->display=HEX; /* This is not actually used */
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 179 Serial.println( descType, HEX);
209 Serial.println(inEp.epAddr, HEX);
210 Serial.println(outEp.epAddr, HEX);
  /external/elfutils/src/
ldlex.l 68 HEX 0[xX][0-9a-fA-F]+[kKmM]?
162 {HEX}|{OCT}|{DEC} { char *endp;
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 108 Serial.print( rcode, HEX );
111 //Serial.println( direction, HEX );
117 Serial.print( rcode, HEX );
364 //Serial.println( usb_task_state, HEX );
  /bionic/libc/stdio/
vfprintf.c 185 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
194 char ox[2]; /* space for 0x hex-prefix */
591 base = HEX;
626 goto hex;
629 hex: _umax = UARG();
630 base = HEX;
677 case HEX:
  /external/libvpx/vp8/encoder/
onyx_int.h 161 HEX = 2
pickinter.c 719 if (cpi->sf.search_method == HEX)
rdopt.c     [all...]
onyx_if.c     [all...]
  /external/webkit/WebCore/css/
CSSGrammar.y 119 %nonassoc <string> HEX
965 | HEX {
    [all...]
CSSParser.cpp     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 559 milliseconds