Searched defs:expStr (Results 1 - 6 of 6) 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");
/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");
/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 820 milliseconds