Searched refs:expStr (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcdtdptst.c309 const char* expStr = "04/13/1999 at 10:42:28 AM "; local
336 exp=(UChar*)malloc(sizeof(UChar) * (strlen(expStr) + 1) );
337 u_uastrcpy(exp, expStr);
340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
/external/icu4c/test/intltest/
H A Ddtfmrgts.cpp1164 UnicodeString expStr; local
1166 expStr.append("null");
1169 ((DateFormat*)&dispFmt)->format(expected, expStr);
1172 + ", expected " + expStr + "\n");
H A Dnumfmtst.cpp1624 UnicodeString expStr("\\U00010000\\U00010000\\U00010000\\U000100000", "");
1625 expStr = expStr.unescape();
1627 int32_t(0), expStr, status);
1656 expStr = UnicodeString("\\U00010001decimal\\U00010002\\U00010005\\U00010000", "");
1657 expStr = expStr.unescape();
1660 1.25, expStr, status);
1667 expStr = UnicodeString(" minus 20money separator00 units of money in your bank account", "");
1670 int32_t(-20), expStr, statu
[all...]
/external/libxml2/
H A Dxmlregexp.c355 static int xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr);
3617 * @expStr: the string to be evaluated
3622 * substrings in both @expStr and @valStr.
3629 xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr) { argument
3630 if (expStr == valStr) return(1);
3631 if (expStr == NULL) return(0);
3637 if (*expStr != *valStr) {
3643 valStr = expStr;
3644 expStr = tmp;
3646 if ((*valStr != 0) && (*expStr !
[all...]

Completed in 86 milliseconds