OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minutesstr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c
393
static const UChar
minutesStr
[] = { 0x0034, 0x0039, 0 }; /* "49", minutes string to search for in output */
509
strPtr = u_strstr(strDateTime,
minutesStr
);
[
all
...]
/external/icu4c/test/cintltst/
cdattst.c
398
static const UChar
minutesStr
[] = { 0x0034, 0x0039, 0 }; /* "49", minutes string to search for in output */
535
strPtr = u_strstr(strDateTime,
minutesStr
);
[
all
...]
Completed in 55 milliseconds