stdcpp/tsrc/BC/apps/tlocale/src/tlocaleblocks.cpp
changeset 72 403e7f6ed6c5
parent 0 e4d67989cc36
equal deleted inserted replaced
71:28ccaba883f4 72:403e7f6ed6c5
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
  1409     TPtrC string;
  1409     TPtrC string;
  1410     _LIT( KParam, "Param[%i]: %S" );
  1410     _LIT( KParam, "Param[%i]: %S" );
  1411     
  1411     
  1412     Mympunct_byname fac("C", 1);
  1412     Mympunct_byname fac("C", 1);
  1413 	testChar ch = fac.my_do_decimal_point();
  1413 	testChar ch = fac.my_do_decimal_point();
  1414 	if (ch != 0)
  1414 	if (ch != '.')
  1415 		return KErrGeneral;
  1415 		return KErrGeneral;
  1416     return KErrNone;
  1416     return KErrNone;
  1417 
  1417 
  1418     
  1418     
  1419     }
  1419     }