Lines Matching refs:RTL_CONSTASCII_STRINGPARAM

344 		if (rFunctionName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("setValues") ))  in invoke()
372 else if (rFunctionName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("setValues2") )) in invoke()
434 else if (rFunctionName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("getValues") )) in invoke()
478 else if (rFunctionName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("raiseException") )) in invoke()
553 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in setValue()
555 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") )) in setValue()
557 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") )) in setValue()
559 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") )) in setValue()
561 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") )) in setValue()
563 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") )) in setValue()
565 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") )) in setValue()
567 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Hyper") )) in setValue()
569 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UHyper") )) in setValue()
571 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Float") )) in setValue()
573 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Double") )) in setValue()
575 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") )) in setValue()
577 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("String") )) in setValue()
579 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Interface") )) in setValue()
581 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Any") )) in setValue()
583 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Sequence") )) in setValue()
585 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Struct") )) in setValue()
587 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RuntimeException") )) in setValue()
595 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in getValue()
600 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") )) in getValue()
602 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") )) in getValue()
607 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") )) in getValue()
609 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") )) in getValue()
611 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") )) in getValue()
613 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") )) in getValue()
615 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Hyper") )) in getValue()
617 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UHyper") )) in getValue()
619 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Float") )) in getValue()
621 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Double") )) in getValue()
623 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") )) in getValue()
625 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("String") )) in getValue()
627 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Interface") )) in getValue()
629 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Any") )) in getValue()
631 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Sequence") )) in getValue()
633 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Struct") )) in getValue()
635 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RuntimeException") )) in getValue()
643 return (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("raiseException") ) || in hasMethod()
644 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("getValues") ) || in hasMethod()
645 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("setValues2") ) || in hasMethod()
646 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("setValues") ) || in hasMethod()
647 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("acquire") ) || in hasMethod()
648 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("release") ) || in hasMethod()
649 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("queryInterface") )); in hasMethod()
655 return (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") ) || in hasProperty()
656 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") ) || in hasProperty()
657 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") ) || in hasProperty()
658 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") ) || in hasProperty()
659 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") ) || in hasProperty()
660 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") ) || in hasProperty()
661 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") ) || in hasProperty()
662 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Hyper") ) || in hasProperty()
663 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UHyper") ) || in hasProperty()
664 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Float") ) || in hasProperty()
665 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Double") ) || in hasProperty()
666 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") ) || in hasProperty()
667 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("String") ) || in hasProperty()
668 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Interface") ) || in hasProperty()
669 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Any") ) || in hasProperty()
670 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Sequence") ) || in hasProperty()
671 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Struct") ) || in hasProperty()
672 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RuntimeException") ) ); in hasProperty()
906 … aExc.Message.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("dum dum dum ich tanz im kreis herum...")), in raiseException()
922 … rExc.Message.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("dum dum dum ich tanz im kreis herum...")), in raiseException()
938 … aExc.Message.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("dum dum dum ich tanz im kreis herum...")), in raiseException()
941 … aExc.Message.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("dum dum dum ich tanz im kreis herum..."))); in raiseException()