Home
last modified time | relevance | path

Searched refs:context3 (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DarrayLiterals.js32 var context3: Base[] = [new Derived1(), new Derived2()]; variable
96 var context3 = [new Derived1(), new Derived2()]; variable
/third_party/openssl/test/
H A Dcurve448_internal_test.c186 static const uint8_t context3[3] = { variable
611 pubkey3, privkey3, context3, in test_ed448()
612 sizeof(context3), NULL)) in test_ed448()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java4951 String context3[] = { in TestCharsetCallbacks()
4983 for (int i = 0; i < context3.length; i++) { in TestCharsetCallbacks()
4987 ((CharsetEncoderICU)encoder).setFromUCallback(CoderResult.unmappableForLength(1), CharsetCallback.FROM_U_CALLBACK_SKIP, context3[i]); in TestCharsetCallbacks()
4996 for (int i = 0; i < context3.length; i++) { in TestCharsetCallbacks()
5000 ((CharsetEncoderICU)encoder).setFromUCallback(CoderResult.unmappableForLength(1), CharsetCallback.FROM_U_CALLBACK_SUBSTITUTE, context3[i]); in TestCharsetCallbacks()
5035 for (int i = 0; i < context3.length; i++) { in TestCharsetCallbacks()
5039 ((CharsetDecoderICU)decoder).setToUCallback(CoderResult.malformedForLength(1), CharsetCallback.TO_U_CALLBACK_SKIP, context3[i]); in TestCharsetCallbacks()

Completed in 8 milliseconds