Searched refs:tmpStr (Results 1 - 3 of 3) sorted by relevance
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 1159 const std::string * tmpStr = tmpElt->Attribute("mode"); 1160 if (tmpStr != NULL) 1164 if (tmpStr->compare(GetChannelModeString(i)) == 0) 1184 const std::string * tmpStr = tmpElt->Attribute("type"); 1187 if (tmpStr->compare(GetPresetModeString(i)) == 0) 1536 TCHAR tmpStr[250]; 1537 ::LoadString(AOut::GetInstance(),IDS_STRING_PROMPT_REPLACE_CURRENT,tmpStr,250); 1539 save = AOut::MyMessageBox( tmpStr, MB_OKCANCEL|MB_ICONQUESTION, parentWnd); 1544 TCHAR tmpStr[250]; 1545 ::LoadString(AOut::GetInstance(),IDS_STRING_PROMPT_REPLACE_SETING,tmpStr,25 [all...] |
H A D | ACM.cpp | 688 char tmpStr[128]; in OnDriverDetails() local 689 wsprintf(tmpStr, "LAME MP3 Codec v%s", GetVersionString()); in OnDriverDetails() 690 int u = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, tmpStr, -1, a_DriverDetail->szLongName, 0); in OnDriverDetails() 691 MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, tmpStr, -1, a_DriverDetail->szLongName, u); in OnDriverDetails()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 1054 SkString tmpStr; 1056 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr)); 1057 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); 1058 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr));
|
Completed in 5 milliseconds