sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Name : wchar.mmpi sl@0: // Part of : wchar specific include MMP file sl@0: // This is a project specific include file for building the sl@0: // wchar as part of libc library. sl@0: // Version : 1.0 sl@0: // This material, including documentation and any related sl@0: // computer programs, is protected by copyright controlled by sl@0: // Nokia. All rights are reserved. Copying, including sl@0: // reproducing, storing, adapting or translating, any sl@0: // or all of this material requires the prior written consent of sl@0: // Nokia. This material also contains confidential sl@0: // information which may not be disclosed to others without the sl@0: // prior written consent of Nokia. sl@0: // sl@0: sl@0: sl@0: sl@0: sl@0: // Macro definitions sl@0: //#define MRT_LOG_ENABLE sl@0: sl@0: // Module specific source files sl@0: //22 API's sl@0: SOURCEPATH ../src/stdio sl@0: SOURCE getwc.c fgetwc.c getwchar.c fgetws.c sl@0: SOURCE putwc.c fputwc.c putwchar.c fputws.c sl@0: SOURCE ungetwc.c fwide.c sl@0: SOURCE wprintf.c swprintf.c fwprintf.c sl@0: SOURCE vwprintf.c vswprintf.c vfwprintf.c sl@0: SOURCE wscanf.c swscanf.c fwscanf.c sl@0: SOURCE vwscanf.c vswscanf.c vfwscanf.c sl@0: SOURCE refill.c findfp.c makebuf.c wbuf.c sl@0: SOURCE wsetup.c fvwrite.c sl@0: // 29 API's sl@0: SOURCEPATH ../src/string sl@0: SOURCE wmemchr.c wcslen.c wcscat.c wcschr.c wcscmp.c sl@0: SOURCE wcscoll.c wcscpy.c wcscspn.c wcsncat.c wcsncmp.c sl@0: SOURCE wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c sl@0: SOURCE wcstok.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c sl@0: SOURCE wcswidth.c wcsxfrm.c wcpcpy.c wcpncpy.c wcsnlen.c sl@0: SOURCE wcscasecmp.c wcsncasecmp.c wcsdup.c wcswcs.c sl@0: // 33 API's sl@0: SOURCEPATH ../src/locale sl@0: SOURCE btowc.c mbtowc.c mbstowcs.c mbsrtowcs.c mbsnrtowcs.c sl@0: SOURCE wctob.c wctomb.c wcstombs.c wcsrtombs.c wcsnrtombs.c sl@0: SOURCE mbrlen.c mbsinit.c mblen.c sl@0: SOURCE wcstof.c wcstod.c wcstold.c wcstoumax.c wcstoimax.c sl@0: SOURCE wcstol.c wcstoul.c wcstoq.c wcstouq.c wcstoll.c wcstoull.c sl@0: SOURCE wcsftime.c sl@0: SOURCEPATH ../src sl@0: SOURCE wcwidth.cpp mbrtowc.cpp wcrtomb.cpp charcnv.cpp sl@0: SOURCE wfreopen.c wfdopen.c getws.cpp wremove.cpp sl@0: sl@0: //non-std wide char API's sl@0: SOURCEPATH ../src/locale sl@0: SOURCE wcsicmp.c wcslwr.c wcsupr.c wcsrev.c wcsset.c wstrdate.c wstrtime.c wperror.c sl@0: SOURCE wcsicoll.c wmktemp.c wtmpnam.c sl@0: sl@0: //non-std wide char API's sl@0: SOURCEPATH ../src sl@0: SOURCE wfindfirst.cpp sl@0: // End of File sl@0: