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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp1166 UnicodeString expStr; local
1168 expStr.append("null");
1171 ((DateFormat*)&dispFmt)->format(expected, expStr);
1174 + ", expected " + expStr + "\n");
H A Dnumfmtst.cpp1641 UnicodeString expStr("\\U00010000\\U00010000\\U00010000\\U000100000", "");
1642 expStr = expStr.unescape();
1644 int32_t(0), expStr, status);
1673 expStr = UnicodeString("\\U00010001decimal\\U00010002\\U00010005\\U00010000", "");
1674 expStr = expStr.unescape();
1677 1.25, expStr, status);
1684 expStr = UnicodeString(" minus 20money separator00 units of money in your bank account", "");
1687 int32_t(-20), expStr, statu
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp1169 UnicodeString expStr; local
1171 expStr.append("null");
1174 ((DateFormat*)&dispFmt)->format(expected, expStr);
1177 + ", expected " + expStr + "\n");
H A Dnumfmtst.cpp1645 UnicodeString expStr("\\U00010000\\U00010000\\U00010000\\U000100000", "");
1646 expStr = expStr.unescape();
1648 int32_t(0), expStr, status);
1677 expStr = UnicodeString("\\U00010001decimal\\U00010002\\U00010005\\U00010000", "");
1678 expStr = expStr.unescape();
1681 1.25, expStr, status);
1688 expStr = UnicodeString(" minus 20money separator00 units of money in your bank account", "");
1691 int32_t(-20), expStr, statu
[all...]
/external/chromium_org/third_party/libxml/src/
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...]
/external/libxml2/
H A Dxmlregexp.c359 static int xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr);
3627 * @expStr: the string to be evaluated
3632 * substrings in both @expStr and @valStr.
3639 xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr) { argument
3640 if (expStr == valStr) return(1);
3641 if (expStr == NULL) return(0);
3647 if (*expStr != *valStr) {
3653 valStr = expStr;
3654 expStr = tmp;
3656 if ((*valStr != 0) && (*expStr !
[all...]

Completed in 4683 milliseconds