Searched refs:stripBlanks (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 161 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen); 454 pStr = stripBlanks(pStr, NULL); in osl_readProfileString() 456 pStr = stripBlanks(pStr, &MaxLen); in osl_readProfileString() 1436 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen) in stripBlanks() function 1583 Entry = stripBlanks(Entry, &Len); in setEntry() 1621 Entry = stripBlanks(Entry, &Len); in addEntry() 1675 Section = (sal_Char *)stripBlanks(Section, &Len); in addSection() 1716 Section = (sal_Char *)stripBlanks(Section, &Len); in findEntry() 1736 Entry = stripBlanks(Entry, &Len); in findEntry() 1779 pStr = (sal_Char *)stripBlanks(pProfile->m_Lines[i], NULL); in loadProfile()
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 155 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen); 494 pStr = stripBlanks(pStr, NULL); in osl_readProfileString() 496 pStr = stripBlanks(pStr, &MaxLen); in osl_readProfileString() 1560 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen) in stripBlanks() function 1727 Entry = stripBlanks(Entry, &Len); in setEntry() 1765 Entry = stripBlanks(Entry, &Len); in addEntry() 1836 Section = (sal_Char *)stripBlanks(Section, &Len); in addSection() 1883 Section = (sal_Char *)stripBlanks(Section, &Len); in findEntry() 1903 Entry = stripBlanks(Entry, &Len); in findEntry() 1946 pStr = (sal_Char *)stripBlanks(pProfile->m_Lines[i], NULL); in loadProfile()
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 149 static sal_Char* stripBlanks(sal_Char* String, sal_uInt32* pLen); 546 pStr = stripBlanks(pStr, NULL); in osl_readProfileString() 548 pStr = stripBlanks(pStr, &MaxLen); in osl_readProfileString() 1502 static sal_Char* stripBlanks(sal_Char* String, sal_uInt32* pLen) in stripBlanks() function 1669 Entry = stripBlanks(Entry, &Len); in setEntry() 1707 Entry = stripBlanks(Entry, &Len); in addEntry() 1900 pStr = (sal_Char *)stripBlanks(pProfile->m_Lines[i], NULL); in loadProfile()
|
Completed in 41 milliseconds