Searched refs:getString (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-116 String test1 = b.getString("Test String 1");
21 String test3 = b.getString("Test String 3");
24 String test4 = b.getString("Test " +
29 String test5 = b.getString("");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DPartialGetTest.java72 if (!MatchData(data_64chars, partialData.getString(), 12))
80 if (!MatchData(new String(data_64chars, 12, 12), partialData.getString(), 12))
103 if (!MatchData(data_64chars, partialData.getString(), 12))
109 if (!MatchData(data_64chars, partialData.getString(), 12))
117 if (!MatchData(data_64chars, partialData.getString(), 12))
125 if (!MatchData(new String(data_64chars, 12, 12), partialData.getString(), 12))
152 if (!MatchData(data_64chars, partialData.getString(), 12))
161 if (!MatchData(sb.substring(0, 2048), partialData.getString(), 2048))
170 if (!MatchData(sb.substring(10, 2048+10), partialData.getString(), 12))
260 String getString() { method in class:PartialGetTest.StringEntry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DAccessExample.java153 System.out.println(key.getString() + " : " + data.getString());
178 String getString() { method in class:AccessExample.StringEntry
H A DBulkAccessExample.java132 System.out.println(key.getString() + " : " + data.getString());
157 String getString() { method in class:BulkAccessExample.StringEntry
H A DBulkAccessNIOExample.java134 System.out.println(key.getString() + " : " + data.getString());
167 String getString() { method in class:BulkAccessNIOExample.StringEntry
H A DBtRecExample.java152 System.out.println(msg + key.getString() + ": " + data.getString());
250 String getString() { method in class:BtRecExample.StringEntry
282 String getString() { method in class:BtRecExample.RecnoStringEntry
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunsuite.c278 getString(xmlNodePtr cur, const char *xpath) { function
387 name = getString(tst, "string(@name)");
409 name = getString(tst, "string(@name)");
626 xmlChar *doc = getString(cur, "string(documentation)");
683 xmlChar *doc = getString(cur, "string(documentation)");
689 doc = getString(cur, "string(section)");
800 href = getString(cur,
822 validity = getString(cur,
898 href = getString(cur,
919 validity = getString(cu
[all...]

Completed in 104 milliseconds