Searched refs:text2 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-LatentSemanticMapping/PyObjCTest/
H A Dtest_latentsemanticmapping.py85 text2 = LSMTextCreate(None, map)
86 self.failUnlessIsInstance(text2, LSMTextRef)
98 v = LSMTextAddWords(text2, "on a bright and sunny morning",
116 v = LSMMapAddTextWithWeight(map, text2, cat2, 2.0)
123 self.failUnlessIsInstance(text2, LSMTextRef)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-LatentSemanticMapping/PyObjCTest/
H A Dtest_latentsemanticmapping.py85 text2 = LSMTextCreate(None, map)
86 self.assertIsInstance(text2, LSMTextRef)
98 v = LSMTextAddWords(text2, "on a bright and sunny morning",
116 v = LSMMapAddTextWithWeight(map, text2, cat2, 2.0)
123 self.assertIsInstance(text2, LSMTextRef)
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dreapits.c394 UChar text2[50]; local
398 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
416 uregex_setText(re, text2, -1, &status);
448 UChar text2[50]; local
453 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
465 uregex_setText(re, text2, 7, &status);
467 TEST_ASSERT(result == text2);
472 uregex_setText(re, text2,
815 UChar text2[80]; local
887 UChar text2[80]; /* "No match Here" */ local
1049 UChar text2[80]; local
1546 UText text2 = UTEXT_INITIALIZER; local
1593 UText text2 = UTEXT_INITIALIZER; local
1833 UChar text2[80]; local
1881 UChar text2[80]; local
1964 UChar text2[80]; local
[all...]
H A Dcbiditst.c1809 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; local
2042 u_unescape(text2, src, MAXLEN);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
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.cpp4927 UText text2 = UTEXT_INITIALIZER; local
4933 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status);
4934 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4935 utext_openUChars(&text2, text2Chars, -1, &status);
4962 utext_setNativeIndex(&text2, 0);
4963 REGEX_ASSERT(testUTextEqual(resultText, &text2));
4967 utext_close(&text2);
5016 UChar text2[80]; local
5022 u_uastrncpy(text2, "No match here.", sizeof(text2)/
5063 UChar text2[80]; local
[all...]
H A Drbbiapts.cpp263 CharacterIterator* text2= new StringCharacterIterator(str2); local
295 rb->adoptText(text2);
296 if(rb->getText() != *text2)
H A Dnumrgts.cpp2903 static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // n123456789 local
2953 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
2957 logln("text2: Got expected parse error %s\n", u_errorName(status));
2960 errln("FAIL: text2: unum_parse status %s, result %d - expected failure\n", u_errorName(status), n);
2971 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
H A Ditrbnf.cpp92 UChar text2[] = { local
125 UnicodeString expected(text2);
H A Dnumfmtst.cpp6407 UnicodeString text1, text2; local
6420 fmt->format(value, text2);
6422 if (text1 != text2) {
6424 + text1 + " text2=" + text2);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/t/
H A D40reader.t138 <DD/><BB bar="BAR">text2<CC> xx </CC>foo<FF/> </BB>x
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsec_utils.c1215 char text2[256]; local
1376 snprintf(text2, sizeof(text2), "sainfo address %s/%d 0 address %s/%d 0 {\n",
1390 snprintf(text2, sizeof(text2), "sainfo address %s/32 [%d] %d address %s/32 [%d] %d {\n",
1407 WRITE(text2);
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl27 {-text2 String "" 0 }
922 -textvariable [$wizard variable $step -text2]
989 label $subtitle -textvariable [$wizard variable $step -text2] -height 2
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_core.rb350 text2 = Text.new(text)
351 assert_equal(text, text2)

Completed in 171 milliseconds