Home
last modified time | relevance | path

Searched refs:HEX_DIGIT (Results 1 – 20 of 20) sorted by relevance

/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTLexer.g60 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/
DUtility.java669 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/
DUtility.java673 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/
DexpectedTokensTestGrammar.g8 * 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/
Dfloatobject.c1408 #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/
Dfloatobject.c1590 #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/
DUProperty.java157 public static final int HEX_DIGIT = 13; field
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java142 public static final int HEX_DIGIT = 13; field
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java1797 { 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/
DUCharacterTest.java1794 { 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/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j59.api3.gz
Dicu4j58.api3.gz
Dicu4j61.api3.gz12;ICU4J 61.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j60.api3.gz
Dicu4j62.api3.gz
Dicu4j63.api3.gz