Home
last modified time | relevance | path

Searched refs:GetChar (Results 1 – 25 of 30) sorted by relevance

12

/external/pdfium/xfa/src/fee/src/fx_wordbreak/
Dfx_wordbreak_impl.cpp38 FX_WCHAR CFX_CharIter::GetChar() { in GetChar() function in CFX_CharIter
128 lpBuf[i++] = pTempIter->GetChar(); in GetWord()
151 FX_WCHAR wcTemp = pIter->GetChar(); in FindNextBreakPos()
155 FX_WCHAR wcTemp = pIter->GetChar(); in FindNextBreakPos()
160 FX_WCHAR wcTemp = pIter->GetChar(); in FindNextBreakPos()
221 wcTemp = pIter->GetChar(); in FindNextBreakPos()
Dfx_wordbreak_impl.h32 virtual FX_WCHAR GetChar();
/external/lzma/CPP/Common/
DStdInStream.cpp44 int intChar = GetChar(); in ScanStringUntilNewLine()
79 while ((c = GetChar()) != EOF) in ReadToString()
88 int CStdInStream::GetChar() in GetChar() function in CStdInStream
DStdInStream.h28 int GetChar();
/external/ImageMagick/MagickWand/
Dscript-token.c318 #define GetChar(c) \ macro
382 GetChar(c); in GetScriptToken()
436 GetChar(c); in GetScriptToken()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtparag.cpp50 FX_WCHAR wAppend = pIter->GetChar(); in LoadParag()
114 FX_WCHAR wAppend = pIter->GetChar(); in CalcLines()
Dfde_txtedtbuf.h22 virtual FX_WCHAR GetChar();
Dfde_txtedtpage.cpp49 pBuffer[i] = m_pPage->GetChar((void*)hText, i); in GetString()
448 FX_WCHAR wAppend = pIter->GetChar(); in LoadPage()
616 FX_WCHAR CFDE_TxtEdtPage::GetChar(void* pIdentity, int32_t index) const { in GetChar() function in CFDE_TxtEdtPage
622 FX_WCHAR wChar = m_pIter->GetChar(); in GetChar()
Dfde_txtedtengine.cpp855 wc = pIter->GetChar(); in SetFormatBlock()
1413 wChar = pIter->GetChar(); in RebuildParagraphs()
2070 FX_WCHAR wc = pIter->GetChar(); in GetFieldBoundary()
2088 FX_WCHAR wc = pIter->GetChar(); in GetFieldBoundary()
2092 FX_DWORD dwPre = (FX_DWORD)pIter->GetChar(); in GetFieldBoundary()
2094 FX_DWORD dwCur = (FX_DWORD)pIter->GetChar(); in GetFieldBoundary()
2123 FX_WCHAR wc = pIter->GetChar(); in FindEditableField()
2136 FX_WCHAR wc = pIter->GetChar(); in FindEditableField()
2150 FX_DWORD dwPre = (FX_DWORD)pIter->GetChar(); in FindEditableField()
2152 FX_DWORD dwCur = (FX_DWORD)pIter->GetChar(); in FindEditableField()
[all …]
Dfde_txtedtpage.h126 virtual FX_WCHAR GetChar(void* pIdentity, int32_t index) const;
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp330 if (packet.GetChar() == ':') in Handle_qfProcessInfo()
588 if (packet.GetChar() != ',') in Handle_A()
600 if (packet.GetChar() != ',') in Handle_A()
615 if (packet.GetChar() != ',') in Handle_A()
DGDBRemoteCommunicationClient.cpp569 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse()
622 switch (extra_stop_reply_packet.GetChar()) in SendContinuePacketAndWaitForResponse()
912 if (response.GetChar() == 'Q') in GetCurrentProcessID()
913 if (response.GetChar() == 'C') in GetCurrentProcessID()
928 if (response.GetChar() == 'E') in GetLaunchSuccess()
2302 char ch = response.GetChar(); in GetCurrentThreadIDs()
2315 ch = response.GetChar(); // Skip the command separator in GetCurrentThreadIDs()
/external/lldb/source/Utility/
DStringExtractor.h96 GetChar (char fail_value = '\0');
DStringExtractor.cpp129 StringExtractor::GetChar (char fail_value) in GetChar() function in StringExtractor
/external/pdfium/xfa/src/fdp/src/css/
Dfde_csssyntax.h37 FX_WCHAR GetChar() const { return m_pBuffer[m_iDatPos]; } in GetChar() function
Dfde_csssyntax.cpp98 wch = m_TextPlane.GetChar(); in DoSyntaxParse()
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h73 virtual FX_WCHAR GetChar(void* pIdentity, int32_t index) const = 0;
Dfx_rbk.h124 CFX_RTFChar& GetChar(int32_t index) { in GetChar() function
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1227 wch = pAccess->GetChar(pIdentity, i); in GetDisplayPos()
1245 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1285 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1319 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1595 wch = pAccess->GetChar(pIdentity, i); in GetCharRects()
Dfx_rtfbreak.cpp269 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1); in SetBreakStatus()
643 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1); in EndBreak()
676 CFX_RTFChar& tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1); in EndBreak_SplitLine()
864 const CFX_RTFChar& tc = ttp.GetChar(j); in EndBreak_Alignment()
908 CFX_RTFChar& tc = ttp.GetChar(j); in EndBreak_Alignment()
Dfx_rtfbreak.h24 CFX_RTFChar& GetChar(int32_t index) { in GetChar() function
/external/pdfium/xfa/src/fee/include/
Difde_txtedtengine.h174 virtual FX_WCHAR GetChar() = 0;
/external/tinyxml/
Dtinyxmlparser.cpp571 p = GetChar( p, cArr, &len, encoding ); in ReadText()
605 p = GetChar( p, cArr, &len, encoding ); in ReadText()
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp2106 char ch = packet.GetChar(); in HandlePacket_QSetSTDIO()
2107 while (packet.GetChar() != ':') in HandlePacket_QSetSTDIO()
2950 if (packet.GetChar() == ',') in HandlePacket_AllocateMemory()
2955 while (success && (ch = packet.GetChar()) != '\0') in HandlePacket_AllocateMemory()
3480 const char cmd_char = packet.GetChar(); in HandlePacket_P()
3483 const char equal_char = packet.GetChar(); in HandlePacket_P()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp592 p = GetChar( p, cArr, &len, encoding ); in ReadText()
626 p = GetChar( p, cArr, &len, encoding ); in ReadText()

12