Searched refs:preChar (Results 1 – 2 of 2) sorted by relevance
893 PAGECHAR_INFO preChar = in FindPreviousTextObject() local896 if (preChar.m_pTextObj) in FindPreviousTextObject()897 m_pPreTextObj = preChar.m_pTextObj; in FindPreviousTextObject()1338 wchar_t preChar = PrevStr.Last(); in ProcessInsertObject() local1361 preChar != L' ') { in ProcessInsertObject()1362 if (curChar != L' ' && preChar != L' ') { in ProcessInsertObject()1453 const PAGECHAR_INFO* preChar; in GenerateCharInfo() local1455 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 …]
3016 char preChar[256], postChar[256]; in syntaxError() local3017 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()