Home
last modified time | relevance | path

Searched refs:longText (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java626 String longText = in testParseLongString() local
649 TextFormat.merge("optional_string: \"" + longText + "\"", builder); in testParseLongString()
650 assertEquals(longText, builder.getOptionalString()); in testParseLongString()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCookiesTable.js47 …e, disclosure: expandable, sort: WebInspector.DataGrid.Order.Ascending, longText: true, weight: 24… property
48 … {id: "value", title: WebInspector.UIString("Value"), sortable: true, longText: true, weight: 34}, property
DResourceWebSocketFrameView.js31 … {id: "data", title: WebInspector.UIString("Data"), sortable: false, weight: 88, longText: true}, property
DDataGrid.js1361 if (this.dataGrid.columns[columnIdentifier].longText)
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java661 String longText = in testParseLongString() local
684 TextFormat.merge("optional_string: \"" + longText + "\"", builder); in testParseLongString()
685 assertEquals(longText, builder.getOptionalString()); in testParseLongString()
/external/icu4c/test/cintltst/
Dcustrtst.c1762 UChar longText[600]; in TestUNormIterator() local
1771 memcpy(longText, text, middle*U_SIZEOF_UCHAR); in TestUNormIterator()
1773 longText[middle+i]=0x30a; /* insert many rings between 'A-ring' and cedilla */ in TestUNormIterator()
1775 memcpy(longText+middle+i, text+middle, (LENGTHOF(text)-middle)*U_SIZEOF_UCHAR); in TestUNormIterator()
1779 memcpy(longText+length, longText, length*U_SIZEOF_UCHAR); in TestUNormIterator()
1783 testUNormIteratorWithText(longText, length, length/4, "UCharIterLong", "UNormIterLong1"); in TestUNormIterator()
1784 testUNormIteratorWithText(longText, length, length, "UCharIterLongEnd", "UNormIterLongEnd1"); in TestUNormIterator()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcustrtst.c1762 UChar longText[600]; in TestUNormIterator() local
1771 memcpy(longText, text, middle*U_SIZEOF_UCHAR); in TestUNormIterator()
1773 longText[middle+i]=0x30a; /* insert many rings between 'A-ring' and cedilla */ in TestUNormIterator()
1775 memcpy(longText+middle+i, text+middle, (LENGTHOF(text)-middle)*U_SIZEOF_UCHAR); in TestUNormIterator()
1779 memcpy(longText+length, longText, length*U_SIZEOF_UCHAR); in TestUNormIterator()
1783 testUNormIteratorWithText(longText, length, length/4, "UCharIterLong", "UNormIterLong1"); in TestUNormIterator()
1784 testUNormIteratorWithText(longText, length, length, "UCharIterLongEnd", "UNormIterLongEnd1"); in TestUNormIterator()