Home
last modified time | relevance | path

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

/aoo4110/main/cosv/source/strings/
H A Dstreamstr.cxx714 for ( char * pChange = dpData + i_nStart; in to_lower() local
715 pChange != pStop; in to_lower()
716 ++pChange ) in to_lower()
718 *pChange = (static_cast< unsigned char >(*pChange) & 0x80) == 0 in to_lower()
719 ? cLower[ UINT8(*pChange) ] in to_lower()
720 : *pChange; in to_lower()
746 pChange != pStop; in to_upper()
747 ++pChange ) in to_upper()
749 *pChange = (static_cast< unsigned char >(*pChange) & 0x80) == 0 in to_upper()
750 ? cUpper[ UINT8(*pChange) ] in to_upper()
[all …]
/aoo4110/main/idl/source/cmptools/
H A Dchar.cxx77 unsigned char * pChange = EqualTab; variable
/aoo4110/main/cui/source/options/
H A Doptlingu.cxx2274 OUString* pChange = aChange.getArray(); in IMPL_LINK() local
2275 pChange[nStart] = pData->GetImplName(); in IMPL_LINK()

Completed in 30 milliseconds