Home
last modified time | relevance | path

Searched refs:myData (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferTests.cpp66 uint32_t myData = 0x01020304; in TEST_P() local
67 constexpr size_t kSize = sizeof(myData); in TEST_P()
68 queue.WriteBuffer(buffer, 0, &myData, kSize); in TEST_P()
71 CheckMapping(buffer.GetConstMappedRange(), &myData, kSize); in TEST_P()
72 CheckMapping(buffer.GetConstMappedRange(0, kSize), &myData, kSize); in TEST_P()
89 uint32_t myData[3] = {0x01020304, 0x05060708, 0x090A0B0C}; in TEST_P() local
90 queue.WriteBuffer(buffer, 0, &myData, sizeof(myData)); in TEST_P()
93 ASSERT_EQ(myData[2], *static_cast<const uint32_t*>(buffer.GetConstMappedRange(8))); in TEST_P()
101 uint32_t myData in TEST_P() local
120 uint32_t myData[] = {0x00010203, 0x04050607, 0x08090a0b}; TEST_P() local
137 std::vector<uint32_t> myData; TEST_P() local
171 uint32_t myData[3] = {0x01020304, 0x05060708, 0x090A0B0C}; TEST_P() local
210 uint32_t myData = 2934875; TEST_P() local
224 uint32_t myData = 2934875; TEST_P() local
248 uint32_t myData = 2934875; TEST_P() local
260 uint32_t myData = 2934875; TEST_P() local
345 std::vector<uint32_t> myData; TEST_P() local
363 std::vector<uint32_t> myData; TEST_P() local
443 static constexpr uint32_t myData = 2934875; TEST_P() local
484 static constexpr uint32_t myData = 2934875; TEST_P() local
580 uint32_t myData = 230502; TEST_P() local
589 uint32_t myData = 230502; TEST_P() local
600 uint32_t myData = 4239; TEST_P() local
610 std::vector<uint32_t> myData; TEST_P() local
625 std::vector<uint32_t> myData; TEST_P() local
642 std::vector<uint32_t> myData; TEST_P() local
670 static uint32_t myData = 230502; TEST_P() local
695 uint32_t myData = 230502; TEST_P() local
[all...]
/base/security/certificate_manager/test/fuzz_test/cminstallappcert_fuzzer/
H A Dcminstallappcert_fuzzer.cpp29 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
30 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
38 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &appCert)) { in DoSomethingInterestingWithMyAPI()
39 CmFree(myData); in DoSomethingInterestingWithMyAPI()
44 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &appCertPwd)) { in DoSomethingInterestingWithMyAPI()
45 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &certAlias)) { in DoSomethingInterestingWithMyAPI()
51 CmFree(myData); in DoSomethingInterestingWithMyAPI()
56 if (!GetUintFromBuffer(myData, &remainSize, &offset, &store)) { in DoSomethingInterestingWithMyAPI()
57 CmFree(myData); in DoSomethingInterestingWithMyAPI()
[all...]
/base/security/certificate_manager/test/fuzz_test/cmgetappcert_fuzzer/
H A Dcmgetappcert_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &appCertUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &store)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
48 CmFree(myData); in DoSomethingInterestingWithMyAPI()
52 (void)memcpy_s(&credCert, sizeof(struct Credential), myData + offset, sizeof(struct Credential)); in DoSomethingInterestingWithMyAPI()
56 CmFree(myData); in DoSomethingInterestingWithMyAPI()
59 credCert.credData.data = const_cast<uint8_t *>(myData in DoSomethingInterestingWithMyAPI()
[all...]
/base/security/certificate_manager/test/fuzz_test/cmfinish_fuzzer/
H A Dcmfinish_fuzzer.cpp29 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
30 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
38 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &fiHandle)) { in DoSomethingInterestingWithMyAPI()
39 CmFree(myData); in DoSomethingInterestingWithMyAPI()
44 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &inData)) { in DoSomethingInterestingWithMyAPI()
45 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &outData)) { in DoSomethingInterestingWithMyAPI()
51 CmFree(myData); in DoSomethingInterestingWithMyAPI()
58 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgetcertinfo_fuzzer/
H A Dcmgetcertinfo_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, buffSize, &myData)) { in DoSomethingInterestingWithMyAPI()
35 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &sysUri)) { in DoSomethingInterestingWithMyAPI()
36 CmFree(myData); in DoSomethingInterestingWithMyAPI()
41 if (!GetUintFromBuffer(myData, &remainSize, &offset, &store)) { in DoSomethingInterestingWithMyAPI()
42 CmFree(myData); in DoSomethingInterestingWithMyAPI()
47 if (!GetCertInfoFromBuffer(myData, &remainSize, &offset, &sysCertInfo)) { in DoSomethingInterestingWithMyAPI()
48 CmFree(myData); in DoSomethingInterestingWithMyAPI()
55 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgetauthorizedapplist_fuzzer/
H A Dcmgetauthorizedapplist_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &authorUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &(appUidList.appUidCount))) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
47 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 appUidList.appUid = reinterpret_cast<uint32_t *>(myData + offset); in DoSomethingInterestingWithMyAPI()
55 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgetappcertlist_fuzzer/
H A Dcmgetappcertlist_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetUintFromBuffer(myData, &remainSize, &offset, &credStore)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &(credCertList.credentialCount))) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
47 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 credCertList.credentialAbstract = reinterpret_cast<struct CredentialAbstract *>(myData + offset); in DoSomethingInterestingWithMyAPI()
55 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgetusercertinfo_fuzzer/
H A Dcmgetusercertinfo_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &userCertUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &store)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
48 if (!GetCertInfoFromBuffer(myData, &remainSize, &offset, &userCertInfo)) { in DoSomethingInterestingWithMyAPI()
49 CmFree(myData); in DoSomethingInterestingWithMyAPI()
56 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgrantappcertificate_fuzzer/
H A Dcmgrantappcertificate_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &keyUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &appUid)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
48 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &authUri)) { in DoSomethingInterestingWithMyAPI()
49 CmFree(myData); in DoSomethingInterestingWithMyAPI()
56 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cminit_fuzzer/
H A Dcminit_fuzzer.cpp29 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
30 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
38 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &authUri)) { in DoSomethingInterestingWithMyAPI()
39 CmFree(myData); in DoSomethingInterestingWithMyAPI()
44 CmFree(myData); in DoSomethingInterestingWithMyAPI()
48 (void)memcpy_s(&spec, sizeof(struct CmSignatureSpec), myData + offset, sizeof(struct CmSignatureSpec)); in DoSomethingInterestingWithMyAPI()
53 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &handle)) { in DoSomethingInterestingWithMyAPI()
54 CmFree(myData); in DoSomethingInterestingWithMyAPI()
61 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cminstallusertrustedcert_fuzzer/
H A Dcminstallusertrustedcert_fuzzer.cpp29 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
30 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
37 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &userCert)) { in DoSomethingInterestingWithMyAPI()
38 CmFree(myData); in DoSomethingInterestingWithMyAPI()
43 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &certAlias)) { in DoSomethingInterestingWithMyAPI()
44 CmFree(myData); in DoSomethingInterestingWithMyAPI()
49 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &certUri)) { in DoSomethingInterestingWithMyAPI()
50 CmFree(myData); in DoSomethingInterestingWithMyAPI()
57 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmsetusercertstatus_fuzzer/
H A Dcmsetusercertstatus_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &setUserUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &userStore)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
48 CmFree(myData); in DoSomethingInterestingWithMyAPI()
52 (void)memcpy_s(&status, sizeof(bool), myData + offset, sizeof(bool)); in DoSomethingInterestingWithMyAPI()
57 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmsetcertstatus_fuzzer/
H A Dcmsetcertstatus_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &sysCertUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &store)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
48 CmFree(myData); in DoSomethingInterestingWithMyAPI()
52 (void)memcpy_s(&status, sizeof(bool), myData + offset, sizeof(bool)); in DoSomethingInterestingWithMyAPI()
56 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgetcertlist_fuzzer/
H A Dcmgetcertlist_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, buffSize, &myData)) { in DoSomethingInterestingWithMyAPI()
35 if (!GetUintFromBuffer(myData, &remainSize, &offset, &sysStore)) { in DoSomethingInterestingWithMyAPI()
36 CmFree(myData); in DoSomethingInterestingWithMyAPI()
41 if (!GetCertListFromBuffer(myData, &remainSize, &offset, &sysCertList)) { in DoSomethingInterestingWithMyAPI()
42 CmFree(myData); in DoSomethingInterestingWithMyAPI()
49 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmgetusercertlist_fuzzer/
H A Dcmgetusercertlist_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetUintFromBuffer(myData, &remainSize, &offset, &userStore)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetCertListFromBuffer(myData, &remainSize, &offset, &userCertList)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmremovegrantedapp_fuzzer/
H A Dcmremovegrantedapp_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &grantKeyUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &appUid)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmuninstallappcert_fuzzer/
H A Dcmuninstallappcert_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &rmKeyUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &store)) { in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
50 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmupdate_fuzzer/
H A Dcmupdate_fuzzer.cpp29 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
30 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
38 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &upHandle)) { in DoSomethingInterestingWithMyAPI()
39 CmFree(myData); in DoSomethingInterestingWithMyAPI()
44 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &inData)) { in DoSomethingInterestingWithMyAPI()
45 CmFree(myData); in DoSomethingInterestingWithMyAPI()
52 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmsendrequest_fuzzer/
H A Dcmsendrequest_fuzzer.cpp28 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
29 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
37 (void)memcpy_s(&type, sizeof(CertManagerInterfaceCode), myData, sizeof(CertManagerInterfaceCode)); in DoSomethingInterestingWithMyAPI()
45 if (ConstructParamSet(myData, &remainSize, &offset, type, &sendParamSet) == false) { in DoSomethingInterestingWithMyAPI()
46 CmFree(myData); in DoSomethingInterestingWithMyAPI()
53 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &outBlob)) { in DoSomethingInterestingWithMyAPI()
54 CmFree(myData); in DoSomethingInterestingWithMyAPI()
62 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmonremoterequest_fuzzer/
H A Dcmonremoterequest_fuzzer.cpp29 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
30 if (!CopyMyData(data, size, minSize, &myData)) { in DoSomethingInterestingWithMyAPI()
39 if (!GetUintFromBuffer(myData, &remainSize, &offset, &code)) { in DoSomethingInterestingWithMyAPI()
40 CmFree(myData); in DoSomethingInterestingWithMyAPI()
47 if (!GetUintFromBuffer(myData, &remainSize, &offset, &outSize)) { in DoSomethingInterestingWithMyAPI()
48 CmFree(myData); in DoSomethingInterestingWithMyAPI()
52 if (ConstructParamSet(myData, &remainSize, &offset, in DoSomethingInterestingWithMyAPI()
54 CmFree(myData); in DoSomethingInterestingWithMyAPI()
75 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmabort_fuzzer/
H A Dcmabort_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, abParamSize, &myData)) { in DoSomethingInterestingWithMyAPI()
35 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &abHandle)) { in DoSomethingInterestingWithMyAPI()
36 CmFree(myData); in DoSomethingInterestingWithMyAPI()
43 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmisauthorizedapp_fuzzer/
H A Dcmisauthorizedapp_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, inputSize, &myData)) { in DoSomethingInterestingWithMyAPI()
36 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &authAppUri)) { in DoSomethingInterestingWithMyAPI()
37 CmFree(myData); in DoSomethingInterestingWithMyAPI()
44 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmuninstallusertrustedcert_fuzzer/
H A Dcmuninstallusertrustedcert_fuzzer.cpp27 uint8_t *myData = nullptr; in DoSomethingInterestingWithMyAPI() local
28 if (!CopyMyData(data, size, paramSize, &myData)) { in DoSomethingInterestingWithMyAPI()
35 if (!GetCmBlobFromBuffer(myData, &remainSize, &offset, &rmUserUri)) { in DoSomethingInterestingWithMyAPI()
36 CmFree(myData); in DoSomethingInterestingWithMyAPI()
42 CmFree(myData); in DoSomethingInterestingWithMyAPI()
/third_party/icu/icu4c/source/common/
H A Ducnv2022.cpp658 UConverterDataISO2022* myData =(UConverterDataISO2022 *) (converter->extraInfo); in _ISO2022Close() local
659 UConverterSharedData **array = myData->myConverterArray; in _ISO2022Close()
670 ucnv_close(myData->currentConverter); in _ISO2022Close()
729 UConverterDataISO2022* myData= (UConverterDataISO2022*)cnv->extraInfo; in _ISO2022getName() local
730 return myData->name; in _ISO2022getName()
1264 UConverterDataISO2022* myData; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() local
1268 myData=((UConverterDataISO2022*)(saveThis->extraInfo)); in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1272 if(myData->key == 0) { /* are we in the middle of an escape sequence? */ in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1277 if(myData->currentConverter==NULL) { in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1278 myData in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
2090 UConverterDataISO2022* myData; UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2579 UConverterDataISO2022* myData=(UConverterDataISO2022*)(args->converter->extraInfo); UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() local
2682 UConverterDataISO2022* myData; UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3275 UConverterDataISO2022* myData; UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv2022.cpp658 UConverterDataISO2022* myData =(UConverterDataISO2022 *) (converter->extraInfo); in _ISO2022Close() local
659 UConverterSharedData **array = myData->myConverterArray; in _ISO2022Close()
670 ucnv_close(myData->currentConverter); in _ISO2022Close()
729 UConverterDataISO2022* myData= (UConverterDataISO2022*)cnv->extraInfo; in _ISO2022getName() local
730 return myData->name; in _ISO2022getName()
1264 UConverterDataISO2022* myData; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() local
1268 myData=((UConverterDataISO2022*)(saveThis->extraInfo)); in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1272 if(myData->key == 0) { /* are we in the middle of an escape sequence? */ in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1277 if(myData->currentConverter==nullptr) { in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1278 myData in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
2090 UConverterDataISO2022* myData; UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2579 UConverterDataISO2022* myData=(UConverterDataISO2022*)(args->converter->extraInfo); UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() local
2682 UConverterDataISO2022* myData; UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3275 UConverterDataISO2022* myData; UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
[all...]

Completed in 11 milliseconds

12