Searched refs:strB (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 2229 UChar strB[MAXSLEN+1]; in TestIncrementalNormalize() local 2247 strB[0] = baseA; in TestIncrementalNormalize() 2250 strB[sLen-i] = ccMix[i % 3]; in TestIncrementalNormalize() 2253 strB[sLen] = 0; in TestIncrementalNormalize() 2256 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize() 2258 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 2270 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; in TestIncrementalNormalize() local 2272 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 2284 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; in TestIncrementalNormalize() local 2286 doTest(coll, strA, strB, UCOL_GREATER); in TestIncrementalNormalize() [all …]
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | cmsccoll.c | 2225 UChar strB[MAXSLEN+1]; in TestIncrementalNormalize() local 2243 strB[0] = baseA; in TestIncrementalNormalize() 2246 strB[sLen-i] = ccMix[i % 3]; in TestIncrementalNormalize() 2249 strB[sLen] = 0; in TestIncrementalNormalize() 2252 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize() 2254 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 2266 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; in TestIncrementalNormalize() local 2268 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 2280 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; in TestIncrementalNormalize() local 2282 doTest(coll, strA, strB, UCOL_GREATER); 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 …]
|