kerneltest/f32test/locl/localeutils/elocl32_japan/inc/t_tlocl32_charconv.h
changeset 281 13fbfa31d2ba
parent 0 a41df078684a
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
     1 /*
     1 /*
     2 * Copyright (c) 1997-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 
    19 
    20 #if !defined(__CHARCONV_H__)
    20 #if !defined(__CHARCONV_H__)
    21 #define __CHARCONV_H__
    21 #define __CHARCONV_H__
    22 
    22 
    23 #if !defined(__E32STD_H__)
    23 #if !defined(__E32STD_H__)
    24 #include <E32STD.H>
    24 #include <e32std.h>
    25 #endif
    25 #endif
    26 
    26 
    27 #if !defined(__E32BASE_H__)
    27 #if !defined(__E32BASE_H__)
    28 #include <E32BASE.H>
    28 #include <e32base.h>
    29 #endif
    29 #endif
    30 
    30 
    31 /** 
    31 /** 
    32 The maximum length in bytes of the replacement text for unconvertible Unicode 
    32 The maximum length in bytes of the replacement text for unconvertible Unicode 
    33 characters (=50) (see CCnvCharacterSetConverter::SetReplacementForUnconvertibleUnicodeCharactersL()). 
    33 characters (=50) (see CCnvCharacterSetConverter::SetReplacementForUnconvertibleUnicodeCharactersL()).