Lines Matching full:whether
58 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp…
74 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
88 …* @tc.desc: Check whether the EcmaString created through calling AllocStringObject function is wit…
118 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
138 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
165 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex…
180 …* @tc.desc: Check whether the value returned through calling ComputeDataSizeUtf16 function is with…
195 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e…
210 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta…
253 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
281 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
309 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
348 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
376 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
414 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
452 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
482 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
512 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
542 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
566 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
590 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
614 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
657 …* @tc.desc: Check whether the target EcmaString made by AllocStringObject( , true, ) changed throu…
683 …* @tc.desc: Check whether the target EcmaString made by AllocStringObject( , true, ) changed throu…
702 …* @tc.desc: Check whether the target EcmaString made by AllocStringObject( , false, ) changed thro…
730 …* @tc.desc: Check whether the target EcmaString made by AllocStringObject( , false, ) changed thro…
756 …* @tc.desc: Check whether the target EcmaString made by AllocStringObject( , false, ) changed thro…
775 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe…
800 …* @tc.desc: Check whether the value returned through calling GetUtf16Length function is within exp…
825 …* @tc.desc: Check whether the pointer returned through calling GetDataUtf8 function is within expe…
852 …* @tc.desc: Check whether the pointer returned through calling GetDataUtf16 function is within exp…
870 …* @tc.desc: Check whether the returned value and the changed array through a source EcmaString's c…
929 …* @tc.desc: Check whether the returned value and the changed array through a source EcmaString's c…
972 …* @tc.desc: Check whether the returned value and the changed array through a source EcmaString's c…
1007 …* @tc.desc: Check whether the returned value and the changed array through a source EcmaString's c…
1040 …* @tc.desc: Check whether the value returned through a source EcmaString made by CreateFromUtf8() …
1071 …* @tc.desc: Check whether the value returned through a source EcmaString made by CreateFromUtf16( …
1102 …* @tc.desc: Check whether the value returned through a source EcmaString made by CreateFromUtf16( …
1135 …* @tc.desc: Check whether the value returned through a source EcmaString made by CreateFromUtf8() …
1166 …* @tc.desc: Check whether the bool returned through calling StringsAreEqual function with two Ecma…
1193 …* @tc.desc: Check whether the bool returned through calling StringsAreEqual function with a EcmaSt…
1219 …* @tc.desc: Check whether the bool returned through calling StringsAreEqual function with two Ecma…
1246 …* @tc.desc: Check whether the bool returned through calling StringsAreEqual function with a EcmaSt…
1268 …* @tc.desc: Check whether the bool returned through calling StringsAreEqual function with a EcmaSt…
1290 …* @tc.desc: Check whether the bool returned through calling StringsAreEqual function with two Ecma…
1317 …* @tc.desc: Check whether the bool returned through calling StringsAreEqualUtf8 function with an E…
1345 …* @tc.desc: Check whether the bool returned through calling StringsAreEqualUtf8 function with an E…
1375 …* @tc.desc: Check whether the bool returned through calling StringsAreEqualUtf8 function with an E…
1415 …* @tc.desc: Check whether the bool returned through calling StringsAreEqualUtf16 function with an …
1447 …* @tc.desc: Check whether the bool returned through calling StringsAreEqualUtf16 function with an …
1483 …* @tc.desc: Check whether the bool returned through calling StringsAreEqualUtf16 function with an …
1521 …* @tc.desc: Check whether the value returned through calling ComputeHashcodeUtf8 function with an …
1539 …* @tc.desc: Check whether the value returned through calling ComputeHashcodeUtf16 function with an…
1557 …* @tc.desc: Check whether the value returned through an EcmaString made by CreateFromUtf8() callin…
1578 …* @tc.desc: Check whether the value returned through an EcmaString made by CreateFromUtf16( , , , …
1599 …* @tc.desc: Check whether the value returned through an EcmaString made by CreateFromUtf16( , , , …
1620 …* @tc.desc: Check whether the value returned through an EcmaString made by CreateEmptyString() cal…
1634 …* @tc.desc: Check whether the value returned through an EcmaString made by AllocStringObject(, tru…
1651 …* @tc.desc: Call SetIsInternString function, check whether the bool returned through calling IsInt…
1685 * @tc.desc: Tests whether the source string is equal to the concatenated string.