HomeSort by relevance Sort by last modified time
    Searched refs:cids (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/cff/
cfftypes.h 97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */ member in struct:CFF_CharsetRec_
cffload.c 799 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) )
806 charset->cids[charset->sids[j]] = (FT_UShort)j;
824 result = charset->cids[cid];
834 FT_FREE( charset->cids );
1034 FT_FREE( charset->cids );
    [all...]
cffgload.c     [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 488 private final void updateNeighboringCids(ArrayList<NeighboringCellInfo> cids) {
491 if (cids != null) {
492 if ( cids.isEmpty() ) {
495 for (NeighboringCellInfo cell : cids) {
    [all...]

Completed in 613 milliseconds