HomeSort by relevance Sort by last modified time
    Searched refs:expStr (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cdtdptst.c 309 const char* expStr = "04/13/1999 at 10:42:28 AM ";
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/cintltst/
cdtdptst.c 309 const char* expStr = "04/13/1999 at 10:42:28 AM ";
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/third_party/icu/source/test/intltest/
dtfmrgts.cpp     [all...]
numfmtst.cpp 1944 UnicodeString expstr; local
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp     [all...]
numfmtst.cpp 1950 UnicodeString expstr; local
    [all...]
  /external/libxml2/
xmlregexp.c 351 static int xmlRegStrEqualWildcard(const xmlChar *expStr, const xmlChar *valStr);
    [all...]

Completed in 171 milliseconds