Searched refs:cp1 (Results 1 – 3 of 3) sorted by relevance
467 while ( *cp1 ) in InitData()471 if ( *(cp1+1) == '*' || *(cp1+1) == '?' ) // naechstes Joker? in InitData()478 else if ( *cp1 == '*' || *cp1 == '?' ) // Joker in InitData()486 *cp2++ = *cp1++; in InitData()731 cp1 = cLine; in main()734 while ( *cp1 ) in main()736 while ( *cp1 && IsDelim(*cp1) ) in main()737 cp1++; in main()739 while ( *cp1 && !IsDelim(*cp1) ) in main()742 while ( *cp1 && IsDelim(*cp1) ) in main()[all …]
58 --stringparam cp1 $(CPUNAME) --stringparam type html --stringparam lang1 $* \68 --stringparam cp1 $(CPUNAME) --stringparam type html --stringparam lang1 $* \76 …--stringparam cp1 $(CPUNAME) --stringparam type text --stringparam lang1 $(@:b:s/readme_//:s/READM…
90 …Property::Pointer_t cp1 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(… in testCreateCompositeProperty() local92 …CPPUNIT_ASSERT_MESSAGE("Failed to get NS_style::LN_font_face", cp1->findChild(NS_style::LN_font_fa… in testCreateCompositeProperty()93 …CPPUNIT_ASSERT_MESSAGE("Failed to get NS_fo::LN_font_weight", cp1->findChild(NS_fo::LN_font_weight… in testCreateCompositeProperty()118 …Property::Pointer_t cp1 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(… in testCompareCompositeProperties() local125 CPPUNIT_ASSERT_MESSAGE("cp1 == cp2 failed", cp1 == cp2); in testCompareCompositeProperties()
Completed in 13 milliseconds