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

  /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/icu4c/test/intltest/
dtfmrgts.cpp     [all...]

Completed in 182 milliseconds