OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_result
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp
119
UnicodeString
format_result
;
local
120
selFmt->format(UnicodeString("odd"),
format_result
, format_ignore, status);
121
assertEquals("should use first occurrence of the 'odd' keyword", "foo",
format_result
);
122
format_result
.remove();
124
selFmt->format(UnicodeString("other"),
format_result
, format_ignore, status);
125
assertEquals("should use first occurrence of the 'other' keyword", "bar",
format_result
);
/external/icu/icu4c/source/test/intltest/
selfmts.cpp
119
UnicodeString
format_result
;
local
120
selFmt->format(UnicodeString("odd"),
format_result
, format_ignore, status);
121
assertEquals("should use first occurrence of the 'odd' keyword", "foo",
format_result
);
122
format_result
.remove();
124
selFmt->format(UnicodeString("other"),
format_result
, format_ignore, status);
125
assertEquals("should use first occurrence of the 'other' keyword", "bar",
format_result
);
/external/chromium_org/third_party/ply/
yacc.py
143
def
format_result
(r):
function
423
debug.info("Result : %s",
format_result
(pslice[0]))
462
debug.info("Result : %s",
format_result
(pslice[0]))
484
debug.info("Done : Returning %s",
format_result
(result))
[
all
...]
Completed in 294 milliseconds