/external/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 63 constexpr char GetChar(string_view str, size_t index) { in GetChar() function 73 return ContainsChar(chars, GetChar(format, 0)) in ConsumeAnyOf() 89 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar() 95 return IsDigit(GetChar(format, 0)) 97 10 * value + GetChar(format, 0) - '0') 154 return IsDigit(GetChar(format_, 0)) in ParseWidth() 156 : GetChar(format_, 0) == '*' in ParseWidth() 169 return GetChar(format_, 0) != '.' in ParsePrecision() 171 : GetChar(format_, 1) == '*' in ParsePrecision() 190 GetChar(format_, 0)) in ParseConversion() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 56 constexpr char GetChar(string_view str, size_t index) { in GetChar() function 66 return ContainsChar(chars, GetChar(format, 0)) in ConsumeAnyOf() 82 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar() 88 return IsDigit(GetChar(format, 0)) 90 10 * value + GetChar(format, 0) - '0') 147 return IsDigit(GetChar(format_, 0)) in ParseWidth() 149 : GetChar(format_, 0) == '*' in ParseWidth() 162 return GetChar(format_, 0) != '.' in ParsePrecision() 164 : GetChar(format_, 1) == '*' in ParsePrecision() 183 GetChar(format_, 0)) in ParseConversion() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 63 constexpr char GetChar(string_view str, size_t index) { in GetChar() function 73 return ContainsChar(chars, GetChar(format, 0)) in ConsumeAnyOf() 89 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar() 95 return IsDigit(GetChar(format, 0)) 97 10 * value + GetChar(format, 0) - '0') 154 return IsDigit(GetChar(format_, 0)) in ParseWidth() 156 : GetChar(format_, 0) == '*' in ParseWidth() 169 return GetChar(format_, 0) != '.' in ParsePrecision() 171 : GetChar(format_, 1) == '*' in ParsePrecision() 190 GetChar(format_, 0)) in ParseConversion() [all …]
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | checker.h | 70 constexpr char GetChar(string_view str, size_t index) { in GetChar() function 80 return ContainsChar(chars, GetChar(format, 0)) in ConsumeAnyOf() 96 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar() 102 return IsDigit(GetChar(format, 0)) 104 10 * value + GetChar(format, 0) - '0') 161 return IsDigit(GetChar(format_, 0)) in ParseWidth() 163 : GetChar(format_, 0) == '*' in ParseWidth() 176 return GetChar(format_, 0) != '.' in ParsePrecision() 178 : GetChar(format_, 1) == '*' in ParsePrecision() 197 GetChar(format_, 0)) in ParseConversion() [all …]
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 70 constexpr char GetChar(string_view str, size_t index) { in GetChar() function 80 return ContainsChar(chars, GetChar(format, 0)) in ConsumeAnyOf() 96 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar() 102 return IsDigit(GetChar(format, 0)) 104 10 * value + GetChar(format, 0) - '0') 161 return IsDigit(GetChar(format_, 0)) in ParseWidth() 163 : GetChar(format_, 0) == '*' in ParseWidth() 176 return GetChar(format_, 0) != '.' in ParsePrecision() 178 : GetChar(format_, 1) == '*' in ParsePrecision() 197 GetChar(format_, 0)) in ParseConversion() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 56 constexpr char GetChar(string_view str, size_t index) { in GetChar() function 66 return ContainsChar(chars, GetChar(format, 0)) in ConsumeAnyOf() 82 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar() 88 return IsDigit(GetChar(format, 0)) 90 10 * value + GetChar(format, 0) - '0') 147 return IsDigit(GetChar(format_, 0)) in ParseWidth() 149 : GetChar(format_, 0) == '*' in ParseWidth() 162 return GetChar(format_, 0) != '.' in ParsePrecision() 164 : GetChar(format_, 1) == '*' in ParsePrecision() 183 GetChar(format_, 0)) in ParseConversion() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | LinuxProcMaps.cpp | 39 if (!line_extractor.GetBytesLeft() || (line_extractor.GetChar() != '-')) in ParseMemoryRegionInfoFromProcMapsLine() 48 if (!line_extractor.GetBytesLeft() || (line_extractor.GetChar() != ' ')) in ParseMemoryRegionInfoFromProcMapsLine() 68 const char read_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() 78 const char write_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() 88 const char exec_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() 97 line_extractor.GetChar(); // Read the private bit in ParseMemoryRegionInfoFromProcMapsLine() 101 line_extractor.GetChar(); // Read the device id separator in ParseMemoryRegionInfoFromProcMapsLine()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | JSON.cpp | 235 const char ch = GetChar(); in GetToken() 252 if (GetChar() == 'r') in GetToken() 253 if (GetChar() == 'u') in GetToken() 254 if (GetChar() == 'e') in GetToken() 259 if (GetChar() == 'a') in GetToken() 260 if (GetChar() == 'l') in GetToken() 261 if (GetChar() == 's') in GetToken() 262 if (GetChar() == 'e') in GetToken() 267 if (GetChar() == 'u') in GetToken() 268 if (GetChar() == 'l') in GetToken() [all …]
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 439 wchar_t ch = GetChar(pos - 1); in GetIndexLeft() 453 wchar_t ch = GetChar(pos); in GetIndexRight() 457 ch = GetChar(pos); in GetIndexRight() 475 ch = GetChar(line_start); in GetIndexUp() 500 ch = GetChar(line_end); in GetIndexDown() 522 wchar_t ch = GetChar(pos); in GetIndexAtStartOfLine() 529 ch = GetChar(pos - 1); in GetIndexAtStartOfLine() 543 wchar_t ch = GetChar(pos); in GetIndexAtEndOfLine() 551 ch = GetChar(pos); in GetIndexAtEndOfLine() 924 wchar_t CFDE_TextEditEngine::GetChar(size_t idx) const { in GetChar() function in CFDE_TextEditEngine [all …]
|
D | cfde_texteditengine_unittest.cpp | 242 TEST_F(CFDE_TextEditEngineTest, GetChar) { in TEST_F() argument 244 EXPECT_EQ(L'\0', engine()->GetChar(0)); in TEST_F() 247 EXPECT_EQ(L'H', engine()->GetChar(0)); in TEST_F() 248 EXPECT_EQ(L'd', engine()->GetChar(engine()->GetLength() - 1)); in TEST_F() 249 EXPECT_EQ(L' ', engine()->GetChar(5)); in TEST_F() 253 EXPECT_EQ(L'W', engine()->GetChar(8)); in TEST_F() 256 EXPECT_EQ(L'*', engine()->GetChar(8)); in TEST_F() 259 EXPECT_EQ(L'+', engine()->GetChar(8)); in TEST_F()
|
/external/libwebm/webvtt/ |
D | webvttparser.cc | 55 const int e = GetChar(&c); in GetLine() 92 const int e = GetChar(&c); in GetLine() 129 e = GetChar(&c); in Init() 261 int Parser::GetChar(char* c) { in GetChar() function in libwebvtt::Parser 268 return reader_->GetChar(c); in GetChar() 281 int e = GetChar(&c); in ParseBOM()
|
D | webvttparser.h | 22 virtual int GetChar(char* c) = 0; 105 virtual int GetChar(char* c);
|
D | vttreader.h | 33 virtual int GetChar(char* c);
|
D | vttreader.cc | 35 int VttReader::GetChar(char* c) { in GetChar() function in libwebvtt::VttReader
|
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 42 int intChar = GetChar(); in ScanAStringUntilNewLine() 86 int CStdInStream::GetChar() in GetChar() function in CStdInStream
|
D | StdInStream.h | 33 int GetChar();
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerCommon.cpp | 341 if (packet.GetChar() == ':') { in Handle_qfProcessInfo() 509 if (packet.GetChar() == ',') { in Handle_vFile_Open() 515 if (packet.GetChar() == ',') { in Handle_vFile_Open() 574 if (packet.GetChar() == ',') { in Handle_vFile_pRead() 576 if (packet.GetChar() == ',') { in Handle_vFile_pRead() 611 if (packet.GetChar() == ',') { in Handle_vFile_pWrite() 613 if (packet.GetChar() == ',') { in Handle_vFile_pWrite() 702 packet.GetChar(); // Skip ',' char in Handle_vFile_symlink() 734 if (packet.GetChar() == ',') { in Handle_qPlatform_shell() 737 if (packet.GetChar() == ',') in Handle_qPlatform_shell() [all …]
|
D | GDBRemoteCommunicationClient.cpp | 730 if (response.GetChar() == 'Q') { in GetCurrentProcessID() 731 if (response.GetChar() == 'C') { in GetCurrentProcessID() 766 if (response.GetChar() == 'E') { in GetLaunchSuccess() 1128 if (response.GetChar() == 'Q' && response.GetChar() == 'C') in GetDefaultThreadId() 2784 char ch = response.GetChar(); in GetCurrentThreadIDs() 2794 ch = response.GetChar(); // Skip the command separator in GetCurrentThreadIDs() 2858 if (response.GetChar() != 'F') in RunShellCommand() 2860 if (response.GetChar() != ',') in RunShellCommand() 2867 if (response.GetChar() != ',') in RunShellCommand() 2872 if (response.GetChar() != ',') in RunShellCommand() [all …]
|
D | GDBRemoteCommunicationServerLLGS.cpp | 1613 packet.GetChar(); in Handle_vCont() 1621 const char action = packet.GetChar(); in Handle_vCont() 1655 packet.GetChar(); in Handle_vCont() 2039 if ((packet.GetBytesLeft() < 1) || (packet.GetChar() != '=')) in Handle_P() 2127 const char h_variant = packet.GetChar(); in Handle_H() 2267 if ((packet.GetBytesLeft() < 1) || (packet.GetChar() != ',')) in Handle_memory_read() 2312 char kind = packet.GetChar('?'); in Handle_memory_read() 2345 if (packet.GetChar() != ',') in Handle__M() 2349 switch (packet.GetChar()) { in Handle__M() 2426 if ((packet.GetBytesLeft() < 1) || (packet.GetChar() != ',')) in Handle_M() [all …]
|
/external/ImageMagick/MagickWand/ |
D | script-token.c | 318 #define GetChar(c) \ macro 382 GetChar(c); in GetScriptToken() 436 GetChar(c); in GetScriptToken()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_breakline.h | 20 CFX_Char* GetChar(int32_t index);
|
D | cfx_breakline.cpp | 15 CFX_Char* CFX_BreakLine::GetChar(int32_t index) { in GetChar() function in CFX_BreakLine
|
D | cfx_breakpiece.h | 28 CFX_Char* GetChar(int32_t index) const;
|
D | cfx_txtbreak.cpp | 292 pTC = m_pCurLine->GetChar(m_pCurLine->m_LineChars.size() - 1); in EndBreak_SplitLine() 429 const CFX_Char* pTC = ttp.GetChar(j); in EndBreak_Alignment() 462 CFX_Char* pTC = ttp.GetChar(j); in EndBreak_Alignment() 709 wch = pEngine->GetChar(iAbsolute); in GetDisplayPos() 729 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos() 767 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos() 948 wch = pEngine->GetChar(iAbsolute); in GetCharRects()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssexttextbuf.h | 21 wchar_t GetChar() const { return m_pExtBuffer[m_iDatPos]; } in GetChar() function
|