OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out
(Results
1376 - 1400
of
3043
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/icu/icu4c/source/layout/
LEGlyphStorage.cpp
97
le_int32 i, count = fGlyphCount, dir = 1,
out
= 0;
local
100
out
= fGlyphCount - 1;
104
for (i = 0; i < count; i += 1,
out
+= dir) {
105
fCharIndices[
out
] = i;
/external/icu/icu4c/source/test/cintltst/
spreptst.c
109
const char *
out
;
member in struct:ConformanceTestCases
328
const char* expectedDest = conformanceTestCases[i].
out
;