Searched refs:pDelims (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/io/source/TextInputStream/ |
H A D | TextInputStream.cxx | 214 const sal_Unicode* pDelims = Delimiters.getConstArray(); in implReadString() local 264 if( c == pDelims[ i ] ) in implReadString()
|
/aoo41x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 594 sal_Unicode pDelims[] = { '!', '/', ':', '.', '\\', 0 }; in GeneratePackageName() local 597 while( STRING_NOTFOUND != ( nPos = rPackageName.SearchChar( pDelims, nPos ))) in GeneratePackageName()
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1734 sal_Unicode pDelims[] = { '!', '/', ':', '.', '\\', 0 }; in GeneratePackageName() local 1737 while( STRING_NOTFOUND != ( nPos = rPackageName.SearchChar( pDelims, nPos ))) in GeneratePackageName()
|
Completed in 35 milliseconds