/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
D | TLexer.g | 60 HEX_DIGIT : ('0'..'9'|'a'..'f'|'A'..'F') ; 78 : '\\' 'u' HEX_DIGIT HEX_DIGIT HEX_DIGIT HEX_DIGIT
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Utility.java | 669 buffer.append(HEX_DIGIT[(c & 0700) >> 6]); // HEX_DIGIT works for octal in formatForSource() 670 buffer.append(HEX_DIGIT[(c & 0070) >> 3]); in formatForSource() 671 buffer.append(HEX_DIGIT[(c & 0007)]); in formatForSource() 681 buffer.append(HEX_DIGIT[(c & 0xF000) >> 12]); in formatForSource() 682 buffer.append(HEX_DIGIT[(c & 0x0F00) >> 8]); in formatForSource() 683 buffer.append(HEX_DIGIT[(c & 0x00F0) >> 4]); in formatForSource() 684 buffer.append(HEX_DIGIT[(c & 0x000F)]); in formatForSource() 693 static final char[] HEX_DIGIT = {'0','1','2','3','4','5','6','7', field in Utility 718 buffer.append(HEX_DIGIT[(c & 0700) >> 6]); // HEX_DIGIT works for octal in format1ForSource() 719 buffer.append(HEX_DIGIT[(c & 0070) >> 3]); in format1ForSource() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Utility.java | 673 buffer.append(HEX_DIGIT[(c & 0700) >> 6]); // HEX_DIGIT works for octal in formatForSource() 674 buffer.append(HEX_DIGIT[(c & 0070) >> 3]); in formatForSource() 675 buffer.append(HEX_DIGIT[(c & 0007)]); in formatForSource() 685 buffer.append(HEX_DIGIT[(c & 0xF000) >> 12]); in formatForSource() 686 buffer.append(HEX_DIGIT[(c & 0x0F00) >> 8]); in formatForSource() 687 buffer.append(HEX_DIGIT[(c & 0x00F0) >> 4]); in formatForSource() 688 buffer.append(HEX_DIGIT[(c & 0x000F)]); in formatForSource() 697 static final char[] HEX_DIGIT = {'0','1','2','3','4','5','6','7', field in Utility 722 buffer.append(HEX_DIGIT[(c & 0700) >> 6]); // HEX_DIGIT works for octal in format1ForSource() 723 buffer.append(HEX_DIGIT[(c & 0070) >> 3]); in format1ForSource() [all …]
|
/external/smali/smali/src/test/antlr/org/jf/smali/ |
D | expectedTokensTestGrammar.g | 8 * HEX_PREFIX, HEX_DIGIT, ESCAPE_SEQUENCE, STRING_LITERAL, BASE_STRING_LITERAL 106 fragment HEX_DIGIT 110 : HEX_DIGIT HEX_DIGIT HEX_DIGIT HEX_DIGIT;
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 1408 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex() macro 1417 while (ndigits > 0 && HEX_DIGIT(ndigits-1) == 0) in float_fromhex() 1431 for (digit = HEX_DIGIT(ndigits-1); digit != 0; digit /= 2) in float_fromhex() 1450 x = 16.0*x + HEX_DIGIT(i); in float_fromhex() 1459 x = 16.0*x + HEX_DIGIT(i); in float_fromhex() 1460 digit = HEX_DIGIT(key_digit); in float_fromhex() 1468 (half_eps == 8 && (HEX_DIGIT(key_digit+1) & 1) != 0)) in float_fromhex() 1472 if (HEX_DIGIT(i) != 0) { in float_fromhex()
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 1590 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex() macro 1599 while (ndigits > 0 && HEX_DIGIT(ndigits-1) == 0) in float_fromhex() 1613 for (digit = HEX_DIGIT(ndigits-1); digit != 0; digit /= 2) in float_fromhex() 1632 x = 16.0*x + HEX_DIGIT(i); in float_fromhex() 1641 x = 16.0*x + HEX_DIGIT(i); in float_fromhex() 1642 digit = HEX_DIGIT(key_digit); in float_fromhex() 1650 (half_eps == 8 && (HEX_DIGIT(key_digit+1) & 1) != 0)) in float_fromhex() 1654 if (HEX_DIGIT(i) != 0) { in float_fromhex()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UProperty.java | 157 public static final int HEX_DIGIT = 13; field
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UProperty.java | 142 public static final int HEX_DIGIT = 13; field
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 1797 { 0x0044, UProperty.HEX_DIGIT, 1 }, in TestAdditionalProperties() 1798 { 0xff46, UProperty.HEX_DIGIT, 1 }, in TestAdditionalProperties() 1799 { 0x0047, UProperty.HEX_DIGIT, 0 }, in TestAdditionalProperties()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 1794 { 0x0044, UProperty.HEX_DIGIT, 1 }, in TestAdditionalProperties() 1795 { 0xff46, UProperty.HEX_DIGIT, 1 }, in TestAdditionalProperties() 1796 { 0x0047, UProperty.HEX_DIGIT, 0 }, in TestAdditionalProperties()
|
/external/icu/icu4j/tools/build/ |
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j57.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j59.api3.gz |
|
D | icu4j58.api3.gz |
|
D | icu4j61.api3.gz | 12;ICU4J 61.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j60.api3.gz |
|
D | icu4j62.api3.gz |
|
D | icu4j63.api3.gz |
|