Lines Matching refs:pCharStr

1083                                                  const IMPL_RTL_STRCODE* pCharStr )  in IMPL_RTL_STRINGNAME()
1089 if ( pCharStr ) in IMPL_RTL_STRINGNAME()
1091 const IMPL_RTL_STRCODE* pTempStr = pCharStr; in IMPL_RTL_STRINGNAME()
1094 nLen = pTempStr-pCharStr; in IMPL_RTL_STRINGNAME()
1111 *pBuffer = *pCharStr; in IMPL_RTL_STRINGNAME()
1113 pCharStr++; in IMPL_RTL_STRINGNAME()
1115 while ( *pCharStr ); in IMPL_RTL_STRINGNAME()
1125 const IMPL_RTL_STRCODE* pCharStr, in IMPL_RTL_STRINGNAME()
1130 if ( !pCharStr || (nLen <= 0) ) in IMPL_RTL_STRINGNAME()
1139 rtl_str_ImplCopy( (*ppThis)->buffer, pCharStr, nLen ); in IMPL_RTL_STRINGNAME()
1295 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME() local
1299 if ( *pCharStr == cOld ) in IMPL_RTL_STRINGNAME()
1302 …L_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->buffer ); in IMPL_RTL_STRINGNAME()
1309 pCharStr++; in IMPL_RTL_STRINGNAME()
1314 if ( *pCharStr == cOld ) in IMPL_RTL_STRINGNAME()
1317 *pNewCharStr = *pCharStr; in IMPL_RTL_STRINGNAME()
1320 pCharStr++; in IMPL_RTL_STRINGNAME()
1329 pCharStr++; in IMPL_RTL_STRINGNAME()
1352 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME() local
1357 if ( (*pCharStr >= 65) && (*pCharStr <= 90) ) in IMPL_RTL_STRINGNAME()
1360 …L_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->buffer ); in IMPL_RTL_STRINGNAME()
1366 *pNewCharStr = *pCharStr+32; in IMPL_RTL_STRINGNAME()
1368 pCharStr++; in IMPL_RTL_STRINGNAME()
1374 if ( (*pCharStr >= 65) && (*pCharStr <= 90) ) in IMPL_RTL_STRINGNAME()
1375 *pNewCharStr = *pCharStr+32; in IMPL_RTL_STRINGNAME()
1377 *pNewCharStr = *pCharStr; in IMPL_RTL_STRINGNAME()
1380 pCharStr++; in IMPL_RTL_STRINGNAME()
1389 pCharStr++; in IMPL_RTL_STRINGNAME()
1412 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME() local
1417 if ( (*pCharStr >= 97) && (*pCharStr <= 122) ) in IMPL_RTL_STRINGNAME()
1420 …L_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->buffer ); in IMPL_RTL_STRINGNAME()
1426 *pNewCharStr = *pCharStr-32; in IMPL_RTL_STRINGNAME()
1428 pCharStr++; in IMPL_RTL_STRINGNAME()
1434 if ( (*pCharStr >= 97) && (*pCharStr <= 122) ) in IMPL_RTL_STRINGNAME()
1435 *pNewCharStr = *pCharStr-32; in IMPL_RTL_STRINGNAME()
1437 *pNewCharStr = *pCharStr; in IMPL_RTL_STRINGNAME()
1440 pCharStr++; in IMPL_RTL_STRINGNAME()
1449 pCharStr++; in IMPL_RTL_STRINGNAME()
1470 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME() local
1476 … while ( (nPreSpaces < nLen) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pCharStr+nPreSpaces)) ) ) in IMPL_RTL_STRINGNAME()
1479 while ( (nIndex > nPreSpaces) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pCharStr+nIndex)) ) ) in IMPL_RTL_STRINGNAME()
1512 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME() local
1524 pCharStr += nIndex; in IMPL_RTL_STRINGNAME()
1525 pOrgCharStr = pCharStr; in IMPL_RTL_STRINGNAME()
1526 pCharStrStart = pCharStr; in IMPL_RTL_STRINGNAME()
1529 if ( *pCharStr == cTok ) in IMPL_RTL_STRINGNAME()
1534 pCharStrStart = pCharStr+1; in IMPL_RTL_STRINGNAME()
1542 pCharStr++; in IMPL_RTL_STRINGNAME()
1546 if ( (nToken < 0) || (nTokCount < nToken) || (pCharStr == pCharStrStart) ) in IMPL_RTL_STRINGNAME()
1552 return nIndex+(pCharStr-pOrgCharStr)+1; in IMPL_RTL_STRINGNAME()
1557 … IMPL_RTL_STRINGNAME( newFromStr_WithLength )( ppThis, pCharStrStart, pCharStr-pCharStrStart ); in IMPL_RTL_STRINGNAME()
1559 return nIndex+(pCharStr-pOrgCharStr)+1; in IMPL_RTL_STRINGNAME()