OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedPattern
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp
[
all
...]
/external/icu4c/test/intltest/
dtptngts.cpp
[
all
...]
dtfmttst.cpp
109
const char *
expectedPattern
;
169
UnicodeString
expectedPattern
(EXPECTED[i].
expectedPattern
, -1, US_INV);
171
if (actualPattern !=
expectedPattern
) {
172
errln("FAILURE! Expected pattern: " +
expectedPattern
+
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c
356
const UChar *
expectedPattern
;
374
/*loc skel options
expectedPattern
*/
400
if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->
expectedPattern
, patLen+1) != 0 ) {
406
u_austrncpy(expectedPatternBytes,testDataPtr->
expectedPattern
,kTestOptionsPatLenMax),
/external/icu4c/test/cintltst/
udatpg_test.c
356
const UChar *
expectedPattern
;
374
/*loc skel options
expectedPattern
*/
400
if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->
expectedPattern
, patLen+1) != 0 ) {
406
u_austrncpy(expectedPatternBytes,testDataPtr->
expectedPattern
,kTestOptionsPatLenMax),
Completed in 543 milliseconds