Searched refs:strB (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 2184 UChar *strB; in TestIncrementalNormalize() local 2187 strB = malloc((maxSLen+1) * sizeof(UChar)); in TestIncrementalNormalize() 2205 strB[0] = baseA; in TestIncrementalNormalize() 2208 strB[sLen-i] = ccMix[i % 3]; in TestIncrementalNormalize() 2211 strB[sLen] = 0; in TestIncrementalNormalize() 2214 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize() 2216 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 2219 free(strB); in TestIncrementalNormalize() 2230 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; in TestIncrementalNormalize() local 2232 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() [all …]
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/String/ |
D | regress-83293.js | 60 var strB = 'Z'; variable
|
/external/libxml2/ |
D | xmlschemas.c | 2873 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaPIllegalAttrErr() local 2878 xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name), in xmlSchemaPIllegalAttrErr() 2881 FREE_AND_NULL(strB); in xmlSchemaPIllegalAttrErr() 14071 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local 14088 xmlSchemaGetComponentDesignation(&strB, in xmlSchemaCheckDerivationOKRestriction2to4() 14094 FREE_AND_NULL(strB); in xmlSchemaCheckDerivationOKRestriction2to4() 14204 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local 14213 xmlSchemaGetComponentDesignation(&strB, baseItem), in xmlSchemaCheckDerivationOKRestriction2to4() 14216 FREE_AND_NULL(strB); in xmlSchemaCheckDerivationOKRestriction2to4() 16365 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction() local [all …]
|