OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endSize
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/layout/
DeviceTables.h
24
le_uint16
endSize
;
/external/clang/lib/Index/
USRGeneration.cpp
161
const unsigned
endSize
= Buf.size();
162
return startSize ==
endSize
;
/libcore/ojluni/src/main/java/sun/security/util/
Cache.java
307
int
endSize
= cacheMap.size();
308
if (startSize !=
endSize
) {
309
System.out.println("*** Expunged " + (startSize -
endSize
)
310
+ " entries, " +
endSize
+ " entries left");
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
[
all
...]
Completed in 634 milliseconds