Searched defs:text2 (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/editing/
H A DJoinTextNodesCommand.cpp33 JoinTextNodesCommand::JoinTextNodesCommand(PassRefPtr<Text> text1, PassRefPtr<Text> text2) argument
34 : SimpleEditCommand(text1->document()), m_text1(text1), m_text2(text2)
H A DJoinTextNodesCommand.h37 static PassRefPtr<JoinTextNodesCommand> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2) argument
39 return adoptRef(new JoinTextNodesCommand(text1, text2));
H A DCompositeEditCommand.cpp290 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2) argument
292 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));
/external/chromium/third_party/icu/source/test/cintltst/
H A Dreapits.c318 UChar text2[50]; local
322 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
340 uregex_setText(re, text2, -1, &status);
372 UChar text2[50]; local
377 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
389 uregex_setText(re, text2, 7, &status);
391 TEST_ASSERT(result == text2);
396 uregex_setText(re, text2,
739 UChar text2[80]; local
811 UChar text2[80]; /* "No match Here" */ local
973 UChar text2[80]; local
[all...]
H A Dcbiditst.c1543 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; local
1776 u_unescape(text2, src, MAXLEN);
/external/quake/quake/src/QW/client/
H A Dsys_win.c232 char text[1024], text2[1024]; local
/external/chromium/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp91 UChar text2[] = { local
124 UnicodeString expected(text2);
H A Drbbiapts.cpp263 CharacterIterator* text2= new StringCharacterIterator(str2); local
295 rb->adoptText(text2);
296 if(rb->getText() != *text2)
/external/icu4c/test/intltest/
H A Ditrbnf.cpp91 UChar text2[] = { local
124 UnicodeString expected(text2);
H A Drbbiapts.cpp258 CharacterIterator* text2= new StringCharacterIterator(str2); local
290 rb->adoptText(text2);
291 if(rb->getText() != *text2)
H A Dregcoll.cpp1119 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1146 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
H A Dregextst.cpp4436 UText text2 = UTEXT_INITIALIZER; local
4442 utext_openUTF8(&text2, "abcccxd", -1, &status);
4443 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4444 utext_openUChars(&text2, text2Chars, -1, &status);
4471 utext_setNativeIndex(&text2, 0);
4472 REGEX_ASSERT(utext_compare(resultText, -1, &text2, -1) == 0);
4476 utext_close(&text2);
4525 UChar text2[80]; local
4531 u_uastrncpy(text2, "No match here.", sizeof(text2)/
4572 UChar text2[80]; local
[all...]
/external/icu4c/test/cintltst/
H A Dreapits.c363 UChar text2[50]; local
367 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
385 uregex_setText(re, text2, -1, &status);
417 UChar text2[50]; local
422 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
434 uregex_setText(re, text2, 7, &status);
436 TEST_ASSERT(result == text2);
441 uregex_setText(re, text2,
784 UChar text2[80]; local
856 UChar text2[80]; /* "No match Here" */ local
1018 UChar text2[80]; local
1514 UText text2 = UTEXT_INITIALIZER; local
1561 UText text2 = UTEXT_INITIALIZER; local
1772 UChar text2[80]; local
1820 UChar text2[80]; local
1903 UChar text2[80]; local
[all...]
H A Dcbiditst.c1543 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; local
1776 u_unescape(text2, src, MAXLEN);
/external/quake/quake/src/WinQuake/
H A Dsys_win.cpp349 char text[1024], text2[1024]; local
376 sprintf (text2, "ERROR: %s\n", text);
379 WriteFile (houtput, text2, strlen (text2), &dummy, NULL);

Completed in 325 milliseconds