OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subTable
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/
locresdata.cpp
50
UResourceBundle *rb=NULL, table,
subTable
;
75
ures_initStackObject(&
subTable
);
80
ures_getByKeyWithFallback(&table,subTableKey, &
subTable
, &errorCode);
81
item = ures_getStringByKeyWithFallback(&
subTable
, itemKey, pLength, &errorCode);
148
ures_close(&
subTable
);
/external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java
37
Map
subTable
= new HashMap();
46
subTable
.clear();
105
Subroutine s = (Subroutine)
subTable
.get(new Integer(target));
108
subTable
.put(new Integer(target), s);
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
266
/* This
subtable
has some "history", if you will. Some earlier versions of
493
* FeatureParams
subtable
from the beginning of the FeatureList table!
495
* If sanitizing "failed" for the FeatureParams
subtable
, try it with the
560
inline unsigned int get_subtable_count (void) const { return
subTable
.len; }
572
const USHORT &markFilteringSet = StructAfter<USHORT> (
subTable
);
587
if (unlikely (!
subTable
.serialize (c, num_subtables))) return TRACE_RETURN (false);
590
USHORT &markFilteringSet = StructAfter<USHORT> (
subTable
);
599
if (!(c->check_struct (this) &&
subTable
.sanitize (c))) return TRACE_RETURN (false);
602
USHORT &markFilteringSet = StructAfter<USHORT> (
subTable
);
611
subTable
; /* Array of SubTables *
[
all
...]
hb-ot-layout-gsub-table.hh
[
all
...]
hb-ot-layout-gpos-table.hh
399
/* If this
subtable
doesn't have an anchor for this base and this class,
461
* beginning of
subtable
*/
509
* beginning of
subtable
*/
692
* beginning of
subtable
*/
784
* beginning of
subtable
*/
793
* beginning of PairPos
subtable
--for
797
* beginning of PairPos
subtable
--for
855
*
subtable
--may be NULL */
859
*
subtable
--may be NULL */
968
* beginning of
subtable
*/
[
all
...]
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 85 milliseconds