• Home
  • Raw
  • Download

Lines Matching full:str

419     JSHandle<EcmaString> str;  in HWTEST_F_L0()  local
425 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0a"); in HWTEST_F_L0()
426 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
428 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b"); in HWTEST_F_L0()
429 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
431 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0o"); in HWTEST_F_L0()
432 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
434 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 00x"); in HWTEST_F_L0()
435 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
437 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 000.4_"); in HWTEST_F_L0()
438 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
440 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0010.s "); in HWTEST_F_L0()
441 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
443 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0010e2"); in HWTEST_F_L0()
444 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
446 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0010e+3_0"); in HWTEST_F_L0()
447 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
451 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0x"); in HWTEST_F_L0()
452 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
454 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0x10 "); in HWTEST_F_L0()
455 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
457 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0x1g"); in HWTEST_F_L0()
458 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
460 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0xh"); in HWTEST_F_L0()
461 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
466 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0O"); in HWTEST_F_L0()
467 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
469 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0o10 "); in HWTEST_F_L0()
470 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
472 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0o1d"); in HWTEST_F_L0()
473 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
476 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0o8"); in HWTEST_F_L0()
477 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
482 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b"); in HWTEST_F_L0()
483 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
485 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0b10 "); in HWTEST_F_L0()
486 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
488 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b1d"); in HWTEST_F_L0()
489 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
492 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b2"); in HWTEST_F_L0()
493 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
501 JSHandle<EcmaString> str; in HWTEST_F_L0() local
507 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
508 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
510 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100.3e2 "); in HWTEST_F_L0()
511 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
514 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0000 "); in HWTEST_F_L0()
515 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
517 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0001 "); in HWTEST_F_L0()
518 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
521 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
522 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
524 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 11 "); in HWTEST_F_L0()
525 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
528 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
529 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
531 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 21 "); in HWTEST_F_L0()
532 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
535 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
536 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
538 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 31 "); in HWTEST_F_L0()
539 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
542 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
543 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
545 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 71 "); in HWTEST_F_L0()
546 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
549 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
550 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
552 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0020 "); in HWTEST_F_L0()
553 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
556 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
557 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
559 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1e "); in HWTEST_F_L0()
560 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
563 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
564 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
566 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1g "); in HWTEST_F_L0()
567 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
570 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
571 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
573 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1g "); in HWTEST_F_L0()
574 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
577 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
578 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
580 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1z "); in HWTEST_F_L0()
581 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()