Searched refs:replaceChar (Results 1 – 8 of 8) sorted by relevance
158 for (m = map; m->replaceChar; m++) { in folding()166 *dst++ = m->replaceChar; in folding()175 if (! m->replaceChar) { in folding()
503 class replaceChar : public CppUnit::TestFixture class531 CPPUNIT_TEST_SUITE(replaceChar);869 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_str::replaceChar, "rtl_str");
38 rtl_str.replaceChar.replaceChar_000
338 public String replace(String origString, String origChar, String replaceChar){ in replace() argument344 first=first.concat(replaceChar); in replace()
524 class replaceChar : public CppUnit::TestFixture class555 CPPUNIT_TEST_SUITE(replaceChar);1396 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_ustr::replaceChar, "rtl_ustr");
37 rtl_ustr.replaceChar.replaceChar_000
34 sal_Unicode replaceChar; member
523 void SAL_CALL IMPL_RTL_STRNAME( replaceChar )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME() argument
Completed in 49 milliseconds