Searched refs:aAppPrefix (Results 1 – 1 of 1) sorted by relevance
523 String aAppPrefix = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( STRING_SCAPP )); in RemoveAppPrefix() local524 aAppPrefix.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ": " )); in RemoveAppPrefix()525 xub_StrLen nPreLen = aAppPrefix.Len(); in RemoveAppPrefix()526 if ( rFilterName.Copy(0,nPreLen) == aAppPrefix ) in RemoveAppPrefix()
Completed in 17 milliseconds