Home
last modified time | relevance | path

Searched refs:pStr2End (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dstrtmpl.c117 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in IMPL_RTL_STRNAME() local
120 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()
197 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in IMPL_RTL_STRNAME() local
201 while ( (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()
230 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in IMPL_RTL_STRNAME() local
235 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()

Completed in 19 milliseconds