Home
last modified time | relevance | path

Searched refs:CharTypes (Results 1 – 23 of 23) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestCharTypes.java3 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/
DTestCharTypes.java17 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/
DJsonStreamContext.java8 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/
DJsonStringEncoder.java24 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()
DCharacterEscapes.java68 int[] esc = CharTypes.get7BitOutputEscapes(); in standardAsciiEscapesForJSON()
DCharTypes.java5 public final class CharTypes class
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DTextNode.java6 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/
DJsonGeneratorImpl.java7 import com.fasterxml.jackson.core.io.CharTypes;
32 protected final static int[] sOutputEscapes = CharTypes.get7BitOutputEscapes();
DUTF8DataInputJsonParser.java8 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()
DUTF8StreamJsonParser.java7 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()
DUTF8JsonGenerator.java8 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()
DReaderBasedJsonParser.java7 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()
DWriterBasedJsonGenerator.java8 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/
Dtypes-basic.ll24 ; 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/
DFuzzyMatch.cpp114 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/
DNonBlockingJsonParser.java9 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/
Dtypes-basic.ll26 ; 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/
Dlayout_test.cc1424 TEST(Layout, CharTypes) { in TEST() argument
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc1492 TEST(Layout, CharTypes) { in TEST() argument
/external/abseil-cpp/absl/container/internal/
Dlayout_test.cc1424 TEST(Layout, CharTypes) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dlayout_test.cc1426 TEST(Layout, CharTypes) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc1426 TEST(Layout, CharTypes) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dlayout_test.cc1492 TEST(Layout, CharTypes) { in TEST() argument