Lines Matching refs:Parse
308 * Function: Parse
310 * FunctionPoints: Parse
312 * CaseDescription: Verify Parse method of Boolean.
316 sptr<IBoolean> boolean = Boolean::Parse("true");
318 boolean = Boolean::Parse("false");
385 * Function: Parse
387 * FunctionPoints: Parse
389 * CaseDescription: Verify Parse method of Char.
393 sptr<IChar> charObj = Char::Parse("气");
487 * Function: Parse
489 * FunctionPoints: Parse
491 * CaseDescription: Verify Parse method of Byte.
495 sptr<IByte> byteObj = Byte::Parse("129");
561 * Function: Parse
563 * FunctionPoints: Parse
565 * CaseDescription: Verify Parse method of Short.
569 sptr<IShort> shortObj = Short::Parse("32767");
635 * Function: Parse
637 * FunctionPoints: Parse
639 * CaseDescription: Verify Parse method of Integer.
643 sptr<IInteger> intObj = Integer::Parse("-1");
709 * Function: Parse
711 * FunctionPoints: Parse
713 * CaseDescription: Verify Parse method of Long.
717 sptr<ILong> longObj = Long::Parse("-1");
783 * Function: Parse
785 * FunctionPoints: Parse
787 * CaseDescription: Verify Parse method of Float.
791 sptr<IFloat> floatObj = Float::Parse("-1.000400");
857 * Function: Parse
859 * FunctionPoints: Parse
861 * CaseDescription: Verify Parse method of Double.
865 sptr<IDouble> doubleObj = Double::Parse("-1.0000000400");
931 * Function: Parse
933 * FunctionPoints: Parse
935 * CaseDescription: Verify Parse method of String.
939 sptr<IString> stringObj = String::Parse("-1.0000000400");