Home
last modified time | relevance | path

Searched refs:cp1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/i18npool/source/search/
H A Dlevdis.cxx467 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 …]
/trunk/main/readlicense_oo/util/
H A Dmakefile.pmk58 --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…
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx90 …Property::Pointer_t cp1 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(… in testCreateCompositeProperty() local
92 …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() local
125 CPPUNIT_ASSERT_MESSAGE("cp1 == cp2 failed", cp1 == cp2); in testCompareCompositeProperties()

Completed in 28 milliseconds