OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patternToCheck
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp
935
UnicodeString
patternToCheck
;
948
patternToCheck
= "0:Someone from {2} is receiving a #{0}"
959
patternToCheck
= "1:A customer in {2} is receiving a #{0} error - {1}. Their telephone call is costing {3,number,currency}."; // number,currency
968
patternToCheck
= "2:user in {2} is receiving a #{0} error - {1}. "
983
formatErrorMessage(status,
patternToCheck
,messageLocale,statusToCheck,
988
error("Failure on message format, pattern=" +
patternToCheck
+
[
all
...]
/external/icu/icu4c/source/test/intltest/
tsmthred.cpp
940
UnicodeString
patternToCheck
;
953
patternToCheck
= "0:Someone from {2} is receiving a #{0}"
964
patternToCheck
= "1:A customer in {2} is receiving a #{0} error - {1}. Their telephone call is costing {3,number,currency}."; // number,currency
973
patternToCheck
= "2:user in {2} is receiving a #{0} error - {1}. "
988
formatErrorMessage(status,
patternToCheck
,messageLocale,statusToCheck,
993
error("Failure on message format, pattern=" +
patternToCheck
+
[
all
...]
Completed in 1585 milliseconds