Searched refs:pFixedPos (Results 1 – 1 of 1) sorted by relevance
1040 const char* pFixedPos = std::search( pStream, pExecPos, pFixed, pFixed+13 ); in identifyType1Font() local1041 if( pFixedPos != pExecPos ) in identifyType1Font()1044 while( pFixedPos < pExecPos-4 && in identifyType1Font()1045 ( *pFixedPos == ' ' || in identifyType1Font()1046 *pFixedPos == '\t' || in identifyType1Font()1047 *pFixedPos == '\r' || in identifyType1Font()1048 *pFixedPos == '\n' ) ) in identifyType1Font()1050 pFixedPos++; in identifyType1Font()1053 if( rtl_str_compareIgnoreAsciiCase_WithLength( pFixedPos, 4, "true", 4 ) == 0 ) in identifyType1Font()
Completed in 89 milliseconds