Searched refs:strA (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/String/
H A Dregress-83293.js32 * str.replace(strA, strB) == str.replace(new RegExp(strA),strB).
51 var summ_OLD = 'Testing str.replace(strA, strB) == str.replace(new RegExp(strA),strB)';
59 var strA = cnEmptyString; variable
73 * When this bug was filed, str.replace(strA, strB) would return no value
74 * whatsoever if strA == cnEmptyString, and no error, either -
84 strA = 'a';
85 actual = str.replace(strA, strB);
86 expect = str.replace(new RegExp(strA), str
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcmsccoll.c987 UChar strA[MAXSLEN+1]; local
1005 strA[0] = baseA;
1008 strA[i] = ccMix[i % 3];
1011 strA[sLen] = 0;
1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
1017 doTest(coll, strA, strB, UCOL_EQUAL);
1028 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0}; local
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1041 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
1042 static const UChar strA[] local
1051 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00}; local
1113 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00}; local
1173 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00}; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h422 h->strA = NULL; \
437 h->strA = name ? __itt_fstrdup(name) : NULL; \
/macosx-10.10/tcsh-65/tcsh/
H A Ded.screen.c765 static Char strA[] = {033, '[', 'A', '\0'}; local
780 if (strA[0] == 033)
782 strA[0] = CTL_ESC('\033');
799 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
814 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dterm.c1060 static const char strA[] = {033, '[', 'A', '\0'}; local
1073 key_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1087 key_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dterm.c1114 static const Char strA[] = {033, '[', 'A', '\0'}; local
1127 key_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1141 key_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);
/macosx-10.10/libedit-40/src/
H A Dterminal.c1051 static const Char strA[] = {033, '[', 'A', '\0'}; local
1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1079 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemas.c2820 xmlChar *des = NULL, *strA = NULL; local
2829 xmlSchemaFormatQName(&strA, refURI, refName),
2832 FREE_AND_NULL(strA)
2892 xmlChar *strA = NULL, *strB = NULL; local
2894 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2896 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA,
2899 FREE_AND_NULL(strA);
14167 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
14182 xmlSchemaGetComponentDesignation(&strA,
14189 FREE_AND_NULL(strA);
14300 xmlChar *strA = NULL, *strB = NULL; local
16463 xmlChar *strA = NULL, *strB = NULL; local
19624 xmlChar *strA = NULL, *strB = NULL; local
19663 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
19924 xmlChar *strA = NULL, *strB = NULL; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c2801 xmlChar *des = NULL, *strA = NULL; local
2810 xmlSchemaFormatQName(&strA, refURI, refName),
2813 FREE_AND_NULL(strA)
2873 xmlChar *strA = NULL, *strB = NULL; local
2875 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2877 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA,
2880 FREE_AND_NULL(strA);
14139 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
14154 xmlSchemaGetComponentDesignation(&strA,
14161 FREE_AND_NULL(strA);
14272 xmlChar *strA = NULL, *strB = NULL; local
16434 xmlChar *strA = NULL, *strB = NULL; local
19595 xmlChar *strA = NULL, *strB = NULL; local
19634 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
19895 xmlChar *strA = NULL, *strB = NULL; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c2506 char * strA,
2526 rc = STRCASECMP(strA, strB);
2528 rc = strcmp (strA, strB);
2533 DBG( fprintf(stderr, "nodeGreater %d <-- strA='%s' strB='%s'\n", rc, strA, strB);)
2535 lenA = Tcl_NumUtfChars (strA, -1);
2538 rc = Tcl_UtfNcasecmp (strA, strB, len);
2547 strAptr = strA;
2502 nodeGreater( int typeText, int asc, int upperFirst, char * strA, char * strB, double realA, double realB, int * greater ) argument

Completed in 401 milliseconds