OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_count
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/iotest/
strtst.c
748
int32_t i32 = -1,
actual_count
, actual_result;
local
769
actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &
actual_count
);
779
if (
actual_count
!= 3) {
780
log_err("scanf should return 3 for
actual_count
, but returned %d\n",
actual_count
);
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
2451
const size_t
actual_count
= stl_container.size();
local
[
all
...]
Completed in 305 milliseconds