Searched refs:text1 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c393 UChar text1[50]; local
397 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
410 uregex_setText(re, text1, -1, &status);
422 uregex_setText(re, text1, -1, &status);
428 uregex_setText(re, text1, 5, &status);
434 uregex_setText(re, text1, 6, &status);
447 UChar text1[50]; local
452 u_uastrncpy(text1, "abcccd", sizeof(text1)/
484 UChar text1[50]; local
539 UChar text1[50]; local
620 UChar text1[80]; local
814 UChar text1[80]; local
886 UChar text1[80]; /* "Replace xaax x1x x...x." */ local
1545 UText text1 = UTEXT_INITIALIZER; local
1592 UText text1 = UTEXT_INITIALIZER; local
1652 UText text1 = UTEXT_INITIALIZER; local
1699 UChar text1[50]; local
1757 UChar text1[80]; local
1833 UChar text1[80]; local
1881 UChar text1[80]; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/cgi/
H A Dtest_cgi_multipart.rb202 {:name=>'text1', :value=>"\xE3\x81\x82\xE3\x81\x84\xE3\x81\x86\xE3\x81\x88\xE3\x81\x8A"},
218 {:name=>'text1', :value=>"\xE3\x81\x82\xE3\x81\x84\xE3\x81\x86\xE3\x81\x88\xE3\x81\x8A"},
310 {:name=>'text1', :value=>"\xE3\x81\x82\xE3\x81\x84\xE3\x81\x86\xE3\x81\x88\xE3\x81\x8A"},
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c857 u_char text[256], text1[256]; local
897 text1[0] = strlen((char*) text);
898 bcopy(text, &text1[1], text[0]);
899 SetVarString(vsModemSpeaker, text1);
902 text1[0] = strlen((char*) text);
903 bcopy(text, &text1[1], text[0]);
904 SetVarString(vsErrorCorrection, text1);
907 text1[0] = strlen((char*) text);
908 bcopy(text, &text1[1], text[0]);
909 SetVarString(vsDataCompression, text1);
[all...]
/macosx-10.10.1/zsh-61/zsh/Functions/Calendar/
H A Dcalendar_add60 addline="$REPLY $parse_new[text1]"
128 $parse_new[text1] = (|*[[:space:]\#])"OCCURRENCE"[[:space:]]##([^[:space:]]##[[:space:]]##CANCELLED)(|[[:space:]]*) ]]; then
207 addline="$REPLY $parse_new[text1]"
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregcoll.cpp1201 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1226 for (i = 0; i < sizeof(text1) / (CollationRegressionTest::MAX_TOKEN_LEN * sizeof(UChar)); i++) {
1230 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1232 errln(UnicodeString("Failed to get a partial collation key for ") + text1[i]);
1242 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1244 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
H A Dregextst.cpp4935 UText text1 = UTEXT_INITIALIZER; local
4941 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status);
4950 uregex_setUText(re, &text1, &status);
4955 utext_setNativeIndex(&text1, 0);
4956 REGEX_ASSERT(testUTextEqual(resultText, &text1));
4962 utext_setNativeIndex(&text1, 0);
4963 REGEX_ASSERT(testUTextEqual(resultText, &text1));
4975 utext_close(&text1);
4983 UChar text1[80]; local
4986 u_uastrncpy(text1, "nois
5024 UChar text1[80]; local
5071 UChar text1[80]; local
[all...]
H A Drbbiapts.cpp264 CharacterIterator* text1= new StringCharacterIterator(str1); local
265 CharacterIterator* text1Clone = text1->clone();
295 rb->adoptText(text1);
296 if(rb->getText() != *text1)
H A Ditrbnf.cpp84 UChar text1[] = { local
113 UnicodeString expected(text1);
H A Dnumfmtst.cpp6530 UnicodeString text1, text2; local
6538 fmt->format(value, text1);
6545 if (text1 != text2) {
6546 errln((UnicodeString)"NumberFormat::format() should return the same result - text1="
6547 + text1 + " text2=" + text2);
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-parse.el403 (text1 (save-match-data
408 (min (point-max) (+ (match-end 0) (length text1) 1))))
409 ;; Literal can be too short since text1 too short. No big problem.
410 (text (reftex-nicify-text text1)))
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl26 {-text1 String "" 0 }
920 label $title -background white -textvariable [$wizard variable $step -text1]
988 label $title -textvariable [$wizard variable $step -text1]

Completed in 197 milliseconds