OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retCount
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
IndicLayoutEngine.cpp
68
le_int32
retCount
= OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
75
IndicReordering::finalReordering(glyphStorage,
retCount
);
76
IndicReordering::applyPresentationForms(glyphStorage,
retCount
);
81
return
retCount
;
/frameworks/av/media/libmedia/
IAudioPolicyService.cpp
377
uint32_t
retCount
= reply.readInt32();
378
if (
retCount
!= 0) {
379
uint32_t numDesc = (
retCount
< *count) ?
retCount
: *count;
382
*count =
retCount
;
659
uint32_t
retCount
= count;
662
status_t status = queryDefaultPreProcessing(audioSession, descriptors, &
retCount
);
665
retCount
= 0;
667
reply->writeInt32(
retCount
);
668
if (
retCount
) {
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp
219
int32_t
retCount
;
220
const double* retLimits = fileform->getLimits(
retCount
);
221
if ((
retCount
== 4) && (retLimits)
231
const UnicodeString* retFormats = fileform->getFormats(
retCount
);
232
if ((
retCount
== 4) && (retFormats)
/external/icu4c/test/intltest/
tchcfmt.cpp
230
int32_t
retCount
;
231
const double* retLimits = fileform->getLimits(
retCount
);
232
if ((
retCount
== 4) && (retLimits)
242
const UnicodeString* retFormats = fileform->getFormats(
retCount
);
243
if ((
retCount
== 4) && (retFormats)
Completed in 148 milliseconds