• Home
  • Raw
  • Download

Lines Matching full:str

418     JSHandle<EcmaString> str;  in HWTEST_F_L0()  local
424 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0a"); in HWTEST_F_L0()
425 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
427 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b"); in HWTEST_F_L0()
428 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
430 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0o"); in HWTEST_F_L0()
431 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
433 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 00x"); in HWTEST_F_L0()
434 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
436 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 000.4_"); in HWTEST_F_L0()
437 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
439 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0010.s "); in HWTEST_F_L0()
440 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
442 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0010e2"); in HWTEST_F_L0()
443 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
445 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0010e+3_0"); in HWTEST_F_L0()
446 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
450 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0x"); in HWTEST_F_L0()
451 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
453 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0x10 "); in HWTEST_F_L0()
454 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
456 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0x1g"); in HWTEST_F_L0()
457 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
459 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0xh"); in HWTEST_F_L0()
460 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
465 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0O"); in HWTEST_F_L0()
466 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
468 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0o10 "); in HWTEST_F_L0()
469 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
471 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0o1d"); in HWTEST_F_L0()
472 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
475 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0o8"); in HWTEST_F_L0()
476 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
481 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b"); in HWTEST_F_L0()
482 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
484 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0b10 "); in HWTEST_F_L0()
485 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
487 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b1d"); in HWTEST_F_L0()
488 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
491 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII("0b2"); in HWTEST_F_L0()
492 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
500 JSHandle<EcmaString> str; in HWTEST_F_L0() local
506 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
507 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
509 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100.3e2 "); in HWTEST_F_L0()
510 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
513 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0000 "); in HWTEST_F_L0()
514 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
516 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0001 "); in HWTEST_F_L0()
517 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
520 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
521 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
523 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 11 "); in HWTEST_F_L0()
524 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
527 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
528 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
530 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 21 "); in HWTEST_F_L0()
531 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
534 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
535 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
537 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 31 "); in HWTEST_F_L0()
538 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
541 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
542 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
544 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 71 "); in HWTEST_F_L0()
545 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
548 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
549 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
551 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 0020 "); in HWTEST_F_L0()
552 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
555 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
556 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
558 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1e "); in HWTEST_F_L0()
559 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
562 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
563 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
565 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1g "); in HWTEST_F_L0()
566 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
569 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
570 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
572 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1g "); in HWTEST_F_L0()
573 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
576 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 100 "); in HWTEST_F_L0()
577 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()
579 str = thread->GetEcmaVM()->GetFactory()->NewFromASCII(" 1z "); in HWTEST_F_L0()
580 sp = EcmaStringAccessor(str).ToUtf8Span(buf); in HWTEST_F_L0()