Lines Matching refs:Char
213 retVal= __typeof(System::Char); break; in mapUnoType()
354 case System::TypeCode::Char: in mapCliType()
587 System::Char c = unoName->Chars[cur]; in mapPolymorphicName()
616 System::Char curChar = unoName->Chars[cur]; in mapPolymorphicName()
633 builder->Append((System::Char) '>'); in mapPolymorphicName()
648 System::Char c = typeName->Chars[cur]; in mapCliTypeName()
764 System::Char aChar= *__try_cast<System::Char*>(cli_data); in map_to_uno()
884 *(sal_Unicode*) &pAny->pReserved = *__try_cast<System::Char*>(aAny.Value); in map_to_uno()
1136 *(sal_Unicode*) p = *__try_cast<System::Char*>(val); in map_to_uno()
1280 sri::Marshal::Copy(__try_cast<System::Char[]>(cli_data), 0, in map_to_uno()
1711 aField->SetValue(cliObj, __box(*(System::Char*) p)); in map_to_cli()
1772 System::Char arChar[]= new System::Char[nElements]; in map_to_cli()