Home
last modified time | relevance | path

Searched refs:IMPL_RTL_USTRCODE (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sal/rtl/source/
H A Dustring.c61 #define IMPL_RTL_USTRCODE( c ) (c) macro
H A Dstring.c56 #define IMPL_RTL_USTRCODE( c ) ((unsigned char)c) macro
H A Dstrtmpl.c171 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 …]

Completed in 28 milliseconds