OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expStr
(Results
1 - 4
of
4
) 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
...]
numfmtst.cpp
2234
UnicodeString
expstr
;
local
[
all
...]
/external/libxml2/
xmlregexp.c
355
static int xmlRegStrEqualWildcard(const xmlChar *
expStr
, const xmlChar *valStr);
[
all
...]
Completed in 569 milliseconds