Searched refs:IMPL_RTL_USTRCODE (Results 1 – 3 of 3) sorted by relevance
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()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()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()[all …]
56 #define IMPL_RTL_USTRCODE( c ) ((unsigned char)c) macro
61 #define IMPL_RTL_USTRCODE( c ) (c) macro
Completed in 35 milliseconds