Home
last modified time | relevance | path

Searched refs:preChar (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp893 PAGECHAR_INFO preChar = in FindPreviousTextObject() local
896 if (preChar.m_pTextObj) in FindPreviousTextObject()
897 m_pPreTextObj = preChar.m_pTextObj; in FindPreviousTextObject()
1338 wchar_t preChar = PrevStr.Last(); in ProcessInsertObject() local
1361 preChar != L' ') { in ProcessInsertObject()
1362 if (curChar != L' ' && preChar != L' ') { in ProcessInsertObject()
1453 const PAGECHAR_INFO* preChar; in GenerateCharInfo() local
1455 preChar = &m_TempCharList.back(); in GenerateCharInfo()
1457 preChar = &m_CharList.back(); in GenerateCharInfo()
1468 if (preChar->m_pTextObj && preChar->m_CharCode != -1) { in GenerateCharInfo()
[all …]
/external/cldr/tools/c/genldml/
Dgenldml.cpp3016 char preChar[256], postChar[256]; in syntaxError() local
3017 preCon.extract(0,preCon.length(),preChar,sizeof(preChar)); in syntaxError()
3019 printf("parseRules() failed. Pre-context: %s \t post-context: %s \n",preChar, postChar); in syntaxError()