Home
last modified time | relevance | path

Searched refs:source2 (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/test/cintltst/
Dnucnvtst.c2126 static const uint8_t source2[]={0x61}; in TestUTF16BE() local
2128 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2140 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2141 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2180 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2182 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2194 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE()
2195 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2600 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local
2601 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS()
[all …]
/external/chromium/third_party/icu/source/test/cintltst/
Dnucnvtst.c2092 static const uint8_t source2[]={0x61}; in TestUTF16BE() local
2094 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2106 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2107 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2146 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2148 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2160 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE()
2161 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2567 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local
2568 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS()
[all …]
/external/chromium/net/disk_cache/
Dblock_files_unittest.cc103 int source2 = rand() % kNumEntries; in TEST_F() local
105 entries[source1] = entries[source2]; in TEST_F()
106 entries[source2] = temp; in TEST_F()
Dbackend_unittest.cc317 int source2 = rand() % 100; in BackendLoad() local
319 entries[source1] = entries[source2]; in BackendLoad()
320 entries[source2] = temp; in BackendLoad()
487 int source2 = rand() % kNumEntries; in BackendInvalidEntryWithLoad() local
489 entries[source1] = entries[source2]; in BackendInvalidEntryWithLoad()
490 entries[source2] = temp; in BackendInvalidEntryWithLoad()
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc452 DescriptorDatabase* source2) { in MergedDescriptorDatabase() argument
454 sources_.push_back(source2); in MergedDescriptorDatabase()
Ddescriptor_database.h338 DescriptorDatabase* source2);
/external/icu4c/i18n/
Duregex.cpp283 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
284 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
Dusearch.cpp1372 const UChar *source2, in addToUCharArray() argument
1396 uprv_memcpy(destination + source1length, source2, in addToUCharArray()
/external/chromium/third_party/icu/source/i18n/
Dusearch.cpp1396 const UChar *source2, in addToUCharArray() argument
1420 uprv_memcpy(destination + source1length, source2, in addToUCharArray()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt445 $geshi2 = new GeSHi($source2, $lang);
639 $geshi->set_source($source2);