Home
last modified time | relevance | path

Searched refs:DecodeUnicodeString (Results 1 – 25 of 50) sorted by relevance

12

/dports/comms/gammu/gammu-1.42.0/libgammu/phone/nokia/dct4s40/6510/
H A D6510file.c134 GetCRC[8] = atoi(DecodeUnicodeString(id)) / 256; in N6510_GetFileCRC1()
135 GetCRC[9] = atoi(DecodeUnicodeString(id)) % 256; in N6510_GetFileCRC1()
439 SetAttr[8] = atoi(DecodeUnicodeString(ID)) / 256; in N6510_SetReadOnly1()
440 SetAttr[9] = atoi(DecodeUnicodeString(ID)) % 256; in N6510_SetReadOnly1()
531 smprintf(s, "%s",DecodeUnicodeString(File->Name)); in N6510_SearchForFileName1()
769 Delete[8] = atoi(DecodeUnicodeString(ID)) / 256; in N6510_PrivDeleteFileFolder1()
770 Delete[9] = atoi(DecodeUnicodeString(ID)) % 256; in N6510_PrivDeleteFileFolder1()
1749 if (DecodeUnicodeString(ID)[0] == 'c' || in N6510_DeleteFile()
1750 DecodeUnicodeString(ID)[0] == 'C') { in N6510_DeleteFile()
1800 if (DecodeUnicodeString(ID)[0] == 'c' || in N6510_DeleteFolder()
[all …]
H A Dn6510.c207 smprintf(s, " Name \"%s\"\n", DecodeUnicodeString(Data->SMSC->Name)); in N6510_ReplyGetSMSC()
225 smprintf(s, " Number \"%s\"\n", DecodeUnicodeString(Data->SMSC->Number)); in N6510_ReplyGetSMSC()
1018 smprintf(s, "Text is \"%s\"\n",DecodeUnicodeString(Data->Bitmap->Text)); in N6510_ReplyStartupNoteLogo()
1023 smprintf(s, "Text is \"%s\"\n",DecodeUnicodeString(Data->Bitmap->Text)); in N6510_ReplyStartupNoteLogo()
1946 smprintf(s, "IP: \"%s\"",DecodeUnicodeString(buff)); in N6510_ReplyGetConnectionSettings()
2403 sprintf(req+pos,"%s",DecodeUnicodeString(settings->Proxy)); in N6510_SetConnectionSettings()
2407 sprintf(req+pos,"%s",DecodeUnicodeString(settings->Proxy2)); in N6510_SetConnectionSettings()
3114 DecodeUnicodeString(Data->RingtonesInfo->Ringtone[i].Name)); in N6510_ReplyGetRingtonesInfo()
3155 smprintf(s, "Name \"%s\"\n",DecodeUnicodeString(Data->Ringtone->Name)); in N6510_ReplyGetRingtone()
3856 smprintf(s,"\"%s\"\n",DecodeUnicodeString(point->Name)); in N6510_ReplyGetGPRSAccessPoint()
[all …]
/dports/comms/gammu/gammu-1.42.0/gammu/
H A Dmms.c76 printf("%s\n",DecodeUnicodeString(info.Source)); in DecodeMMSFile()
84 printf("%s\n",DecodeUnicodeString(info.Destination)); in DecodeMMSFile()
92 printf("%s\n",DecodeUnicodeString(info.CC)); in DecodeMMSFile()
97 printf(LISTFORMAT "%s\n", _("Subject"),DecodeUnicodeString(info.Subject)); in DecodeMMSFile()
107 printf(LISTFORMAT "%s\n", _("Content type"), DecodeUnicodeString(info.ContentType)); in DecodeMMSFile()
110 printf(LISTFORMAT "%s\n", _("Content type"), DecodeUnicodeString(info.Entries[i].ContentType)); in DecodeMMSFile()
112 printf(LISTFORMAT "%s", _("Name"),DecodeUnicodeString(info.Entries[i].File.Name)); in DecodeMMSFile()
114 printf(_(" (%s in SMIL)"),DecodeUnicodeString(info.Entries[i].SMIL)); in DecodeMMSFile()
118 if (!strcmp(DecodeUnicodeString(info.Entries[i].ContentType),"text/x-vCard")) { in DecodeMMSFile()
124 if (!strcmp(DecodeUnicodeString(info.Entries[i].ContentType),"text/x-vCalendar")) { in DecodeMMSFile()
[all …]
H A Dnokia.c254 printf(_("Checking %s\n"),DecodeUnicodeString(Name)); in NokiaAddPlayLists2()
281 Entry->Name = malloc(strlen(DecodeUnicodeString(Files.ID_FullName))+1); in NokiaAddPlayLists2()
282 sprintf(Entry->Name,"%s",DecodeUnicodeString(Files.ID_FullName)); in NokiaAddPlayLists2()
290 Entry->NameUP = malloc(strlen(DecodeUnicodeString(Files.ID_FullName))+1); in NokiaAddPlayLists2()
389 sprintf(Buffer2, _("Writing file %s:"), DecodeUnicodeString(Files2.Name)); in NokiaAddPlayLists2()
644 !strcmp(DecodeUnicodeString(Files.ID_FullName),Folder[i].folder) && in NokiaAddFile()
652 smprintf(gsm, "comparing \"%s\"",DecodeUnicodeString(buffer)); in NokiaAddFile()
653 smprintf(gsm, "and \"%s\"\n",DecodeUnicodeString(Files.Name)); in NokiaAddFile()
811 if (File2.Folder && !strcmp(DecodeUnicodeString(File2.Name),buffer)) { in NokiaAddFile()
825 strcpy(buffer,DecodeUnicodeString(File2.Name)); in NokiaAddFile()
[all …]
H A Dfiles.c96 if (DecodeUnicodeString(Files.ID_FullName)[0] == in GetFileSystem()
111 (DecodeUnicodeString(Files.ID_FullName)[0] == 'C' || in GetFileSystem()
112 DecodeUnicodeString(Files.ID_FullName)[0] == in GetFileSystem()
115 DecodeUnicodeString(Files.ID_FullName)); in GetFileSystem()
283 printf("- %s\n", DecodeUnicodeString(File.Name)); in GetRootFolders()
444 DecodeUnicodeString(File->ID_FullName)); in GetOneFile()
491 DecodeUnicodeString(File.ID_FullName), argv[i]); in GetFiles()
533 DecodeUnicodeString(File.ID_FullName), in GetFileFolder()
/dports/comms/gammu/gammu-1.42.0/tests/
H A Dat-parser.c150 test_result((strcmp(DecodeUnicodeString(buffer), "971555515515") == 0)); in main()
154 test_result((strcmp(DecodeUnicodeString(buffer), "971555515515") == 0)); in main()
158 test_result((strcmp(DecodeUnicodeString(buffer), "+971555515515") == 0)); in main()
162 test_result((strcmp(DecodeUnicodeString(buffer), "+971555515515") == 0)); in main()
171 test_result((strcmp(DecodeUnicodeString(buffer), "+79164108633") == 0)); in main()
183 test_result((strcmp(DecodeUnicodeString(buffer), "gg get balance") == 0)); in main()
H A Dsms-nokia-10.c87 test_result(strcmp(text, DecodeUnicodeString(sms.SMS[0].Text)) == 0); in main()
H A Dsms-nokia-08.c91 test_result(strcmp(smsc, DecodeUnicodeString(sms.SMS[0].SMSC.Number)) == 0); in main()
H A Dsms-nokia-09.c103 test_result(strcmp(text, DecodeUnicodeString(sms.SMS[0].Text)) == 0); in main()
/dports/comms/gammu/gammu-1.42.0/libgammu/service/
H A Dgsmdata.c84 …AddWAPSMSParameterText(Buffer, Length, 0x1C, DecodeUnicodeString(settings->DialUp), UnicodeLength(… in NOKIA_EncodeWAPMMSSettingsSMSText()
88 …AddWAPSMSParameterText(Buffer, Length, 0x23, DecodeUnicodeString(settings->User), UnicodeLength(se… in NOKIA_EncodeWAPMMSSettingsSMSText()
90 …AddWAPSMSParameterText(Buffer, Length, 0x24, DecodeUnicodeString(settings->Password), UnicodeLengt… in NOKIA_EncodeWAPMMSSettingsSMSText()
96 …AddWAPSMSParameterText(Buffer, Length, 0x21, DecodeUnicodeString(settings->DialUp), UnicodeLength(… in NOKIA_EncodeWAPMMSSettingsSMSText()
133 …AddWAPSMSParameterText(Buffer, Length, 0x23, DecodeUnicodeString(settings->User), UnicodeLength(se… in NOKIA_EncodeWAPMMSSettingsSMSText()
135 …AddWAPSMSParameterText(Buffer, Length, 0x24, DecodeUnicodeString(settings->Password), UnicodeLengt… in NOKIA_EncodeWAPMMSSettingsSMSText()
170 sprintf(buffer,"%s",DecodeUnicodeString(settings->HomePage)); in NOKIA_EncodeWAPMMSSettingsSMSText()
182 …AddWAPSMSParameterText(Buffer, Length, 0x15, DecodeUnicodeString(settings->Title), UnicodeLength(s… in NOKIA_EncodeWAPMMSSettingsSMSText()
292 *Length+=sprintf(Buffer+(*Length), "TITLE:%s%c%c",DecodeUnicodeString(bookmark->Title),13,10); in GSM_EncodeURLFile()
293 *Length+=sprintf(Buffer+(*Length), "URL:%s%c%c",DecodeUnicodeString(bookmark->Address),13,10); in GSM_EncodeURLFile()
[all …]
H A Dgsmpbk.c148 DecodeUnicodeString(pbk->Entries[Name].Text)); in GSM_EncodeVCARD()
153 DecodeUnicodeString(pbk->Entries[Number].Text)); in GSM_EncodeVCARD()
628 …sprintf(buf+1,"%s",DecodeUnicodeString(Number)); /* leave 1 free char before the number, we'll nee… in GSM_TweakInternationalNumber()
1041 if (ReadVCALDateTime(DecodeUnicodeString(Buff), &Pbk->Entries[Pbk->EntriesNum].Date)) { in GSM_DecodeVCARD()
1049 if (ReadVCALDateTime(DecodeUnicodeString(Buff), &Pbk->Entries[Pbk->EntriesNum].Date)) { in GSM_DecodeVCARD()
1057 Pbk->Entries[Pbk->EntriesNum].Number = atoi(DecodeUnicodeString(Buff)); in GSM_DecodeVCARD()
1064 Pbk->Entries[Pbk->EntriesNum].Number = atoi(DecodeUnicodeString(Buff)); in GSM_DecodeVCARD()
1071 Pbk->Location = atoi(DecodeUnicodeString(Buff)); in GSM_DecodeVCARD()
1074 Pbk->MemoryType = GSM_StringToMemoryType(DecodeUnicodeString(Buff)); in GSM_DecodeVCARD()
H A Dgsmring.c176 fprintf(file,"%s",DecodeUnicodeString(ringtone->Name)); in savebin()
216 fprintf(file,"%s:",DecodeUnicodeString(ringtone->Name)); in GSM_SaveRingtoneRttl()
815 …dbgprintf(NULL, "Length %ld name \"%s\"\n", (long)ringtone->NokiaBinary.Length,DecodeUnicodeString in loadbin()
825 …dbgprintf(NULL, "Length %ld name \"%s\"\n",(long)ringtone->NokiaBinary.Length,DecodeUnicodeString(… in loadpuremidi()
848 DecodeUnicodeString(ringtone->Name)); in loadmmf()
870 dbgprintf(NULL, "Name \"%s\"\n",DecodeUnicodeString(ringtone->Name)); in loadre()
1023 AddBuffer(package, &StartBit, DecodeUnicodeString(Buffer), 8*UnicodeLength(Buffer)); in GSM_EncodeNokiaRTTLRingtone()
1591 … *maxlength+=sprintf(package+(*maxlength),"NAME:%s%c%c",DecodeUnicodeString(ringtone->Name),13,10); in GSM_EncodeEMSSound()
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/nokia/dct3/
H A Ddct3func.c139 smprintf(s, "Channel %i, text \"%s\"\n",CB.Channel,DecodeUnicodeString(CB.Text)); in DCT3_ReplyIncomingCB()
221 memcpy(req + 34, DecodeUnicodeString(smsc->Name),UnicodeLength(smsc->Name)); in DCT3_SetSMSC()
430 smprintf(s, "Name \"%s\"\n", DecodeUnicodeString(Data->SMSC->Name)); in DCT3_ReplyGetSMSC()
437 smprintf(s, "Default number \"%s\"\n", DecodeUnicodeString(Data->SMSC->DefaultNumber)); in DCT3_ReplyGetSMSC()
444 smprintf(s, "Number \"%s\"\n", DecodeUnicodeString(Data->SMSC->Number)); in DCT3_ReplyGetSMSC()
498 DecodeUnicodeString(GSM_GetNetworkName(NetInfo.NetworkCode))); in DCT3_ReplyGetNetworkInfo()
499 smprintf(s, "(%s)\n",DecodeUnicodeString(GSM_GetCountryName(NetInfo.NetworkCode))); in DCT3_ReplyGetNetworkInfo()
507 smprintf(s, "Network name for phone : %s\n",DecodeUnicodeString(name)); in DCT3_ReplyGetNetworkInfo()
514 smprintf(s, "Network name for phone : %s\n",DecodeUnicodeString(name)); in DCT3_ReplyGetNetworkInfo()
1446 smprintf(s, "Text is \"%s\"\n",DecodeUnicodeString(Data->Bitmap->Text)); in N71_92_ReplyPhoneSetting()
[all …]
H A Dn6110.c353 DecodeUnicodeString(Data->Memory->Entries[Data->Memory->EntriesNum].Text)); in N6110_ReplyGetMemory()
834 … memcpy(reqBin+current,DecodeUnicodeString(Ringtone->Name),UnicodeLength(Ringtone->Name)); in N6110_SetRingtone()
862 DecodeUnicodeString(GSM_GetNetworkName(Data->Bitmap->NetworkCode))); in N6110_ReplyGetOpLogo()
863 smprintf(s, "(%s)\n",DecodeUnicodeString(GSM_GetCountryName(Data->Bitmap->NetworkCode))); in N6110_ReplyGetOpLogo()
925 smprintf(s, "Name : \"%s\"\n",DecodeUnicodeString(Data->Bitmap->Text)); in N6110_ReplyGetCallerLogo()
984 smprintf(s, "Sender : \"%s\"\n",DecodeUnicodeString(Data->Bitmap->Sender)); in N6110_ReplyGetSetPicture()
1003 smprintf(s, "Text : \"%s\"\n",DecodeUnicodeString(Data->Bitmap->Text)); in N6110_ReplyGetSetPicture()
1195 memcpy(req + count,DecodeUnicodeString(Bitmap->Text),textlen); in N6110_SetBitmap()
1207 memcpy(req+count,DecodeUnicodeString(Bitmap->Text),textlen); in N6110_SetBitmap()
1262 memcpy(req+count,DecodeUnicodeString(Bitmap->Text),textlen); in N6110_SetBitmap()
[all …]
/dports/comms/gammu/gammu-1.42.0/libgammu/service/sms/
H A Dgsmmulti.c1287 smfprintf(di, "ISO Text \"%s\"\n",DecodeUnicodeString(Info->Entries[0].Bitmap->Bitmap[0].Text)); in GSM_DecodeNokiaProfile()
1594 …strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].SMSC.Number),DecodeUnicodeString(InputMessages… in GSM_LinkSMS()
1611 …if (m==0 && p==0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].Number),DecodeUnicodeStri… in GSM_LinkSMS()
1616 …if (m==0 && p!=0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].Number),DecodeUnicodeStri… in GSM_LinkSMS()
1621 …if (m!=0 && p==0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].OtherNumbers[m-1]),Decode… in GSM_LinkSMS()
1626 …if (m!=0 && p!=0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].OtherNumbers[m-1]),Decode… in GSM_LinkSMS()
1803 …strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].SMSC.Number),DecodeUnicodeString(InputMessages… in GSM_LinkSMS()
1820 …if (m==0 && p==0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].Number),DecodeUnicodeStri… in GSM_LinkSMS()
1825 …if (m==0 && p!=0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].Number),DecodeUnicodeStri… in GSM_LinkSMS()
1830 …if (m!=0 && p==0 && !strcmp(DecodeUnicodeString(InputMessages[z]->SMS[0].OtherNumbers[m-1]),Decode… in GSM_LinkSMS()
[all …]
H A Dgsmsms.c357 smfprintf(di, "%s\n",DecodeUnicodeString(SMS->Text)); in GSM_DecodeSMSFrameText()
373 smfprintf(di, "%s\n",DecodeUnicodeString(SMS->Text)); in GSM_DecodeSMSFrameText()
529 smfprintf(di, "SMS center number : \"%s\"\n",DecodeUnicodeString(SMS->SMSC.Number)); in GSM_DecodePDUFrame()
600 smfprintf(di, "Remote number : \"%s\"\n",DecodeUnicodeString(SMS->Number)); in GSM_DecodePDUFrame()
767 smfprintf(di, "%s\n",DecodeUnicodeString(SMS->Text)); in GSM_DecodePDUFrame()
791 smfprintf(di, "%s\n",DecodeUnicodeString(SMS->Text)); in GSM_DecodePDUFrame()
848 smfprintf(di, "Remote number : \"%s\"\n",DecodeUnicodeString(SMS->Number)); in GSM_DecodeSMSFrame()
978 smfprintf(di, "%s\n",DecodeUnicodeString(SMS->Text)); in GSM_EncodeSMSFrameText()
991 smfprintf(di, "%s\n",DecodeUnicodeString(buffer+(Layout.Text+off))); in GSM_EncodeSMSFrameText()
1037 smfprintf(di, "Recipient number \"%s\"\n", DecodeUnicodeString(SMS->Number)); in GSM_EncodeSMSFrame()
[all …]
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/symbian/
H A Dgnapgen.c310 smprintf(s, "SMS center number : \"%s\"\n",DecodeUnicodeString(SMS->SMSC.Number)); in GNAPGEN_DecodeSMSFrame()
322 smprintf(s, "Remote number : \"%s\"\n",DecodeUnicodeString(SMS->Number)); in GNAPGEN_DecodeSMSFrame()
701 sprintf(NetInfo.NetworkCode,"%s",DecodeUnicodeString(buf)); in GNAPGEN_ReplyGetNetworkInfo()
704 DecodeUnicodeString(GSM_GetNetworkName(NetInfo.NetworkCode))); in GNAPGEN_ReplyGetNetworkInfo()
720 sprintf(Data->NetworkInfo->NetworkCode,"%s",DecodeUnicodeString(buf)); in GNAPGEN_ReplyGetNetworkInfo()
1210 smprintf(s, "Text: \"%s\"\n",DecodeUnicodeString(Last->Entries[0].Text)); in GNAPGEN_ReplyGetToDo()
1539 smprintf(s, " Name \"%s\"\n", DecodeUnicodeString(Data->SMSC->Name)); in GNAPGEN_ReplyGetSMSC()
1554 smprintf(s, " Number \"%s\"\n", DecodeUnicodeString(Data->SMSC->Number)); in GNAPGEN_ReplyGetSMSC()
1651 strcpy(s->Phone.Data.HardwareCache,DecodeUnicodeString(buff)); in GNAPGEN_ReplyGetHW()
1686 strcpy(s->Phone.Data.Manufacturer,DecodeUnicodeString(buff)); in GNAPGEN_ReplyGetManufacturer()
[all …]
/dports/comms/gammu/gammu-1.42.0/docs/manual/c/
H A Dunicode.rst5 .. doxygenfunction:: DecodeUnicodeString
/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-unicode.h40 char *DecodeUnicodeString(const unsigned char *src);
/dports/comms/gammu/gammu-1.42.0/smsd/services/
H A Dfiles.c116 strcpy(buffer, DecodeUnicodeString(sms->SMS[i].Number)); in SMSDFiles_SaveInboxSMS()
118 DecodeUnicodeString(sms->SMS[i].Text), buffer, sms->SMS[i].MessageReference); in SMSDFiles_SaveInboxSMS()
470 DecodeUnicodeString(SMSInfo.Entries[0].Bookmark->Address), in SMSDFiles_FindOutboxSMS()
476 DecodeUnicodeString(sms->SMS[0].Text), in SMSDFiles_FindOutboxSMS()
694 …Config->SMSID, (Part == sms->Number ? "total" : "part"), Part, DecodeUnicodeString(sms->SMS[0].Num… in SMSDFiles_AddSentSMSInfo()
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/nokia/
H A Dnfuncold.c136 …smprintf(s, "Phone : \"%s\"\n", DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)… in N71_65_ReplyGetNextCalendar2()
176 …smprintf(s, "Text : \"%s\"\n", DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)… in N71_65_ReplyGetNextCalendar2()
H A Dnfunc.c354 smprintf(s, " \"%s\"\n",DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)); in N71_65_PB_CopyString()
501 smprintf(s, " \"%s\"\n",DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)); in N71_65_DecodePhonebook()
950 DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)); in N71_65_DecodePhonebook()
1223 smprintf(s," Number : %s\n",DecodeUnicodeString(cd->Entries[i].Number)); in DCT3DCT4_ReplyCallDivert()
1373 smprintf(s, "Title : \"%s\"\n",DecodeUnicodeString(Data->WAPBookmark->Title)); in DCT3DCT4_ReplyGetWAPBookmark()
1376 smprintf(s, "Address : \"%s\"\n",DecodeUnicodeString(Data->WAPBookmark->Address)); in DCT3DCT4_ReplyGetWAPBookmark()
1925 smprintf(s, "Number : \"%s\"\n",DecodeUnicodeString(call.PhoneNumber)); in N71_65_ReplyCallInfo()
1966 smprintf(s, "Name : \"%s\"\n",DecodeUnicodeString(buffer)); in N71_65_ReplyCallInfo()
2507 …smprintf(s, "Text : \"%s\"\n", DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)… in N71_65_ReplyGetNextCalendar1()
2538 …smprintf(s, "Phone : \"%s\"\n", DecodeUnicodeString(entry->Entries[entry->EntriesNum].Text)… in N71_65_ReplyGetNextCalendar1()
[all …]
/dports/comms/gammu/gammu-1.42.0/helper/
H A Dmemory-display.c113 printf(LISTFORMAT "%s\n", _("User ID"),DecodeUnicodeString(entry->Text)); in PrintMemorySubEntry()
116 printf(LISTFORMAT "%s\n", _("Picture name"),DecodeUnicodeString(entry->Text)); in PrintMemorySubEntry()
/dports/comms/gammu/gammu-1.42.0/libgammu/service/backup/
H A Dbackldif.c24 fprintf(file,"%s: %s%c%c",Name,DecodeUnicodeString(Value),13,10); in SaveLDIFText()
254 dbgprintf(NULL, "Text after DecodeUTF8 is \"%s\"\n",DecodeUnicodeString(Value)); in ReadLDIFText()
261 dbgprintf(NULL, "Text after EncodeUnicode is \"%s\"\n",DecodeUnicodeString(Value)); in ReadLDIFText()
286 sprintf(Buff2,"%s",DecodeUnicodeString(Buff)); in GSM_DecodeLDIFEntry()
/dports/comms/gammu/gammu-1.42.0/gammu/depend/nokia/
H A Ddct4.c623 smprintf(sm, "%ld. \"%s\"\n",(long)i+1,DecodeUnicodeString(Buffer)); in DCT4_ReplyGetVoiceRecord()
625 sprintf(sm->Phone.Data.PhoneString,"%s->wav",DecodeUnicodeString(Buffer)); in DCT4_ReplyGetVoiceRecord()
823 if (strcmp(DecodeUnicodeString(GSM_GetNetworkName(buff)),"unknown")) { in DCT4_ReplyGetSimlock()
826 DecodeUnicodeString(GSM_GetNetworkName(buff)), in DCT4_ReplyGetSimlock()
1106 smprintf(sm,"Station name: \"%s\"\n",DecodeUnicodeString(RadioName)); in DCT4_ReplyTuneRadio()
1221 DecodeUnicodeString(FMStation[i].StationName)); in DCT4TuneRadio()

12