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
683
UnicodeString
patternToCheck
;
696
patternToCheck
= "0:Someone from {2} is receiving a #{0}"
707
patternToCheck
= "1:A customer in {2} is receiving a #{0} error - {1}. Their telephone call is costing {3,number,currency}."; // number,currency
716
patternToCheck
= "2:user in {2} is receiving a #{0} error - {1}. "
731
formatErrorMessage(status,
patternToCheck
,messageLocale,statusToCheck,
736
error("Failure on message format, pattern=" +
patternToCheck
+
[
all
...]
/external/icu4c/test/intltest/
tsmthred.cpp
834
UnicodeString
patternToCheck
;
847
patternToCheck
= "0:Someone from {2} is receiving a #{0}"
858
patternToCheck
= "1:A customer in {2} is receiving a #{0} error - {1}. Their telephone call is costing {3,number,currency}."; // number,currency
867
patternToCheck
= "2:user in {2} is receiving a #{0} error - {1}. "
882
formatErrorMessage(status,
patternToCheck
,messageLocale,statusToCheck,
887
error("Failure on message format, pattern=" +
patternToCheck
+
[
all
...]
Completed in 36 milliseconds