Lines Matching refs:pNewCharStr
1302 …IMPL_RTL_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->b… in IMPL_RTL_STRINGNAME() local
1305 if ( pNewCharStr ) in IMPL_RTL_STRINGNAME()
1307 *pNewCharStr = cNew; in IMPL_RTL_STRINGNAME()
1308 pNewCharStr++; in IMPL_RTL_STRINGNAME()
1315 *pNewCharStr = cNew; in IMPL_RTL_STRINGNAME()
1317 *pNewCharStr = *pCharStr; in IMPL_RTL_STRINGNAME()
1319 pNewCharStr++; in IMPL_RTL_STRINGNAME()
1360 …IMPL_RTL_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->b… in IMPL_RTL_STRINGNAME() local
1363 if ( pNewCharStr ) in IMPL_RTL_STRINGNAME()
1366 *pNewCharStr = *pCharStr+32; in IMPL_RTL_STRINGNAME()
1367 pNewCharStr++; in IMPL_RTL_STRINGNAME()
1375 *pNewCharStr = *pCharStr+32; in IMPL_RTL_STRINGNAME()
1377 *pNewCharStr = *pCharStr; in IMPL_RTL_STRINGNAME()
1379 pNewCharStr++; in IMPL_RTL_STRINGNAME()
1420 …IMPL_RTL_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->b… in IMPL_RTL_STRINGNAME() local
1423 if ( pNewCharStr ) in IMPL_RTL_STRINGNAME()
1426 *pNewCharStr = *pCharStr-32; in IMPL_RTL_STRINGNAME()
1427 pNewCharStr++; in IMPL_RTL_STRINGNAME()
1435 *pNewCharStr = *pCharStr-32; in IMPL_RTL_STRINGNAME()
1437 *pNewCharStr = *pCharStr; in IMPL_RTL_STRINGNAME()
1439 pNewCharStr++; in IMPL_RTL_STRINGNAME()