Lines Matching refs:IMPL_RTL_USTRCODE

76     while ( ((nRet = ((sal_Int32)(IMPL_RTL_USTRCODE(*pStr1)))-  in IMPL_RTL_STRNAME()
77 ((sal_Int32)(IMPL_RTL_USTRCODE(*pStr2)))) == 0) && in IMPL_RTL_STRNAME()
102 nRet = ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr1 ))) in IMPL_RTL_STRNAME()
103 - ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr2 ))); in IMPL_RTL_STRNAME()
122 nRet = ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr1 )))- in IMPL_RTL_STRNAME()
123 ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr2 ))); in IMPL_RTL_STRNAME()
151 nRet = ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr1Run )))- in IMPL_RTL_STRNAME()
152 ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr2Run ))); in IMPL_RTL_STRNAME()
171 c1 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr1 ); in IMPL_RTL_STRNAME()
172 c2 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr2 ); in IMPL_RTL_STRNAME()
204 c1 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr1 ); in IMPL_RTL_STRNAME()
205 c2 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr2 ); in IMPL_RTL_STRNAME()
238 c1 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr1 ); in IMPL_RTL_STRNAME()
239 c2 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr2 ); in IMPL_RTL_STRNAME()
276 h = (h*37) + IMPL_RTL_USTRCODE( *pStr ); in IMPL_RTL_STRNAME()
288 h = (h*39) + IMPL_RTL_USTRCODE( *pStr ); in IMPL_RTL_STRNAME()
290 h = (h*39) + IMPL_RTL_USTRCODE( *pStr ); in IMPL_RTL_STRNAME()
292 h = (h*39) + IMPL_RTL_USTRCODE( *pStr ); in IMPL_RTL_STRNAME()
302 h = (h*39) + IMPL_RTL_USTRCODE( *pStr ); in IMPL_RTL_STRNAME()
307 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()
309 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()
311 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()
313 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()
315 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()
628 while ( (nPreSpaces < nLen) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pStr+nPreSpaces)) ) ) in IMPL_RTL_STRNAME()
631 while ( (nIndex > nPreSpaces) && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE(*(pStr+nIndex)) ) ) in IMPL_RTL_STRNAME()
854 while ( *pStr && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE( *pStr ) ) ) in IMPL_RTL_STRNAME()
871 nDigit = rtl_ImplGetDigit( IMPL_RTL_USTRCODE( *pStr ), nRadix ); in IMPL_RTL_STRNAME()
900 while ( *pStr && rtl_ImplIsWhitespace( IMPL_RTL_USTRCODE( *pStr ) ) ) in IMPL_RTL_STRNAME()
917 nDigit = rtl_ImplGetDigit( IMPL_RTL_USTRCODE( *pStr ), nRadix ); in IMPL_RTL_STRNAME()
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()