/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/ |
D | TestCharTypes.java | 3 import com.fasterxml.jackson.core.io.CharTypes; 11 CharTypes.appendQuoted(sb, "\n"); in testQuoting() 14 CharTypes.appendQuoted(sb, "\u0000"); in testQuoting()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/io/ |
D | TestCharTypes.java | 17 CharTypes.appendQuoted(sb, input); in testAppendQuoted0_31() 28 assertEquals(-1, CharTypes.charToHex(input)); in testHexOutOfRange()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonStreamContext.java | 8 import com.fasterxml.jackson.core.io.CharTypes; 277 CharTypes.appendQuoted(sb, currentName); in toString()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/ |
D | JsonStringEncoder.java | 24 private final static char[] HC = CharTypes.copyHexChars(); 26 private final static byte[] HB = CharTypes.copyHexBytes(); 68 final int[] escCodes = CharTypes.get7BitOutputEscapes(); in quoteAsString() 146 final int[] escCodes = CharTypes.get7BitOutputEscapes(); in quoteAsString() 217 final int[] escCodes = CharTypes.get7BitOutputEscapes(); in quoteAsString() 264 final int[] escCodes = CharTypes.get7BitOutputEscapes(); in quoteAsUTF8()
|
D | CharacterEscapes.java | 68 int[] esc = CharTypes.get7BitOutputEscapes(); in standardAsciiEscapesForJSON()
|
D | CharTypes.java | 5 public final class CharTypes class
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
D | TextNode.java | 6 import com.fasterxml.jackson.core.io.CharTypes; 173 CharTypes.appendQuoted(sb, content); in appendQuoted()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/ |
D | JsonGeneratorImpl.java | 7 import com.fasterxml.jackson.core.io.CharTypes; 32 protected final static int[] sOutputEscapes = CharTypes.get7BitOutputEscapes();
|
D | UTF8DataInputJsonParser.java | 8 import com.fasterxml.jackson.core.io.CharTypes; 57 private final static int[] _icUTF8 = CharTypes.getInputCodeUtf8(); 61 protected final static int[] _icLatin1 = CharTypes.getInputCodeLatin1(); 1550 final int[] codes = CharTypes.getInputCodeUtf8JsNames(); in _handleOddName() 2427 final int[] codes = CharTypes.getInputCodeComment(); in _skipCComment() 2480 final int[] codes = CharTypes.getInputCodeComment(); in _skipLine() 2546 int digit = CharTypes.charToHex(ch); in _decodeEscaped()
|
D | UTF8StreamJsonParser.java | 7 import com.fasterxml.jackson.core.io.CharTypes; 37 private final static int[] _icUTF8 = CharTypes.getInputCodeUtf8(); 41 protected final static int[] _icLatin1 = CharTypes.getInputCodeLatin1(); 2060 final int[] codes = CharTypes.getInputCodeUtf8JsNames(); in _handleOddName() 3184 final int[] codes = CharTypes.getInputCodeComment(); in _skipCComment() 3243 final int[] codes = CharTypes.getInputCodeComment(); in _skipLine() 3322 int digit = CharTypes.charToHex(ch); in _decodeEscaped()
|
D | UTF8JsonGenerator.java | 8 import com.fasterxml.jackson.core.io.CharTypes; 32 private final static byte[] HEX_CHARS = CharTypes.copyHexBytes(); 127 _outputEscapes = CharTypes.get7BitOutputEscapes(quoteChar); in UTF8JsonGenerator() 160 _outputEscapes = CharTypes.get7BitOutputEscapes(quoteChar); in UTF8JsonGenerator()
|
D | ReaderBasedJsonParser.java | 7 import com.fasterxml.jackson.core.io.CharTypes; 41 protected final static int[] _icLatin1 = CharTypes.getInputCodeLatin1(); 1816 final int[] codes = CharTypes.getInputCodeLatin1JsNames(); in _handleOddName() 2592 int digit = CharTypes.charToHex(ch); in _decodeEscaped()
|
D | WriterBasedJsonGenerator.java | 8 import com.fasterxml.jackson.core.io.CharTypes; 22 final protected static char[] HEX_CHARS = CharTypes.copyHexChars(); 113 _outputEscapes = CharTypes.get7BitOutputEscapes(quoteChar); in WriterBasedJsonGenerator()
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-basic.ll | 24 ; void CharTypes() { 214 ; CHECK: Name: CharTypes 302 ; CHECK: Type: CharTypes (0x1012) 303 ; CHECK: DisplayName: CharTypes 304 ; CHECK: LinkageName: ?CharTypes@@YAXXZ 428 define void @"\01?CharTypes@@YAXXZ"() #3 !dbg !72 { 528 !72 = distinct !DISubprogram(name: "CharTypes", linkageName: "\01?CharTypes@@YAXXZ", scope: !1, fil…
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FuzzyMatch.cpp | 114 constexpr static uint8_t CharTypes[] = { variable 159 CharType Type = packedLookup<CharType>(CharTypes, Text[0]); in calculateRoles() 168 Type = packedLookup<CharType>(CharTypes, Text[I + 1]); in calculateRoles()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/ |
D | NonBlockingJsonParser.java | 9 import com.fasterxml.jackson.core.io.CharTypes; 37 private final static int[] _icUTF8 = CharTypes.getInputCodeUtf8(); 41 protected final static int[] _icLatin1 = CharTypes.getInputCodeLatin1(); 2119 final int[] codes = CharTypes.getInputCodeUtf8JsNames(); in _handleOddName() 2137 final int[] codes = CharTypes.getInputCodeUtf8JsNames(); in _finishUnquotedName() 2379 int digit = CharTypes.charToHex(c); in _decodeSplitEscaped() 2824 int digit = CharTypes.charToHex(ch); in _decodeFastCharEscape() 2829 digit = CharTypes.charToHex(ch); in _decodeFastCharEscape() 2833 digit = CharTypes.charToHex(ch); in _decodeFastCharEscape() 2837 digit = CharTypes.charToHex(ch); in _decodeFastCharEscape()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | types-basic.ll | 26 ; void CharTypes() { 211 ; CHECK: Name: CharTypes 299 ; CHECK: Type: CharTypes (0x1012) 300 ; CHECK: DisplayName: CharTypes 301 ; CHECK: LinkageName: ?CharTypes@@YAXXZ 497 ; ASM: .asciz "CharTypes" # Name 601 define void @"\01?CharTypes@@YAXXZ"() #3 !dbg !72 { 701 !72 = distinct !DISubprogram(name: "CharTypes", linkageName: "\01?CharTypes@@YAXXZ", scope: !1, fil…
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1424 TEST(Layout, CharTypes) { in TEST() argument
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1492 TEST(Layout, CharTypes) { in TEST() argument
|
/external/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1424 TEST(Layout, CharTypes) { in TEST() argument
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1426 TEST(Layout, CharTypes) { in TEST() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 1426 TEST(Layout, CharTypes) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout_test.cc | 1492 TEST(Layout, CharTypes) { in TEST() argument
|