OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kErrorUChars
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp
20
static const UChar
kErrorUChars
[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 };
711
string.setTo(TRUE,
kErrorUChars
, kErrorLength);
716
UnicodeString expected_string(
kErrorUChars
);
773
string =
kErrorUChars
;
790
expected_string =
kErrorUChars
;
860
string =
kErrorUChars
;
881
expected_string =
kErrorUChars
;
957
string =
kErrorUChars
;
[
all
...]
restest.cpp
22
static const UChar
kErrorUChars
[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 };
396
string.setTo(TRUE,
kErrorUChars
, kErrorLength);
401
UnicodeString expected_string(
kErrorUChars
);
446
string =
kErrorUChars
;
459
expected_string =
kErrorUChars
;
/external/icu4c/test/intltest/
restsnew.cpp
20
static const UChar
kErrorUChars
[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 };
711
string.setTo(TRUE,
kErrorUChars
, kErrorLength);
716
UnicodeString expected_string(
kErrorUChars
);
773
string =
kErrorUChars
;
790
expected_string =
kErrorUChars
;
860
string =
kErrorUChars
;
881
expected_string =
kErrorUChars
;
957
string =
kErrorUChars
;
[
all
...]
restest.cpp
22
static const UChar
kErrorUChars
[] = { 0x45, 0x52, 0x52, 0x4f, 0x52, 0 };
396
string.setTo(TRUE,
kErrorUChars
, kErrorLength);
401
UnicodeString expected_string(
kErrorUChars
);
446
string =
kErrorUChars
;
459
expected_string =
kErrorUChars
;
Completed in 45 milliseconds