New HP 255 G1

I have a brand new HP 255 G1.

I installed WIndows 7 top (I need it to work). I'm fighting to install all the drivers on this subject. I can find the product page on the site of hp but when I try to click on it, then it comes up with not found Web site.

Is there another way to get the drivers for this product?

Hello:

If the 255 G1 does not have the W7 drivers on the support page, I think that you can use all the W7 drivers and software HP 455 G1.

I can tell you that the HP Business site must be down at the moment, because the same thing comes of happens to me when I went to post the link to support HP 455 G1 and driver page.

So later try the company Web site.

It's going to be really hard for me to help all those who today until they get this site up.

Tags: Notebooks

Similar Questions

  • HP 255 G2 wifi don't work

    Hi, I buy the new G2 255 HP laptop and my wifi (F12) button is still orange, if I push him it is white for a while bluetooth turn on but wifi still not working and the button back to the orange. I don't see even in setings internet wifi. I tried to install the drivers for cards and everything I find on this forum but my wifi still doesn't work.

    I have win7.

    Serial number: [edited by Moderator]
    Product number: F0Z71EA

    PCIVEN_168C & DEV_0036 & SUBSYS_217F103C & REV_01

    network controller show still no driver instaled

    I tried the drivers from the hp website

    Please help me and sorry for my English I never learned this language school. Thank you

    Hello:

    Your English is very good.

    Please see if this driver works for you.

    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3DswItem%253Dob_130340_1&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

  • Socket ftp retr

    New blackberry and java (2 weeks) and I'm having some problems with getting a file from ftp. I searched for 3 or 4 days, trying to find examples and had no luck. So, I'll have an ftp upload function in a download function and he is crapping. Any help is appreciated...

    Fetch a file:

     //check above to see if destination file exists and if not skip this.
    
        try {
    
            Ftp.connect("servername", 21, "user", "password", true, null, null, null);
                Ftp.cwd("/zz/ph");
                Ftp.bin();
                Ftp.download("test.txt",FILE_NAME+"test.txt");
                Ftp.disconnect();
            }
        catch (IOException e)
            {
                e.printStackTrace();
            }
    

    Download the function:

    public static void download(String requestedFile, String destinationLocation) throws Exception
        {
            sendLine("PASV");
            String response = readLine();
            if (!response.startsWith("227 ")) {
                //error entering passive mode
                throw new Exception(response);
            }
            String ip = null;
            int port = -1;
            int opening = response.indexOf('(');
            int closing = response.indexOf(')', opening + 1);
            if (closing > 0) {
                String dataLink = response.substring(opening + 1, closing);
                String[] tokenizer = splitString(dataLink, ',',-1);
                //break up the response to get the ip and port from pasv
                ip = tokenizer[0] + "." + tokenizer[1] + "." + tokenizer[2] + "." + tokenizer[3];
                port = Integer.parseInt(tokenizer[4]) * 256 + Integer.parseInt(tokenizer[5]);
            }
            String url = "socket://" + ip + ":" + port;
            sendLine("RETR " + requestedFile);
            response = readLine();
            SocketConnection dataConnection = (SocketConnection)Connector.open(url);
            InputStreamReader dataDownload = new InputStreamReader(dataConnection.openDataInputStream());
            try
            {
    
            int i = 0;
            while ((i = dataDownload.read()) != -1)
            {
                System.err.println(i);
            }
            //Close the streams
            dataDownload.close();
            }
            catch(Exception e)
            {
            System.err.println(requestedFile + " cannot be found.");
            }
        }
    

    Debug output:

    [0.0] > CWD /zz/ph
    [0.0] < 250 CWD command successful.
    [0.0] > TYPE I
    [0.0] < 200 Type set to I.
    [0.0] > PASV
    [0.0] < 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxxx).
    [0.0] > RETR test.txt
    [0.0] < 425 Can't open data connection.
    

    Halp. What the hell I am doing wrong. I read wrong rfc? I read SocketConnection evil?

    * feeling forehead * I was tired. excerpt of work:

    String URL = "socket://"+ip+":"+port+";deviceside=true";
            StreamConnection conn = null;
            conn = (StreamConnection)Connector.open(URL);
            sendLine("RETR " + requestedFile);
            response = readLine();
            char[] input = new char[255];
            try
            {
                InputStreamReader _in = new InputStreamReader(conn.openInputStream());
    
            int i = 0;
            for ( i = 0; i < 255; ++i ) {
            input[i] = (char)_in.read();
            System.err.println(input[i]);
            };
    
            //Close the streams
            _in.close();
            conn.close();
            }
            catch(Exception e)
            {
            System.err.println(requestedFile + " cannot be found.");
            }
            return input;
    
  • Beginner focus problem

    Hello

    I call ObjectListField.isFocus () and he's back 'false' when I scroll in the field. There are four fields on the screen:

    (1) the title, which is a LabelField

    (2) an ObjectChoiceField

    (3) an EditField

    (4) the ObjectListField

    The ObjectChoicField and the EditField are contained in a HorizontalFieldManager.

    These are the strings of initialization for the fields:

    ocfPriority = new ObjectChoiceField ("", iPriorityChoices, 4, ObjectChoiceField.FIELD_LEFT |) ObjectChoiceField.FOCUSABLE);

    efTestField1 = new EditField (":", "", 255, EditField.FIELD_RIGHT |) EditField.EDITABLE | EditField.FOCUSABLE);

    ObjectListField olfListOfChecklists = new ObjectListField (ObjectListField.FOCUSABLE);

    Should I implement any code to manage the update? I assumed that the screen base object manages the update that the cursor moves on.

    I use 4.6.0 and simulating on a "BOLD".

    Thank you

    Better yet, anonymously to override the keyDown() inside your field event and perform the following steps:

    protected boolean keyDown( int keycode, int status ){        if ( Keypad.key( keycode ) == Keypad.KEY_ENTER )        {                // do your stuff                return true;        }        return super.keyDown( keycode, status );}
    
  • Always encrypted file.

    Test device: BlackBerry "BOLD" 9000 (v4.6.0.245)

    I have an application that created a file of text on handheld.
    He is currently working on the handheld.
    But when I access the file on PC, I found the encrypted file. (it has the .rem extension

    I'm sure it was NOT encrypted when I used v4.6.0.224.

    I checked the "encryption Mode' in Options: memory and 'None' has been selected.

    public class FileAccessDemo extends UiApplication {
    
        public static void main(String[] args) {        FileAccessDemo app = new FileAccessDemo();        app.enterEventDispatcher();    }
    
        private FileAccessDemo() {        pushScreen(new AddressInfo());    }
    
        final class AddressInfo extends MainScreen {
    
            AddressInfo() {            setTitle(new LabelField("FileAccessDemo", LabelField.USE_ALL_WIDTH));
    
                EditField mainField = new EditField();            add(mainField);
    
                StringBuffer text = new StringBuffer();
    
                try {                FileConnection directory = (FileConnection) Connector.open("file:///store/appdata/", Connector.READ_WRITE);                if (! directory.exists()) {                    directory.mkdir();                }                directory.close();
    
                    FileConnection file = (FileConnection) Connector.open("file:///store/appdata/debug.txt", Connector.READ_WRITE);                if (! file.exists()) {                    file.create();                    OutputStream output = file.openOutputStream();                    output.write("debugging".getBytes("UTF8"));                    output.flush();                    output.close();
    
                    } else {                    InputStream input = file.openInputStream();                    InputStreamReader reader = new InputStreamReader(input, "UTF8");
    
                        int length = 0;                    char[] buf = new char[255];                    while (-1 != (length = reader.read(buf)))                        text.append(buf, 0, length);                    reader.close();                    input.close();                }
    
                } catch (Exception e) {                text.append(e.getMessage());            }            mainField.setText(text.toString());        }
    
            public void close() {            Dialog.alert("bye!!");            System.exit(0);        }    }}
    

    It is a problem with the BlackBerry device software 4.6.0.245 vesrion.  However, to date no carrier has released this particular version.  It is recommended to run the version officially released by your business, which should be available on their web site.

  • Manager stock Photoshop CS5 does not

    I tried port CS4 CS5 panels. The following code compiles without error. It runs without raising a run-time error. However, each call to the Manager action causes the stop of the code. Comment the action handler code and everything works.

    I also noticed that the mx. Alert does not open an alert dialog. It causes the same question. The code ends.

    This code works perfectly with CS4.

    Any suggestions would be welcome!

    Mitch

    private function makeLuminosityEdgeMask(maskWidth:int):void {}

    try {

    var docRef: Document = Photoshop.app.activeDocument;

    var docRef2: Document = docRef.duplicate ( "Duplicate" );

    docName var : String = docRef.name;

    docRef2.bitsPerChannel = BitsPerChannelType.EIGHT;

    docRef2.flatten ();

    docRef2.changeMode (ChangeMode.GRAYSCALE);

    var myArtLayer: ArtLayer = ArtLayer (docRef2.activeLayer);

    Blur photos prior to generation of mask for large and medium width masks

    switch (maskWidth) {}

    case maskWidthMediumEdges: myArtLayer.applyGaussianBlur (1.0); breaking ;

    case maskWidthWideEdges: myArtLayer.applyGaussianBlur (3.0); breaking ;

    default : breaking ;

    }

    Run the filter to find edges

    var idFndE:Number = Photoshop.app.charIDToTypeID ( 'FndE' );

    Photoshop.app.executeAction (idFndE,

    null , DialogModes.NO);

    Reverse the result of the filter to find edges

    myArtLayer.invert ();

    Apply the curves adjustment

    var curvesShape:Array = new Table (new Array (20.0),)

    new Array (60,120).

    new Array (90,180).

    new Array (145,225).

    new Array (255,255));

    myArtLayer.adjustCurves (curvesShape);

    Maximum filter

    switch (maskWidth) {}

    case maskWidthMediumEdges: myArtLayer.applyMaximum (1.0); breaking ;

    case maskWidthWideEdges: myArtLayer.applyMaximum (2.0); breaking ;

    default : breaking ;

    }

    Median filter

    switch (maskWidth) {}

    case maskWidthMediumEdges: myArtLayer.applyMedianNoise (1.0); breaking ;

    case maskWidthWideEdges: myArtLayer.applyMedianNoise (2.0); breaking ;

    default : breaking ;

    }

    Apply the Gaussian blur

    switch (maskWidth) {}

    case maskWidthExtraNarrowEdges: myArtLayer.applyGaussianBlur (0.1); breaking ;

    case maskWidthNarrowEdges: myArtLayer.applyGaussianBlur (0.5); breaking ;

    case maskWidthMediumEdges: myArtLayer.applyGaussianBlur (1.0); breaking ;

    case maskWidthWideEdges: myArtLayer.applyGaussianBlur (2.0); breaking ;

    default : breaking ;

    }

    Apply Autolevels to master

    myArtLayer.autoLevels ();

    Rename and dual channel

    var channelName:String;

    switch (maskWidth) {}

    case maskWidthExtraNarrowEdges: channelName = maskLuminosityEdgesExtraNarrow; breaking ;

    case maskWidthNarrowEdges: channelName = maskLuminosityEdgesNarrow; breaking ;

    case maskWidthMediumEdges: channelName = maskLuminosityEdgesMedium; breaking ;

    case maskWidthWideEdges: channelName = maskLuminosityEdgesWide; breaking ;

    }

    In double channel to the original document

    var idDplc:int = Photoshop.app.charIDToTypeID ( 'Dplc' );

    var desc2:ActionDescriptor = new ActionDescriptor();

    var idnull:int = Photoshop.app.charIDToTypeID ( , "null" , );

    var Ref1:ActionReference = new ActionReference();

    var idChnl:int = Photoshop.app.charIDToTypeID ( , "One" , );

    var idOrdn:int = Photoshop.app.charIDToTypeID ( 'Ordn' );

    var idTrgt:int = Photoshop.app.charIDToTypeID ( 'Trgt' );

    Ref1.putEnumerated (idChnl, idOrdn, idTrgt);

    desc2.putReference (idnull, ref1);

    var idT:int = Photoshop.app.charIDToTypeID ( , "T" , );

    var ref2:ActionReference = new ActionReference();

    var idDcmn:int = Photoshop.app.charIDToTypeID ( 'Dcmn' );

    ref2.putName (idDcmn, Nomdoc);

    desc2.putReference (idT, ref2);

    var idNm:int = Photoshop.app.charIDToTypeID ( , "Nm" , );

    desc2.putString (idNm, channelName);

    Photoshop.app.executeAction (idDplc, desc2, DialogModes.NO);

    Close duplicate

    docRef2.close (SaveOptions.DONOTSAVECHANGES);

    Release RAM;

    Photoshop.app.purge (PurgeTarget.ALLCACHES);

    Refresh the app

    Photoshop.app.Refresh ();

    Pallet of food chains

    docRef.activeChannels = docRef.componentChannels;

    }

    catch (error: Error) {}

    Alert.Show)

    "Error in makeLuminosityEdgeMask():" " + error.message);

    }

    }

    I can't comment on the part concerning the Director of the action, but to use Alert, you can use it as well:

    Alert.Show ("text", "title", Alert.OK, Sprite (mx.core.Application.application));

    It is documented in the CS SDK Programmer's Guide. (in the section on customizing the User Interface of Extension)

    Substances

  • Java Swing-how do I get the value of a JTable to display dynamically in a JPanel

    I need the sum of the values from the values entered in the JTable to be included in the text of the partition field in the adjoining JPanel.
    Also posted here - http://www.coderanch.com/t/512189/GUI/java/value-JTable-show-up-dynamically.
    import javax.swing.*;
    import javax.swing.table.*;
    import javax.swing.event.*;
    import javax.swing.table.DefaultTableCellRenderer;
    
    import java.awt.*;
    import java.util.*;
    import java.awt.color.*;
    import java.awt.event.*;
    
    public class TableandPanel extends JFrame
    {
         public static void main(String[] args)
         {
              JFrame frame = new JFrame("Table and Panel");
                                           frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                                           frame.setSize(100, 300);
            
                                            frame.setVisible(true);
                  String colHdrA = "Some Values";                    
                  TableofSums tableofSums = new TableofSums(10, colHdrA);
                  int sumValue = tableofSums.getSumValues();
                  String sumValueS = String.valueOf(sumValue);
                  SumValuesPanel newPanel = new SumValuesPanel( "Score", sumValueS, "Rank");
                  JPanel thePanel = new JPanel();
                  thePanel.add(new JScrollPane(tableofSums));
                  thePanel.add(newPanel);
                  frame.add(thePanel);
                  frame.pack();
              frame.setVisible(true);
         }
    }
    
    //---------table class starts here---------------------------
    
    public class TableofSums extends JPanel implements TableModelListener
    {
        public static void main(String[] args)
         {          
             SwingUtilities.invokeLater(new Runnable() 
                {
                    public void run() 
                      {               
             JFrame frame = new JFrame("Table");
             frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
             frame.setSize(208, 230);
             //frame.add(new JScrollPane(table));
                frame.setVisible(true);
                String colHdrA = "Some Values";                    
                TableofSums tableofSums = new TableofSums(10, colHdrA);
                 frame.setContentPane(tableofSums);
                  //frame.add(new JScrollPane(timerepTable));
               frame.pack();
               frame.setVisible(true);
                       
                   }
                });
         }
         
         private int noOfRows = 0;
         private JTable table;
         private String colName = null;
         private int sumValues = 0;
         
         public TableofSums(int noOfRows, String colName)
         {
              this.noOfRows = noOfRows;
              this.colName = colName;
              makeTable();          
         }
         
         private void makeTable()
         {
              Object columns[] = new Object[] {"<html><center>" + this.colName + "</center></html>"};
              
             Object[][] data = new Object[noOfRows][1];
             
             for (int i = 0; i<noOfRows; i++)
                {                
                    data[0] = new Integer(0);          
         }
         DefaultTableModel model = new DefaultTableModel(data, columns);
         model.addTableModelListener(this);
         table = new JTable(model)
         {
         @Override
         public boolean isCellEditable(int row, int column)
         {
         switch (column)
         {
              case 0: return true;
         }
         return false;
         }
         
         @Override
         public Class<?> getColumnClass(int columnIndex)
         {
         switch (columnIndex)
         {
         case 0: return Integer.class;
         }
         return null;
         }
         };
         table.setRowHeight(25);
         table.setDefaultRenderer(Integer.class, new SomeCellRenderer());
         this.add(new JScrollPane(table));
         }

    ///--------------------------------tablemodellistener---------------------------------
    //gets the values entered in the table and calculates the sum
    //-------------------------------------------------------------------------------------------
         public void tableChanged(TableModelEvent e)
    {
         System.out.println(e.getSource());
         if(e.getType() == TableModelEvent.UPDATE)
         {
              int row = e.getFirstRow();
              int column = e.getColumn();
              TableModel model = table.getModel();
              sumValues = 0;
              for (int i=0; i<noOfRows; i++)
              {
                   int intValue = (Integer)model.getValueAt(i, column);
                   sumValues += intValue;
              }
              System.out.println ("row modified: " + row + " sumValues: " + sumValues);
         }
         
    }
    //--------------------------------------cell renderer------------------------------------------------------
         
         public class SomeCellRenderer extends JLabel implements TableCellRenderer
         {
              
         public SomeCellRenderer()
         {
              setOpaque(true);      
         }

         public Component getTableCellRendererComponent(JTable table, Object
                   value, boolean isSelected, boolean hasFocus, int row, int column)
              {
              String cellValue = String.valueOf(value);
              this.setText(cellValue);
              this.setBackground(Color.LIGHT_GRAY);
              this.setHorizontalAlignment(SwingConstants.CENTER);
         return this;
              }
         }
         public int getSumValues()
         {
              return sumValues;
         }
    }


    //-------------------------Panel Class Starts here-------------------------------------

    public class SumValuesPanel extends JPanel
    {
         /**
         * @param args
         */
         public static void main(String[] args)
         {
              JFrame.setDefaultLookAndFeelDecorated(true);
              JFrame frame = new JFrame("SumValuesPanel");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              SumValuesPanel newContentPane = new SumValuesPanel( "Score", "XX.XX", "Rank");
              
              frame.setContentPane(newContentPane);
              frame.pack();
              frame.setVisible(true);
         }
         
    //------Variables declaration
    private JPanel thePanel;
    private JLabel scorejLabel;
    private JTextField ScorejTextField;
    private String scoreLabel;
    private String scoreValue;
    private JLabel rankLabel;
    private String rankLabelTxt;
    private JTextField rankTextField;
    private String rankText;
    //-------End of variables declaration

    public SumValuesPanel (String setScoreLabel,String setScoreVal, String rankLabel)
    {
         scoreLabel = setScoreLabel;
         scoreValue = setScoreVal;
         this.rankLabelTxt = rankLabel;
              
         createSumValuesPanel();
    }

    private void createSumValuesPanel()
    {         
    thePanel = new JPanel();

    rankLabel = new JLabel();
    rankTextField = new JTextField();
         scorejLabel = new JLabel();
    ScorejTextField = new JTextField();

    thePanel.setBackground(new Color(235, 233, 230));
    thePanel.setBorder(BorderFactory.createLineBorder(new Color(0, 0, 0)));
    thePanel.setPreferredSize(new Dimension(200, 180));

    scorejLabel.setHorizontalAlignment(SwingConstants.CENTER);
    scorejLabel.setText(scoreLabel);
    scorejLabel.setBorder(BorderFactory.createLineBorder(new Color(0, 0, 0)));
    scorejLabel.setPreferredSize(new Dimension(40, 20));

    ScorejTextField.setEditable(false);
    ScorejTextField.setHorizontalAlignment(JTextField.CENTER);
    ScorejTextField.setText(scoreValue);
    ScorejTextField.setBorder(BorderFactory.createLineBorder(new Color(0, 0, 0)));
    ScorejTextField.setMaximumSize(new Dimension(60, 25));
    ScorejTextField.setMinimumSize(new Dimension(35, 15));
    ScorejTextField.setPreferredSize(new Dimension(55, 20));

    rankLabel.setHorizontalAlignment(SwingConstants.CENTER);
    rankLabel.setText(rankLabelTxt);
    rankLabel.setBorder(BorderFactory.createLineBorder(new Color(0, 0, 0)));
    rankLabel.setPreferredSize(new Dimension(90, 20));

    rankTextField.setEditable(false);
    rankTextField.setBackground(new Color(255,255,0));
    rankTextField.setHorizontalAlignment(JTextField.CENTER);
    rankTextField.setText(rankText);
    rankTextField.setBorder(BorderFactory.createLineBorder(new Color(0, 0, 0)));
    rankTextField.setPreferredSize(new Dimension(55, 20));

    thePanel.add(scorejLabel);
    thePanel.add(ScorejTextField);
    thePanel.add(rankLabel);
    thePanel.add(rankTextField);

    this.add(thePanel);
    }

    }
    Edited by: 799076 on Oct 1, 2010 8:50 AM
    
    Edited by: 799076 on Oct 2, 2010 3:59 AM - added the code tags.
    
    Edited by: 799076 on Oct 2, 2010 4:01 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    OK, here's my "simple" example Say you have a class, TablePanel, that extends from JPanel that holds a JTable and this table contains two columns of integers in a DefaultTableModel and you want to get and display the sum of the columns of numbers whenever they are changed:

    class TablePanel extends JPanel {
       public static final String[] COL_HEADERS = {"A", "B"};
       private static final Integer[][] DATA = {{1, 2}, {3, 4}, {5, 6}};
       private DefaultTableModel model = new DefaultTableModel(DATA, COL_HEADERS) {
          @Override
          public Class getColumnClass(int columnIndex) {
             return Integer.class;
          }
       };
    
       public TablePanel() {
          JTable table = new JTable(model);
          setLayout(new BorderLayout());
          add(new JScrollPane(table));
       }
    //....
    

    A way to listen for changes to the table is to provide a method that allows outside classes to add a TableModelListener your JTable model:

       public void addTableModelListener(TableModelListener listener) {
          model.addTableModelListener(listener);
       }
    

    You could also give him public methods to enable this class get the money and return:

       public int getSumA() {
          int sum = 0;
          for (int i = 0; i < model.getRowCount(); i++) {
             sum += (Integer) model.getValueAt(i, 0);
          }
          return sum;
       }
    
       public int getSumB() {
          int sum = 0;
          for (int i = 0; i < model.getRowCount(); i++) {
             sum += (Integer) model.getValueAt(i, 1);
          }
          return sum;
       }
    }
    

    While you have another class, SumPanel, that displays two JLabels, one to hold the sum of column A and one for the sum of column B:

    class SumPanel extends JPanel {
       private JLabel sumA = new JLabel(" ", SwingConstants.RIGHT);
       private JLabel sumB = new JLabel(" ", SwingConstants.RIGHT);
    
       public SumPanel() {
          setLayout(new GridLayout(1, 0));
          add(sumA);
          add(sumB);
    
          //....
       }
       //.....
    

    You'd give public methods to allow outside classes to set the text for the JLabels that class:

       public void setTextSumA(String text) {
          sumA.setText(text);
       }
    
       public void setTextSumB(String text) {
          sumB.setText(text);
       }
    

    Then, you might have your own class TableModelListener, ModelListener, which has references to both of the above classes:

    class ModelListener implements TableModelListener {
       private TablePanel tablePanel;
       private SumPanel sumPanel;
    
       public ModelListener(TablePanel tablePanel, SumPanel sumPanel) {
          this.tablePanel = tablePanel;
          this.sumPanel = sumPanel;
    
          //...
       }
    //....
    

    who will set the SumPanel labels whenever its tableChanged method is called by the model:

       @Override
       public void tableChanged(TableModelEvent e) {
          int sumA = tablePanel.getSumA();
          int sumB = tablePanel.getSumB();
    
          sumPanel.setTextSumA(String.valueOf(sumA));
          sumPanel.setTextSumB(String.valueOf(sumB));
       }
    
    }
    

    Then you can link everything together in your main graphical interface as follows:

          TablePanel tablePanel = new TablePanel();
          SumPanel sumPanel = new SumPanel();
          ModelListener myModelListener = new ModelListener(tablePanel, sumPanel);
          tablePanel.addTableModelListener(myModelListener);
    

    All assembled, it could look as follows:

    import java.awt.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.table.DefaultTableModel;
    
    public class TableAndPanel2 {
    
       private static void createAndShowUI() {
          TablePanel tablePanel = new TablePanel();
          SumPanel sumPanel = new SumPanel();
          ModelListener myModelListener = new ModelListener(tablePanel, sumPanel);
          tablePanel.addTableModelListener(myModelListener);
    
          JFrame frame = new JFrame("Table And Panel 2");
          frame.getContentPane().add(tablePanel, BorderLayout.CENTER);
          frame.getContentPane().add(sumPanel, BorderLayout.PAGE_END);
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          frame.pack();
          frame.setLocationRelativeTo(null);
          frame.setVisible(true);
       }
    
       public static void main(String[] args) {
          java.awt.EventQueue.invokeLater(new Runnable() {
             public void run() {
                createAndShowUI();
             }
          });
       }
    }
    
    class TablePanel extends JPanel {
       public static final String[] COL_HEADERS = {"A", "B"};
       private static final Integer[][] DATA = {{1, 2}, {3, 4}, {5, 6}};
       private DefaultTableModel model = new DefaultTableModel(DATA, COL_HEADERS) {
          @Override
          public Class getColumnClass(int columnIndex) {
             return Integer.class;
          }
       };
    
       public TablePanel() {
          JTable table = new JTable(model);
          setLayout(new BorderLayout());
          add(new JScrollPane(table));
       }
    
       public void addTableModelListener(TableModelListener listener) {
          model.addTableModelListener(listener);
       }
    
       public int getSumA() {
          int sum = 0;
          for (int i = 0; i < model.getRowCount(); i++) {
             sum += (Integer) model.getValueAt(i, 0);
          }
    
          return sum;
       }
    
       public int getSumB() {
          int sum = 0;
          for (int i = 0; i < model.getRowCount(); i++) {
             sum += (Integer) model.getValueAt(i, 1);
          }
    
          return sum;
       }
    
    }
    
    class SumPanel extends JPanel {
       private JLabel sumA = new JLabel(" ", SwingConstants.RIGHT);
       private JLabel sumB = new JLabel(" ", SwingConstants.RIGHT);
    
       public SumPanel() {
          setLayout(new GridLayout(1, 0));
          add(sumA);
          add(sumB);
    
          sumA.setBorder(BorderFactory.createLineBorder(Color.black));
          sumB.setBorder(BorderFactory.createLineBorder(Color.black));
       }
    
       public void setTextSumA(String text) {
          sumA.setText(text);
       }
    
       public void setTextSumB(String text) {
          sumB.setText(text);
       }
    }
    
    class ModelListener implements TableModelListener {
       private TablePanel tablePanel;
       private SumPanel sumPanel;
    
       public ModelListener(TablePanel tablePanel, SumPanel sumPanel) {
          this.tablePanel = tablePanel;
          this.sumPanel = sumPanel;
    
          tableChanged(null);
       }
    
       @Override
       public void tableChanged(TableModelEvent e) {
          int sumA = tablePanel.getSumA();
          int sumB = tablePanel.getSumB();
    
          sumPanel.setTextSumA(String.valueOf(sumA));
          sumPanel.setTextSumB(String.valueOf(sumB));
       }
    
    }
    
  • After the removal of 255 contacts, I went back to find there are 167 new unwanted contacts in my contact list

    Original title: I JUST DELETED 255 CONTACT AND I AM BACK to, at LEAST, THEN 10 MINUTES AND there is 167 NEW CONTACTS IN MY CONTACT LIST.  WHAT can I DO about IT...

    I GET CONTACTS FROM MY CONTACT LIST THAT I KNOW EVEN OR HAS GIVEN PERMISSION TO BE THERE.  I JUST DELETED 255 AND WENT TO NO MORE THEN 10 MINUTES LATER AND WE FOUND 176 NEW CONTACTS.  I CHANGED MY PERMISSION FOR ME AND EVEN CHANGED MY INFORMATION SIGN-ON WHAT WE CAN DO...

    Hello

    1. do you use e-mail client or webmail to access your emails? If the customer e-mail, then what e-mail client are you using?

    2 are you referring to Windows contacts or contacts in the mail?

    If you are referring to Windows contacts then, see this article.

    Manage your contacts: http://Windows.Microsoft.com/en-us/Windows-Vista/managing-your-contacts

    I hope this helps.

  • Problem with wireless on my new HP laptop 255 G2

    Hello, I bought the G2 255 HP laptop but I can't find driver for wireless that woud work for my pc. I tried all the drivers on that side where I entered "HP 255 G2" model and found several drivers, but none of them worked.

    Here are the details of the Network controller.

    PCI\VEN_168C & DEV_0036 & REV_01
    PCI\VEN_168C & DEV_0036
    PCI\VEN_168C & CC_028000
    PCI\VEN_168C & CC_0280
    PCI\VEN_168C
    PCI\CC_028000
    PCI\CC_0280

    Can someone help me please? TY!

    Hello:

    You need this driver...

    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3DswItem%253Dob_128686_1&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    If your model comes with built-in bluetooth, you also need this driver...

    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3DswItem%253Dob_126765_1&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

  • Unable to start using training camp after you have created the new partition

    Hello! I recently formatted my macintosh HD partition and reinstalled OS captain. After that, I am unable to boot using boot camp. I still see Bootcamp option in the start menu in the system preferences. All files are visible in the training camp in the finder. Please help restore the functionality of my bootcamp.

    Missgugudu92-MacBook-Pro: ~ the vikasagarwal list $ diskutil

    / dev/disk0 (internal, physical):

    #: NAME SIZE TYPE IDENTIFIER

    0: GUID_partition_scheme * GB 320,1 disk0

    1: disk0s1 EFI EFI 209.7 MB

    2: Apple_CoreStorage Macintosh HD 245.3 GB disk0s2

    3: disk0s3 Apple_Boot Recovery 650.0 MB HD

    4: Apple_HFS GOING 38.8 GB disk0s4

    5: Microsoft database BOOTCAMP 35.0 GB disk0s5

    / dev/disk1 (internal, virtual):

    #: NAME SIZE TYPE IDENTIFIER

    0: Apple_HFS Macintosh HD GB + 245,0 disk1

    Logical volume on disk0s2

    6D491581-B7A8-4B09-A171-5344C897E32B

    Unlocked encrypted

    Missgugudu92-MacBook-Pro: ~ list of cs vikasagarwal$ diskutil

    CoreStorage groups of logical volumes (1 found)

    |

    + Logical Volume - Group C1E508BF-2029-4928-B5DA-BCC660B4390F

    =========================================================

    Name: Macintosh HD

    Status: online

    Dimensions: 245321461760 B (245.3 GB)

    Free space: 18903040 B (18.9 MB)

    |

    +-Physical volume 790AA016-C654-48E8-BEA1-FB8377208BBF

    |   ----------------------------------------------------

    |   Index: 0

    |   Disc: disk0s2

    |   Status: online

    |   Dimensions: 245321461760 B (245.3 GB)

    |

    +--> Logical volume family AD745412-840D-45C8-8EBD-3300290AFDEE

    ----------------------------------------------------------

    Type of encryption: AES - XTS

    Encryption status: unlocked

    The conversion status: complete

    High level queries: secure

    |                        Password required

    |                        Accepts new users

    |                        A visible users

    |                        At the Volume key

    |

    +--> Logical volume 6D491581-B7A8-4B09-A171-5344C897E32B

    ---------------------------------------------------

    Disc: disk1

    Status: online

    Size (Total): 244950237184 B (245,0 GB)

    Exchange rates: full

    Reversible: Yes (unlock and decryption required)

    Name: Macintosh HD

    Volume name: Macintosh HD

    Content indicator: Apple_HFS

    Missgugudu92-MacBook-Pro: ~ vikasagarwal$ sudo TPG - vv - r show/dev/disk0

    Password:

    See the TPG: / dev/disk0: mediasize = 320072933376; SectorSize = 512; blocks = 625142448

    See the TPG: / dev/disk0: PMBR to sector 0

    See the TPG: / dev/disk0: Pri GPT to sector 1

    See the TPG: / dev/disk0: GPT Sec at sector 625142447

    start index size summary

    0 1 PMBR

    1 1 Pri GPT header

    2 32 table GPT Pri

    34 6

    40 409600 1 part TPG - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

    409640 479143480 2 part TPG - 53746F72-6167-11AA-AA11-00306543ECAC

    479553120 1269536 3 part TPG - 426F6F74-0000-11AA-AA11-00306543ECAC

    480822656 75698816 4 part TPG - 48465300-0000-11AA-AA11-00306543ECAC

    556521472 262144

    556783616 68358144 5 part TPG - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

    655 625141760

    625142415 32 table dry GPT

    625142447 1 dry GPT header

    Missgugudu92-MacBook-Pro: ~ vikasagarwal$ sudo fdisk/dev/disk0

    Disk: geometry / dev/disk0: 38913/255/63 [625142448 sectors]

    Signature: 0xAA55

    From end

    #: cyl hd s - cyl hd s id [Start - size]

    ------------------------------------------------------------------------

    1: EA 1023 254 63 - 1023 254 63 [1-625142447] < unknown ID >

    02:00 0 0 0-0 0 0 [0-0] unused

    03:00 0 0 0-0 0 0 [0-0] unused

    04:00 0 0 0-0 0 0 [0-0] unused

  • 255 G1: help

    Hello

    Please tell me if there isn't chipest driver for my new G1 of 255 HP... I can't find

    Please I'm waiting...

    Hello:

    Yes, there is, but you must get it directly from AMD...

    http://support.AMD.com/en-us/download/chipset?OS=Windows%207%20-%2064

  • HP 255 G4: problem with sensitivity to the touch and slider jump

    My question - problem could be funny, but it's a problem.

    I bought HP 255 nine G4, from the box. First impression was: a pleasant experience, but first touch was terrible. I had several laptops, but never the same problem: cursor is wavering and being so inprecise it is almost impossible to locate some details using the key.

    I have included a picture of the surface of the laptop. Should I maybe take off this perforated layer and reach the brilliant below surface? I tried to peel on the rounded corners, but he can't go easily, so I didn't damage it.

    Please give me a sugestion. :-)

    I'll answer myself, could someone help.

    When I installed WIN 10, all problems are gone.

    With WIN 7, nothing worked, I was responsible for the search and looking for drivers, but USB 3.0 has not worked, F keys did not work, touchpad was terrible, all together, very bad.

    With 10 WIN, everything worked, only a few development was necessary.

    With the new computer (product end of September 2015) the new system (WIN 10) so enjoy.

  • HP 255 G1: Internet connection does not

    I bought a G1 from 255 HP and I installed a new hard drive and windows 7.  I had a problem with getting my Wi - Fi to work.

    I've followed these tips for someone else:

    Hello:

    Please do...

    Go to Device Manager and click on the network controller device.

    At the top of the network controller window, click the Details tab.

    Now, you see a Description of the list system default list drop-down property.

    Drop down on it and select the second element (Hardware ID).

    Now, you see 3-4 lines of characters, the upper line starting with PCI\VEN.

    After this first line of characters.

    Mine is: PCI\VEN_168C & DEV_0036 & SUBSYS_217F103C & REV_01

    I don't think so.

    If you decide to upgrade to W10 and they do not work, then you can try these.

    The revision of the hardware in your PC's atheros wireless card is perhaps too old to run W10.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_151470_1

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_151473_1

  • Need information on screen on Satellite L300-255

    Dear Sir
    I want to know how the laptop screen Toshiba Satellite L300-255 and the dish.
    Thank you

    Hello

    All Toshiba laptop parts can be ordered from your countries local Toshiba ASP.
    You can also buy a LCD for the L300 with certain 3rd party suppliers.
    Satellite L300-255 takes to load a screen 15.4 wxga (1280 x 800) and there are a lot of offers in the price of the internet from 120 (2nd part of the hand).
    New part might be a bit expensive

  • Apple Mail closes unexpectedly on getting new messages

    Suddenly, Apple Mail closes unexpectedly when I click to get new messages. I sometimes get a message when restarting because it recovers when it crashes, but if I restart and click again for incoming mail, it closes. No mail updates have been installed and no software updates since Feb 1. I followed all of the fixes I could find online and nothing has worked. I restarted in safe mode, disabled and completely deleted connection e-mail with Daylite, preferences file trashed (several times), envelope index of the message uid, V2, all e-mail folders folder files and reset my accounts but that did not work even without import my old boxes mailbox. Nothing has worked so far. I'm beginning to wonder if it could be a hardware problem, but really have no idea and don't understand the crash below report then sends the entire report.

    Asap any guidance would be greatly appreciated!

    Process: Mail [2789]

    Path: /Applications/Mail.app/Contents/MacOS/Mail

    ID: com.apple.mail

    Version: 7.3 (1878.6)

    Generation information: Mail-1878006000000000 ~ 1

    Code type: X 86-64 (Native)

    Parent process: launchd [209]

    Manager: Mail [2789]

    Date/time: 2016-02-19 05:49:32.106-0500

    OS version: Mac OS X 10.9.5 (13F1603)

    Report Version: 11

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_PROTECTION_FAILURE at 0x00007fff524b2fd8

    VM regions near 0x7fff524b2fd8:

    MALLOC_TINY 00007f900d200000-00007f900db00000 [9216K] rw-/ rwx SM = PRV

    -> STACK GUARD [56.0 M] 00007fff4ecb3000-00007fff524b3000-/ rwx SM DRAW keeps stack for the thread 0 =

    Battery 00007fff524b3000-00007fff52cb3000 [8192K] rw-/ rwx SM = COW thread 0

    Thread 0 crashed: Dispatch queue: com.apple.main - wire

    0 0x00000001127afb51 < libunwind::LocalAddressSpace, libunwind::Registers_x86_64 > libunwind::UnwindCursor libunwind.dylib: (bool) + 33 setInfoBasedOnIPRegister

    1 libunwind.dylib 0x00000001127afb26 unw_init_local + 138

    2 libunwind.dylib 0x00000001127b0560 unwind_phase2 + 44

    3 libunwind.dylib 0x00000001127afa44 _Unwind_RaiseException + 248

    4 libc ++ abi.dylib 0x0000000112881c4a __cxa_throw + 107

    5 libFontParser.dylib 0x0000000115a4e92d TcmapUnicodeTable::GetUnicodeSubtable(unsigned int&) + 335

    6 libFontParser.dylib 0x0000000115a1a051 TcmapUnicodeTable::TcmapUnicodeTable(TSFNTFont const&) + 79

    7 libFontParser.dylib 0x0000000115a19ef5 TSFNTFont::GetGlyphsPerCharacters (unsigned short const *, unsigned short *, unsigned int &, bool) const + 55

    8 libFontParser.dylib 0x0000000115a2bccc FPFontGetGlyphsForUnichars + 608

    9 com.apple.CoreText 0x00000001114fdc0a TcmapTable::Map (unsigned short const *, unsigned short *, long &) const + 210

    10 com.apple.CoreText 0x00000001114fdab2 TBaseFont::GetGlyphsForCharacters (unsigned short const *, unsigned short *, long) const + 82

    11 com.apple.CoreText 0x000000011151c570 TUnicodeEncoder::Encode (const __CTFont *, TCharStreamIterator, & CFRange, bool, unsigned short *, CGSize *, unsigned int *, double &) + 958

    12 com.apple.CoreText 0 x 0000000111548074 TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1446

    13 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    14 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    15 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    16 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    17 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    18 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    19 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    20 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    21 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    22 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    23 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    24 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    25 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    26 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    27 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    28 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    29 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    30 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    31 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    32 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    33 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    34 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    35 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    36 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    37 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    38 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    39 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    40 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    41 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    42 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    43 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    44 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    45 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    46 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    47 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    com.apple.CoreText 48 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    49 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    50 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    51 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    52 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    53 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    54 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    55 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    56 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    57 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    58 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    59 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    60 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    61 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    62 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    63 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    64 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    65 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    66 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    67 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    68 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    69 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    70 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    71 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    72 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    73 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    74 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    75 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    76 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    77 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    78 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    79 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    80 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    81 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    82 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    83 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    84 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    85 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    86 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    87 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    88 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    89 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    90 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    91 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    92 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    93 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    94 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    95 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    96 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    97 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    98 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    99 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    100 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    101 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    102 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    103 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    104 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    105 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    106 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    107 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    108 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    109 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    110 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    111 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    112 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    113 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    114 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    115 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    116 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    117 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    118 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    119 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    120 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    121 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    122 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    123 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    124 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    125 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    126 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    127 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    128 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    129 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    130 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    131 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    132 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    133 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    134 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    135 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    136 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    137 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    138 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    139 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    140 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    141 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    142 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    143 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    144 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    145 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    146 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    147 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    148 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    149 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    150 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    151 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    152 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    153 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    154 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    155 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    156 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    157 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    158 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    159 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    160 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    161 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    162 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    163 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    164 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    165 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    166 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    167 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    168 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    169 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    170 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    171 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    172 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    173 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    174 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    175 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    176 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    177 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    178 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    179 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    180 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    181 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    182 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    183 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    184 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    185 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    186 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    187 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    188 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    189 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    190 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    191 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    192 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    193 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    194 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    195 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    196 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    197 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    198 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    199 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    200 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    201 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    202 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    203 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    204 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    205 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    206 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    207 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    208 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    209 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    210 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    211 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    212 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    213 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    214 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    215 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    216 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    217 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    218 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    219 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    220 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    221 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    222 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    223 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    224 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    225 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    226 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    227 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    228 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    229 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    230 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    231 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    232 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    233 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    234 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    235 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    236 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    237 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    238 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    239 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    com.apple.CoreText 240 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    241 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    242 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    243 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    244 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    245 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    246 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    247 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    248 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    249 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    250 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    251 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    252 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    253 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    254 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    255 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    256 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    257 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    258 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    259 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    260 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    261 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    262 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    263 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    264 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    265 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    266 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    267 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    268 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    269 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    270 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    271 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    272 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    273 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    274 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    275 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    276 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    277 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    278 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    279 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    280 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    281 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    282 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    283 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    284 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    285 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    286 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    287 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    288 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    289 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    290 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    291 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    292 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    293 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    294 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    295 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    296 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    297 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    298 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    299 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    300 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    301 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    302 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    303 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    304 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    305 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    306 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    307 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    308 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    309 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    310 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    311 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    312 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    313 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    314 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    315 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    316 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    317 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    318 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    319 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    320 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    321 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    322 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    323 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    324 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    325 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    326 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    327 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    328 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    329 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    330 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    331 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    332 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    333 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    334 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    335 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    336 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    337 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    338 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    339 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    340 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    341 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    342 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    343 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    344 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    345 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    346 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    347 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    348 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    349 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    350 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    351 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    352 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    353 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    354 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    355 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    356 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    357 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    358 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    359 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    360 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    361 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    362 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    363 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    364 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    365 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    366 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    367 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    368 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    369 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    370 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    371 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    372 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    373 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    374 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    375 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    376 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    377 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    378 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    379 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    380 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    381 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    382 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    383 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    384 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    385 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    386 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    387 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    388 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    389 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    390 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    391 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    392 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    393 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    394 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    395 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    396 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    397 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    398 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    399 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    400 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    401 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    402 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    403 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    404 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    405 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    406 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    407 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    408 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    409 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    410 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    411 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    412 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    413 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    414 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    415 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    416 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    417 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    418 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    419 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    420 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    421 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    422 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    423 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    424 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    425 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    426 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    427 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    428 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    429 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    430 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    431 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    432 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    433 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    434 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    435 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    436 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    437 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    438 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    439 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    440 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    441 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    442 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    443 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    444 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    445 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    446 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    447 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    448 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    449 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    450 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    451 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    452 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    453 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    454 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    455 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    456 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    457 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    458 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    459 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    460 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    461 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    462 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    463 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    464 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    465 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    466 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    467 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    468 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    469 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    470 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    471 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    472 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    473 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    474 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    475 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    476 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    477 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    478 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    479 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    480 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    481 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    482 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    483 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    484 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    485 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    486 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    487 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    488 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    489 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    490 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    491 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    492 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    493 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    494 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    495 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    496 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    497 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    498 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    499 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    com.apple.CoreText 500 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    501 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    502 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    503 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    504 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    505 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    506 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    507 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    508 com.apple.CoreText 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    509 com.apple.CoreText 0x000000011154885c TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 1674

    com.apple.CoreText 510 0x0000000111547f2c TGlyphEncoder::RunUnicodeEncoderRecursively (TCFRef < CTRun * > & &, const __CTFont *, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade *, TGlyphEncoder::ClusterMatching, bool) + 1118

    511 com.apple.CoreText 0x000000011154852b TGlyphEncoder::AppendUnmappedCharRun (TCFRef < CTRun * > &, const __CTFont *, CFRange, CFRange, TGlyphList < TDeletedGlyphIndex >, < TDeletedGlyphIndex > TGlyphList &, const TFontCascade & TGlyphEncoder::ClusterMatching) + 857

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0 0000000112672662 kevent64 + 10 x

    1 libdispatch.dylib 0 0000000112493421 _dispatch_mgr_invoke + 239 x

    2 libdispatch.dylib 0 0000000112493136 _dispatch_mgr_thread + 52 x

    Thread 2:

    0 libsystem_kernel.dylib 0x000000011266da1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x000000011266cd18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00000001120f5f15 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00000001120f5539 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00000001120f4e75 CFRunLoopRunSpecific + 309

    5 com.apple.AppKit 0x000000011012e05e _NSEventThread + 144

    6 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    7 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    8 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    3 wire: com.apple.NSURLConnectionLoader

    0 libsystem_kernel.dylib 0x000000011266da1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x000000011266cd18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00000001120f5f15 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00000001120f5539 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00000001120f4e75 CFRunLoopRunSpecific + 309

    5 com.apple.Foundation 0x000000010f741f87 + [NSURLConnection (Loader) _resourceLoadLoop:] + 348

    6 com.apple.Foundation 0x000000010f741d8b __NSThread__main__ + 1318

    7 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    libsystem_pthread.dylib 9 0x0000000112782fc9 thread_start + 13

    Thread 4: com.apple.CFSocket.private

    0 libsystem_kernel.dylib 0x00000001126719aa __select + 10

    1 com.apple.CoreFoundation 0x0000000112141a03 __CFSocketManager + 867

    2 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    3 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    4 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    Slide 5: JavaScriptCore::BlockFree

    0 libsystem_kernel.dylib 0 0000000112671716 __psynch_cvwait + 10 x

    1 libsystem_pthread.dylib 0x0000000112780c3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x0000000117fcbcb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261

    3 com.apple.JavaScriptCore 0x0000000117fc0f4f *: wtfThreadEntryPoint(void*) + 15

    4 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    5 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    6 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    Wire 6: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0 0000000112671716 __psynch_cvwait + 10 x

    1 libsystem_pthread.dylib 0x0000000112780c3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x0000000117fcc727 JSC::GCThread::waitForNextPhase() + 119

    3 com.apple.JavaScriptCore 0x0000000117fcc5b8 JSC::GCThread::gcThreadMain() + 88

    4 com.apple.JavaScriptCore 0x0000000117fc0f4f *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    Slide 7: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0 0000000112671716 __psynch_cvwait + 10 x

    1 libsystem_pthread.dylib 0x0000000112780c3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x0000000117fcc727 JSC::GCThread::waitForNextPhase() + 119

    3 com.apple.JavaScriptCore 0x0000000117fcc5b8 JSC::GCThread::gcThreadMain() + 88

    4 com.apple.JavaScriptCore 0x0000000117fc0f4f *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    Slide 8: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0 0000000112671716 __psynch_cvwait + 10 x

    1 libsystem_pthread.dylib 0x0000000112780c3b _pthread_cond_wait + 727

    2 com.apple.JavaScriptCore 0x0000000117fcc727 JSC::GCThread::waitForNextPhase() + 119

    3 com.apple.JavaScriptCore 0x0000000117fcc5b8 JSC::GCThread::gcThreadMain() + 88

    4 com.apple.JavaScriptCore 0x0000000117fc0f4f *: wtfThreadEntryPoint(void*) + 15

    5 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    Wire 9:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Thread 10:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Wire 11:-[MFPOPAccount fetchSynchronouslyIsAuto:] line of the expedition: NSOperationQueue 0 x 608000226140

    0 libsystem_kernel.dylib 0x000000011266da1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x000000011266cd18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00000001120f5f15 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00000001120f5539 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00000001120f4e75 CFRunLoopRunSpecific + 309

    5 com.apple.Foundation 0x000000010f7440fc-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 253

    6 com.apple.Mail.framework 0x000000010dfc8058-[MFHTMLConverter _loadWebViewOnMainThreadFromData:withTextEncodingName:orFromWebArchive:] + 642

    7 com.apple.Mail.framework 0x000000010dfc780b-[MFHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 76

    8 com.apple.MailCore 0x000000010e305dc7-[MCMimePart (StringRendering) renderString:] + 1602

    9 com.apple.MailCore 0x000000010e3055a8-[MCMimeBody (StringRendering) renderStringForJunk:] + 209

    10 com.apple.MailCore 0x000000010e30576b-[MCMimeBody (StringRendering) renderString:] + 108

    11 com.apple.MailCore 0x000000010e2f2d0f-[MCMessage stringValueRenderMode:updateBodyFlags:junkRecorder:bodyOnly:] + 143

    12 com.apple.Mail.framework 0x000000010dfe7818-[MFJunkMailFilter junkMailLevelForMessage:junkRecorder:] + 123

    13 com.apple.Mail.framework 0x000000010e07e2c5-[MFMessageCriterion _evaluateJunkMailCriterion:] + 1138

    14 com.apple.Mail.framework 0x000000010e07f53b-[MFMessageCriterion _evaluateMessage:] + 386

    15 com.apple.Mail.framework 0x000000010e07f3b1-[MFMessageCriterion doesMessageSatisfyRuleEvaluationCriterion:] + 72

    16 com.apple.Mail.framework 0x000000010e090496-[MFMessageRule doesMessageSatisfyCriteria:] + 351

    17 com.apple.Mail.framework 0x000000010e086e0b + [MFMessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 519

    com.apple.Mail.framework 18 0x000000010e086fa3 + [MFMessageRouter colorForMessage:highlightTextUsingColor:] + 75

    19 com.apple.Mail.framework 0x000000010e09c758-[MFMessageStore colorForMessage:] + 89

    20 com.apple.Mail.framework 0x000000010e09c3ba-[MFMessageStore updateBodyFlagsForMessage:body:] + 302

    21 com.apple.Mail.framework 0x000000010e09f39a-[MFMessageStore _setOrGetBody:forMessage:updateFlags:] + 80

    22 com.apple.Mail.framework 0x000000010e09c24c-[MFMessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:allowPartial:] + 194

    23 com.apple.Mail.framework 0x000000010e0c3eac-[MFPOPStore link: didRetrieveData:forMessageNumber:] + 177

    com.apple.Mail.framework 24 0x000000010e0bcfd9-[MFPOPConnection _retr:] + 792

    25 com.apple.Mail.framework 0x000000010e0bd68f __44-[MFPOPConnection fetchMessages:totalBytes:] _block_invoke + 101

    26 com.apple.Foundation 0x000000010f7348ce __NSIndexSetEnumerate + 1316

    27 com.apple.Mail.framework 0x000000010e0bd548-[MFPOPConnection fetchMessages:totalBytes:] + 448

    28 com.apple.Mail.framework 0x000000010e0c204c-[MFPOPStore fetchSynchronously] + 1881

    29 com.apple.Mail.framework 0x000000010e0b8e44-[MFPOPAccount fetchSynchronously] + 133

    30 com.apple.CoreFoundation 0x00000001120be9ac __invoking___ + 140

    31 com.apple.CoreFoundation 0x00000001120be814-[French invoke] + 308

    32 com.apple.MailCore 0x000000010e3207a4-[MCMonitoredInvocation invoke] + 211

    33 com.apple.MailCore 0x000000010e343448-[major MCThrowingInvocationOperation] + 40

    34 com.apple.MailCore 0x000000010e2e7b28-[major _MCInvocationOperation] + 332

    35 com.apple.Foundation 0x000000010f6e2ec1-[__NSOperationInternal _start:] + 631

    36 com.apple.Foundation 0x000000010f6e2b6b __NSOQSchedule_f + 64

    37 libdispatch.dylib 0x000000011249128d _dispatch_client_callout + 8

    38 libdispatch.dylib 0x00000001124957e3 _dispatch_async_redirect_invoke + 154

    39 libdispatch.dylib 0x000000011249128d _dispatch_client_callout + 8

    40 libdispatch.dylib 0 0000000112493082 _dispatch_root_queue_drain + 326 x

    41 libdispatch.dylib 0 0000000112494177 _dispatch_worker_thread2 + 40 x

    42 libsystem_pthread.dylib 0x000000011277fef8 _pthread_wqthread + 314

    43 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    12 wire:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Line 13:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Line 15:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    16 wire:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Thread 17:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    18 wire:

    0 libsystem_kernel.dylib 0x0000000112671e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x000000011277ff08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x0000000112782fb9 start_wqthread + 13

    Thread 19: com.apple.appkit - heartbeat

    0 libsystem_kernel.dylib 0x0000000112671a3a __semwait_signal + 10

    1 libsystem_c.dylib 0x00000001125c5dd4 nanosleep + 200

    usleep libsystem_c.dylib 2 0x00000001125c5cc6 + 54

    3 com.apple.AppKit 0x00000001101f217d-[NSUIHeartBeat _heartBeatThread:] + 2132

    4 com.apple.Foundation 0x000000010f741d8b __NSThread__main__ + 1318

    5 libsystem_pthread.dylib 0x000000011277e899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x000000011277e72a _pthread_start + 137

    7 libsystem_pthread.dylib 0x0000000112782fc9 thread_start + 13

    Thread 0 crashed with X 86 State of Thread (64-bit):

    Rax: 0x00000001127b59a0 rbx: 0 x 0000000000000000 rcx: 0 x 0000000000000008 rdx: 0xffffffffffffffe0

    RDI: 0x00007fff524b40e8 rsi: 0x00000000ffffffff PBR: RER 0x00007fff524b4060: 0x00007fff524b2fe0

    R8: 0x000000000000009b r9: 0x00006000001198b8 r10: 0x00000000510558d1 r11: 0xfffffffffffffbb8

    R12: 0x00007fff524b4988 r13: 0x00006000001198b8 r14: 0x00007fff524b40e8 r15: 0x00007fff524b49d0

    RIP: 0x00000001127afb51 rfl: 0 x 0000000000010202 cr2: 0x00007fff524b2fd8

    Logical CPU: 0

    Error code: 0 x 00000006

    Trap number: 14

    Binary images:

    0x10cf4d000 - 0x10d23ffff com.apple.mail /Applications/Mail.app/Contents/MacOS/Mail < 84C51E40-00C5-3710-8A99-04A0F6D078F5 > (7, 3 - 1878.6)

    0x10d345000 - 0x10d346ff7 libDiagnosticMessagesClient.dylib (100) < 4CDB0F7B-C0AF-3424-BC39-495696F0DB1E > /usr/lib/libDiagnosticMessagesClient.dylib

    0x10d351000 - 0x10d59afff com.apple.AddressBook.framework /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook < 7DB320AB-4ED4-391E-89CC-125826D94026 > (8.0 - 1371.2)

    0x10d80b000 - 0x10d8cfff7 com.apple.backup.framework (1.5.5 - 1.5.5) < CA77A4FC-7B76-30C7-94BE-FF4B8140D05A > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x10d95a000 - 0x10d975ff7 com.apple.CalendarStore (7.0 - 1366) < 27072D7F-8281-3958-A66C-3A3F862F3458 > /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore

    0x10d98e000 - 0x10d98efff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < E90E99D7-A425-3301-A025-D9E0CD11918E > (6: 8-20)

    0x10d991000 - 0x10d993fff apop.so (170.1) < 97DD24EE-D5F4-34EB-B521-D7BA883D2606 > /usr/lib/sasl2/apop.so

    0x10d997000 - 0x10d9a1ff7 com.apple.corerecents (< 0F44FFB3-8C65-3565-9262-CF6FA0AE0C8A > /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 1.0 - 1.).

    0x10d9b2000 - 0x10da96ff7 com.apple.coreui (2.2 - 231.1) < 187DF89C-8A64-366D-8782-F90315FA3CD7 > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x10db59000 - 0x10db63ff7 com.apple.CrashReporterSupport (10: 9-539) < B25A09EC-A021-32EC-86F8-05B4837E0EDE > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    0x10db75000 - 0x10dbaaffb com.apple.datadetectors (5.0 - 246, 0) < 1C4C33FE-F364-3DBA-A1BC-4A53E594CFD3 > t /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect

    0x10dbd5000 - 0x10dbdafff com.apple.EmailAddressing (7.3 - 1878.6) < AB4C59AB-A5A7-3514-820D-11C5DAB24DAF > /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing

    0x10dbe2000 - 0x10dbe4fff libanonymous.2.so (170) < D1297C21-A57B-311E-9006-C3FB8689849A > /usr/lib/sasl2/libanonymous.2.so

    0x10dbe9000 - 0x10dc3cff7 com.apple.ical.EventKit /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit < 34C0DAD6-763D-3760-93BA-54C5DC7D81DA > (2.0 - 154)

    0x10dc92000 - 0x10dcdaff7 com.apple.ExchangeWebServices (4.0 - 193) < 867EDAF0-5863-397E-BA75-855878D68949 > /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices

    0x10dd71000 - 0x10ddc8ff7 com.apple.IMAP /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP < 326F679E-7ADF-38BB-9EAD-BD08FA65573E > (7, 3 - 1878.6)

    0x10de14000 - 0x10de63ff7 com.apple.framework.internetaccounts (2.1 - 210) < D7175985-03A5-315B-B788-FBDC0019B0EA > /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

    0x10deb4000 - 0x10df20fff com.apple.framework.IOKit (2.0.1 - 907.100.14) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < 10932113-9F7E-38A0-A158-A019A555CAC3 >

    0x10df55000 - 0x10e16bfff com.apple.Mail.framework /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail < C617BE97-1D88-380F-B6EC-6D33485A44D0 > (7, 3 - 1878.6)

    0x10e2c2000 - 0x10e36bff7 com.apple.MailCore /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore < ED4787DA-CBFC-3216-BE76-999597FF725C > (7, 3 - 1878.6)

    0x10e3f6000 - 0x10e3ffff7 com.apple.MailService /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService < 9D8CEFF2-6ABD-3654-B70D-D878BB61EBD3 > (7, 3 - 1878.6)

    0x10e412000 - 0x10e450ff7 com.apple.MailUI /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI < 2D08FD02-754E-3197-AB5F-7DF58946BF67 > (7, 3 - 1878.6)

    0x10e484000 - 0x10e4c4fff com.apple.PassKit (< CE4A0FC6-6E65-38AC-BC8E-74821D713B43 > /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit 1.0 - 1.).

    0x10e4f0000 - 0x10e4f2fff libcrammd5.2.so (170) < 940A42FC-C634-354E-AD74-691CD90A1427 > /usr/lib/sasl2/libcrammd5.2.so

    0x10e4f7000 - 0x10e538fff (1, 47-47) com.apple.PerformanceAnalysis < 7B73DFF4-75DB-3403-80D2-0F3FE48764C3 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    0x10ed8a000 - 0x10eecbfff com.apple.QTKit (7.7.3 - 2826.34) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit < 3BB88D64-71FA-3824-A52A-D51C761E6EE0 >

    0x10efe0000 - 0x10efe0fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 3B2A72DB-39FC-3C5B-98BE-605F37777F37 > (1, 5-1, 5)

    0x10efe3000 - 0x10efe5fff login.so (170) < 7D801D4E-A1A4-32FC-BF2E-9F25DB902523 > /usr/lib/sasl2/login.so

    0x10efe9000 - 0x10f259ffd com.apple.security (7.0 - 55471.14.40) /System/Library/Frameworks/Security.framework/Versions/A/Security < 58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17 >

    0x10f3ac000 - 0x10f3daff7 com.apple.securityinterface (9.0 - 55047) < 0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    0x10f40a000 - com.apple.frameworks.SleepServices (1.1 - 1.1) < 4D9C44FF-5403-3372-A90E-CBF2A34D7CE7 > /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi CES 0x10f40aff7

    0x10f412000 - 0x10f464ff7 com.apple.Suggestions (3.0 - 137.1) < B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6 > /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions

    0x10f4ae000 - 0x10f5e4ff5 com.apple.WebKit (9537 - 9537.78.2) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit < EB8D3D78-92E7-3B67-8AAF-B51A181461E0 >

    0x10f6db000 - 0x10f9dbff7 com.apple.Foundation /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation < E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925 > (6, 9 - 1056.17)

    0x10fc1b000 - 0x10fdc8f27 libobjc. A.dylib (551.1) < AD7FD984-271E-30F4-A361-6B20319EC73B >/usr/lib/libobjc. A.dylib

    0x10fdea000 - 0x10fdebff7 libSystem.B.dylib (1197.1.1) < E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6 > /usr/lib/libSystem.B.dylib

    0x10fdf2000 - 0x10fdf4fff libplain.2.so (170) < E9C3B22A-5958-3869-B778-55948D1EC2B7 > /usr/lib/sasl2/libplain.2.so

    0x10fdf9000 - 0x10ff00ff7 com.apple.ImageIO.framework (3.3.0 - 1048) < FDFAFDEA-3559-330F-9578-40F4F62F51B3 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x10ff6a000 - 0x110ae0ff7 com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < 9DC13B27-841D-3839-93B2-3EDE66157BDE > (6, 9 - 1265.21)

    0 111268000 - 0x111268fff com.apple.ApplicationServices (48-48) x < 3E3F01A8-314D-378F-835E-9CC4F8820031 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    0x11126b000 - 0x11126dfff pwauxprop.so (400.1) < B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0 > /usr/lib/sasl2/pwauxprop.so

    0 x 111272000 - 0x111272fff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 7A697B5E-F179-30DF-93F2-8B503CEEEFD5 > (59-59)

    0 x 111278000 - 0x111414ff3 com.apple.QuartzCore (1, 8-332, 4) < CFB972D1-FA37-380C-9A47-2A67A84B7442 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x1114eb000 - 0x1114edfff shadow_auxprop.so (170.1) < E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7 > /usr/lib/sasl2/shadow_auxprop.so

    0x1114f2000 - 0x1115b4ffd com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < C799261E-2E19-3D69-8A8D-098B7DD8D31D > (367.23 - 367.23)

    0 x 111629000 - 0x111f5228f com.apple.CoreGraphics (1.600.0 - 599.35.12) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics < 050E2450-9F5F-3B6A-8C34-414D094EAF9B >

    0 112085000 - 0x11226afff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 729BD6DA-1F63-3E72-A148-26F21EBF52BB > x (6: 9 - 855.17)

    0x1123dc000 - 0x1123dcff9 + cl_kernels (?) < E600A23F-D092-4083-A391-9F038A06D9FA > cl_kernels

    0x1123de000 - 0x1123e2ff7 libcache.dylib (62) < BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B > /usr/lib/system/libcache.dylib

    0x1123e7000 - 0x1123f1fff libcommonCrypto.dylib (60049) < 8C4F0CA0-389C-3EDC-B155-E62DD2187E1D > /usr/lib/system/libcommonCrypto.dylib

    0 x 112404000 - 0x11240bfff libcompiler_rt.dylib (35) < 4CD916B2-1B17-362A-B403-EF24A1DAC141 > /usr/lib/system/libcompiler_rt.dylib

    0 x 112417000 - 0x112418ffa + cl_kernels (?) < 209E1B9C-5ABA-43CA-8B30-E75C2F5CA255 > cl_kernels

    0x11241b000 - 0x112422ffb (103.92.1) libcopyfile.dylib < CF29DFF6-0589-3590-834C-82E2316612E8 > /usr/lib/system/libcopyfile.dylib

    0x11242d000 - 0x11242dffd + cl_kernels (?) < 88EFCBC3-C7ED-4EED-AAE0-AD8560B4BBBD > cl_kernels

    0x11242f000 - 0x11247dfff libcorecrypto.dylib (161.1) < F3973C28-14B6-3006-BB2B-00DD7F09ABC7 > /usr/lib/system/libcorecrypto.dylib

    0 x 112490000 - 0x1124aafff (339.92.1) libdispatch.dylib < C4E4A18D-3C3B-3C9C-8709-A4270D998DE7 > /usr/lib/system/libdispatch.dylib

    0x1124c4000 - 0x1124c4fff + cl_kernels (?) < DE1633C8-A482-4720-BA58-57D47404F901 > cl_kernels

    0x1124ca000 - 0x1124cdff7 libdyld.dylib (239.4) < 7C9EC3B7-DDE3-33FF-953F-4067C743951D > /usr/lib/system/libdyld.dylib

    0x1124d4000 - 0x1124d6fff smb_nt.so (170.1) < B508FD03-CE31-3B93-91D7-440BEDAD9581 > /usr/lib/sasl2/smb_nt.so

    0x1124db000 - 0x1124dbff7 libkeymgr.dylib (28) < 3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8 > /usr/lib/system/libkeymgr.dylib

    0x1124e2000 - 0x1124e9ff8 (842.92.1) liblaunch.dylib < A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A > /usr/lib/system/liblaunch.dylib

    0x1124f2000 - 0x1124f7fff libmacho.dylib (845) < 1D2910DF-C036-3A82-A3FD-44FF73B5FF9B > /usr/lib/system/libmacho.dylib

    0 x 112502000 - 0x112504ff7 libquarantine.dylib (71) < 7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38 > /usr/lib/system/libquarantine.dylib

    0x11250a000 - 0x11250cfff smb_ntlmv2.so (170.1) < 938D40AF-BEB3-3F55-B409-C84E3C2886FD > /usr/lib/sasl2/smb_ntlmv2.so

    0 112511000 - 0x112512ffb libremovefile.dylib x (33) < 3543F917-928E-3DB2-A2F4-7AB73B4970EF > /usr/lib/system/libremovefile.dylib

    0x11251f000 - 0x112530ff7 (217.1.4) libsystem_asl.dylib < 655FB343-52CF-3E2F-B14D-BEBF5AAEF94D > /usr/lib/system/libsystem_asl.dylib

    0x11253e000 - 0x11253fff7 libsystem_blocks.dylib (63) < FB856CD1-2AEA-3907-8E9B-1E54B6827F82 > /usr/lib/system/libsystem_blocks.dylib

    0x11254a000 - 0x1125d3fff (997.90.4) libsystem_c.dylib < EA812F03-8AD2-3776-AD50-6BEBC90F1F5F > /usr/lib/system/libsystem_c.dylib

    0 x 112604000 - 0x112606ff3 libsystem_configuration.dylib (596.15) < 4998CB6A-9D54-390A-9F57-5D1AC53C135C > /usr/lib/system/libsystem_configuration.dylib

    0x11260c000 - 0x112614fff (522.92.3) libsystem_dnssd.dylib < 1418DF66-01BE-3A87-8553-09EAA945F4FE > /usr/lib/system/libsystem_dnssd.dylib

    0x11261d000 - 0x112644ffb (449.1.4) libsystem_info.dylib < 12CD9E42-8CEE-3A8D-B006-F8A6EB98804D > /usr/lib/system/libsystem_info.dylib

    0x11265c000 - 0x112678ff7 (2422.115.14) libsystem_kernel.dylib < 8116098D-B3F1-3E50-A934-576DD6369234 > /usr/lib/system/libsystem_kernel.dylib

    0x11269e000 - 0x1126cdfd2 (3047.16) libsystem_m.dylib < B7F0E2E4-2777-33FC-A787-D6430B630D54 > /usr/lib/system/libsystem_m.dylib

    0x1126dd000 - 0x1126f8ff7 libsystem_malloc.dylib (23.10.1) < A695B4E4-38E9-332E-A772-29D31E3F1385 > /usr/lib/system/libsystem_malloc.dylib

    0 x 112702000 - 0x112729ff7 libsystem_network.dylib (241,4) < 0D630D53-C772-3EC5-8257-EFB0ACCE3153 > /usr/lib/system/libsystem_network.dylib

    0 x 112746000 - 0x11274fffb (121.20.1) libsystem_notify.dylib < 9B34B4FE-F5AD-3F09-A5F0-46AFF3571323 > /usr/lib/system/libsystem_notify.dylib

    0x11275e000 - 0x112764ff7 (24.90.1) libsystem_platform.dylib < 3C3D3DA8-32B9-3243-98EC-D89B9A1670B3 > /usr/lib/system/libsystem_platform.dylib

    0x11277d000 - 0x112784ff7 libsystem_pthread.dylib (53.1.4) < AB498556-B555-310E-9041-F67EC9E00E2C > /usr/lib/system/libsystem_pthread.dylib

    0 x 112790000 - 0x112790ffe + cl_kernels (?) < FCB4709E-EB65-498E-AA4E-DA87832445F5 > cl_kernels

    0 x 112793000 - 0x112794fff (278.11.2) libsystem_sandbox.dylib < 0C93EB23-7364-3670-B511-212A7A524695 > /usr/lib/system/libsystem_sandbox.dylib

    0 x 112799000 - 0x11279dff7 (93.90.3) libsystem_stats.dylib < 4E51D5B0-92A0-3D0D-B90E-495A1ED3E391 > /usr/lib/system/libsystem_stats.dylib

    0x1127a8000 - 0x1127a9fff libunc.dylib (28) < 62682455-1862-36FE-8A04-7A6B91256438 > /usr/lib/system/libunc.dylib

    0x1127af000 - 0x1127b4ff7 libunwind.dylib (35.3) < 78DCC358-2FC1-302E-B395-0155B47CB547 > /usr/lib/system/libunwind.dylib

    0x1127c0000 - 0x1127e4fff (300.90.2) libxpc.dylib < AB40CD57-F454-3FD4-B415-63B3C0D5C624 > /usr/lib/system/libxpc.dylib

    0 x 112803000 - 0x112845ff7 libauto.dylib (185,5) < F45C36E8-B606-3886-B5B1-B6745E757CA8 > /usr/lib/libauto.dylib

    0x11285e000 - 0x112887ff7 libc ++ abi.dylib (49.1) < 21A807D3-6732-3455-B77F-743E9F916DF0 > /usr/lib/libc++abi.dylib

    0 x 112895000 - 0x112895ff7 + cl_kernels (?) < 22805913-E01E-49E2-8EE5-2DBDAB95292C > cl_kernels

    0 x 112897000 - 0x1128e9fff libc ++.1.dylib (120) < 4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE > /usr/lib/libc++.1.dylib

    0 x 112947000 - 0x1129abfff com.apple.datadetectorscore (5.0 - 354.5) < 0AE9749A-6BFC-3032-B802-210DF59AEDB0 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    0x1129f0000 - 0x112a04fff com.apple.aps.framework (4.0 - 4.0) < 2D42DCDD-055E-3EE1-97F8-FC447B495D3E > /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

    0x112a1d000 - 0x112a1efff com.apple.AddressBook.ContactsData /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat < 5C8D3406-C4DE-305A-958F-53BCE7B179AA > (8.0 - 1371.2) a

    0x112a24000 - 0x112a2aff7 com.apple.AddressBook.ContactsFoundation (8.0 - 1371.2) < A403E9E7-6BAC-3440-86CA-92D4523E9A3B > /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

    0x112a38000 - 0x112a38ff7 + cl_kernels (?) < A1B28F35-377B-43FB-8D30-41B5D80D9AB7 > cl_kernels

    0x112a3a000 - 0x112a3dfff com.apple.TCC (< 32A075D9-47FD-3E71-95BC-BFB0D583F41C > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x112a44000 - 0x112a45ff2 + cl_kernels (?) < 28FF6BBE-6F73-4A7C-A456-6755ABCA98AA > cl_kernels

    0x112a4a000 - 0x112a55ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) < 22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6 > /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi this

    0x112a61000 - 0x112a61ffb + cl_kernels (?) < 191DA4E3-9853-4794-BA61-200BC08E698E > cl_kernels

    0x112a63000 - 0x112ac6ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) < 2C8E1A73-5AD6-3A7D-8ED8-D6755555A993 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    0x112b03000 - 0x112d4bff7 com.apple.CoreData (107 - 481.3) < E78734AA-E3D0-33CB-A014-620BBCAB2E96 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x112e7a000 - 0x112e81fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 8E26C099-CE9D-3819-91A2-64EA929C6137 > (6.0 - 4.0)

    0x112e8a000 - 0x113042ffb libicucore. A.dylib (511,36) < 9AAC5980-2C1F-3B86-8A16-DB533F5E7C84 >/usr/lib/libicucore. A.dylib

    0x1130e9000 - 0x1130f0ff7 com.apple.phonenumbers (1.1.1 - 105) < 767A63EB-244C-34F1-9FFA-D1A6BED60C31 > /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

    0x1130fc000 - 0x11310afff com.apple.opengl (9.6.5 - 9.6.5) < 4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0 x 113114000 - 0x113149ffc com.apple.LDAPFramework (2.4.28 - 194,5) < 5E501783-06E8-390C-AF34-A7FAD402F3E6 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x11315b000 - 0x113167ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 383F96FF-1DF3-37E8-8540-03A697C873F6 >

    0 x 113183000 - 0x1131f6fff com.apple.securityfoundation (6.0 - 55122.3) < 0AFCF575-97C3-3458-A72E-39DA07804EB9 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun Foundation

    0x11323b000 - 0x1133d6ff8 com.apple.CFNetwork /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < CAA196FE-BF5A-384F-975E-E0F81359805B > (673.6 - 673.6)

    0x1134dd000 - 0x1135c4fff libxml2.2.dylib (26.2) < FFA6BCAE-6D2F-3B1E-B4D1-939939924708 > /usr/lib/libxml2.2.dylib

    0x1135fd000 - 0x1135feff4 + cl_kernels (?) < 6D05207D-CB91-42D0-A9FD-8C8F1FD25564 > cl_kernels

    0 113600000 - 0x113610fff libbsm.0.dylib x (33) < 2CAC00A2-1352-302A-88FA-C567D4D69179 > /usr/lib/libbsm.0.dylib

    0x11361c000 - 0x11362dff7 libz.1.dylib (53) < 42E0C8C6-CA38-3CA4-8619-D24ED5DD492E > /usr/lib/libz.1.dylib

    0 x 113638000 - 0x113645ff7 libxar.1.dylib (202) < 5572AA71-E98D-3FE1-9402-BB4A84E0E71E > /usr/lib/libxar.1.dylib

    0x11364f000 - 0x113739fff libsqlite3.dylib (158) < 00269BF9-43BE-39E0-9C85-24585B9923C8 > /usr/lib/libsqlite3.dylib

    0 x 113757000 - 0x11375bfff libpam.2.dylib (20) < B93CE8F5-DAA8-30A1-B1F6-F890509513CB > /usr/lib/libpam.2.dylib

    0 x 113767000 - 0x113767ffd libOpenScriptingUtil.dylib (157,1) < D3B6E577-3CDB-3139-9B94-19496DFA7318 > /usr/lib/libOpenScriptingUtil.dylib

    0 x 113770000 - 0x11377dff0 libbz2.1.0.dylib (29) < 0B98AC35-B138-349C-8063-2B987A75D24C > /usr/lib/libbz2.1.0.dylib

    0 x 113785000 - 0x113786fff liblangid.dylib (117) < 9546E641-F730-3AB0-B3CD-E0E2FDD173D9 > /usr/lib/liblangid.dylib

    0x11378d000 - 0x1137a8ff7 libCRFSuite.dylib (34) < FFAE75FA-C54E-398B-AA97-18164CD9789D > /usr/lib/libCRFSuite.dylib

    0x1137b2000 - 0x1137b2fff com.apple.SafariDAVNotifier (1.1.1 - 1) < 6FD70177-7044-3EFE-905F-08F1D2D40ECA > /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier

    0x1137b7000 - 0x113aa1fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) < 3A2E92FD-DEE2-3D45-9619-11500801A61C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    0x113b1e000 - 0x113b20ff7 com.apple.qq.iaplugin /System/Library/InternetAccounts/QQ.iaplugin/Contents/MacOS/QQ < AE532570-F1C3-357C-8A54-AFE6B6DCB3AF > (1.1 - 110)

    0x113b25000 - 0x113bb5ff7 com.apple.Metadata (10.7.0 - 800.30) a.framework/Versions/A/Metadata /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat < E107CE36-FBC3-35A5-84E0-864B4178FC5D >

    0x113c1f000 - 0x113c96fff com.apple.CoreServices.OSServices (600.4 - 600.4) < 6BC86B46-AFD3-3F06-8659-2C954CBEBD43 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    0x113d3e000 - 0x113dabfff com.apple.SearchKit (1.4.0 - 1.4.0) < B9B8D510-A27E-36B0-93E9-17146D9E9045 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    0x113def000 - 0x113df0ffe libACSClient.dylib (65) < B068CA41-5A0E-31F9-AFB3-6194620B983D > /usr/lib/libACSClient.dylib

    0x113df5000 - 0x113e50ffb com.apple.AE (665, 5-665, 6) < 9B17E7B7-D493-346A-827E-6DF1474E4977 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    0x113e7f000 - 0x113e81ff7 com.apple.126.iaplugin /System/Library/InternetAccounts/126.iaplugin/Contents/MacOS/126 < 252ED6E0-D135-3E6A-9567-C2343FE1AA05 > (1.1 - 110)

    0x113e86000 - 0x113f50ff7 com.apple.LaunchServices (572.32 - 572.32) < A4699DED-5101-3068-94F8-8D0B7A84BC79 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    0x113fcb000 - com.apple.DictionaryServices (1.2 - 208) < A539A058-BA57-35EE-AA08-D0B0E835127D > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices 0x113ff4fff

    0x11401c000 - 0x114021fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < A4165553-770E-3D27-B217-01FC1F852B87 > (2, 6 - 2.6)

    0x11402f000 - 0x11403afff (2422.115.14) libkxld.dylib < 1317F07F-AD7C-397A-9935-26413D641F08 > /usr/lib/system/libkxld.dylib

    0 x 114044000 - 0x11404fff7 com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < C811E662-9EC3-3B74-808A-A75D624F326B > (5.0 - 5.0)

    0x11405b000 - 0x114072ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) < D7F2E159-CF6B-3EB1-9806-3BC59E63D24F > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    0 x 114090000 - 0x114092ff7 com.apple.aol.iaplugin /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL < 45829975-9702-3EAB-BF98-8207D414C377 > (2.1 - 210)

    0 x 114097000 - 0x1140a1ff7 com.apple.bsd.ServiceManagement lie /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage < 2D27B498-BB9C-3D88-B05A-76908A8A26F3 > (2.0 - 2.0)

    0x1140ad000 - 0x1140d5ffb libxslt.1.dylib (13.9) < DA7092EA-0D65-3723-9CDA-A31B2E05D643 > /usr/lib/libxslt.1.dylib

    0x1140e8000 - 0x114115ff2 com.apple.frameworks.CoreDaemon /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon < 43A137C4-3E72-37DC-945F-92569C12AAD4 > (1.3 - 1.3)

    0 x 114128000 - 0x114130ff7 com.apple.AppleSRP (< ABC7F088-1FD5-3768-B9F3-847F355E90B3 > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0 x 114138000 - 0x114215fff (52.8.4) libcrypto.0.9.8.dylib < E03DB1E7-4CC6-3338-B67D-F69BE2FB28FC > /usr/lib/libcrypto.0.9.8.dylib

    0x11427e000 - 0x11427ffff com.apple.TrustEvaluationAgent (2.0 - 25) < 334A82F4-4AE4-3719-A511-86D0B0723E2B > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    0 x 114287000 - 0x11428affc com.apple.IOSurface (91, 3 - 91.3) < E93485CC-12B1-318E-BAE3-AB532B264935 > /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0 x 114297000 - 0x114297fff com.apple.Accelerate (1.9-1.9 accelerate) < 509BB27A-AE62-366D-86D8-0B06D217CF56 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x11429a000 - 0x11429bfff com.apple.AddressBook.LocalSourceBundle (8.0 - 1371.2) < E63CFFBD-3CC0-329C-BB89-17996C9F75E4 > system/library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource

    0x1142a0000 - 0x114574fc7 com.apple.vImage (7.0 to 7.0) < D241DBFA-AC49-31E2-893D-EAAC31890C90 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    0x1145b8000 - 0x1145b8fff com.apple.Accelerate.vecLib (vecLib - 3.9 3.9) < F8D0CC77-98AC-3B58-9FE6-0C25421827B6 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    0x1145bc000 - 0x114687fff libvDSP.dylib (423.32) < 3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    0 x 114692000 - 0x114692ffd + cl_kernels (?) < 64FCC7D3-E34A-4B7D-B8CB-FC92831862B8 > cl_kernels

    0 x 114695000 - 0x114745ff7 libvMisc.dylib (423.32) < 049C0735-1808-39B9-943F-76CB8021744F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    0 x 114753000 - 0x114b34ffe libLAPACK.dylib (1094.5) < 7E7A9B8D-1638-3914-BAE0-663B69865986 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    0x114b9d000 - 0x114d0bff7 libBLAS.dylib (1094.5) < DE93A590-5FA5-32A2-A16C-5D7D7361769F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    0x114d36000 - 0x114d6eff7 com.apple.RemoteViewServices (2.0 - 94) < 3F34D630-3DDB-3411-BC28-A56A9B55EBDA > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    0x114da7000 - 0x114efbff3 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 69B273E8-5A8E-3FC7-B807-C16B657662FE > (1.10 - 1.10)

    0x114f94000 - 0x114f94ffd com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 68B21135-55A6-3563-A3D6-3E692A7DEB7F > (1.10 - 1.10)

    0x114f9a000 - 0x114f9bff6 + cl_kernels (?) < 2C7CABCC-E374-4FA6-A2EF-FD8DDDE50C4A > cl_kernels

    0x114f9e000 - 0x1150ceff7 com.apple.desktopservices (1.8.3 - 1.8.3) < 225BEC20-F8E0-3F22-9560-890A1A5B9050 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    0x11514f000 - 0x1153f9ff5 com.apple.HIToolbox (2.1.1 - 698) < A388E773-AE7B-3FD1-8662-A98E6E24EA16 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0 x 115551000 - 0x115559ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) < 98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    0 x 115568000 - 0x1155b9ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) < 07F2B103-AE29-3118-BBC4-9A72E13B013B > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x1155df000 - 0x1155e1ff7 com.apple.163.iaplugin /System/Library/InternetAccounts/163.iaplugin/Contents/MacOS/163 < A081DA17-5CD5-3729-820B-B3BB89121E5E > (1.1 - 110)

    0x1155e6000 - 0x1155f8ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) ouchSupport /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit < 38262B92-C63F-35A0-997D-AD2EBF2F8338 >

    0 x 115608000 - 0x115620ff7 com.apple.GenerationalStorage (2.0 - 160, 3) < 64749B08-0212-3AC8-9B49-73D662B09304 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    0 x 115632000 - 0x11563ffff com.apple.Sharing (132, 2 - 132.2) < F983394A-226D-3244-B511-FA51FDB6ADDA > /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

    0 x 115653000 - 0x1156dfff7 com.apple.ink.framework (10: 9-207) < 8A50B893-AD03-3826-8555-A54FEAF08F47 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0 x 115714000 - 0x115781ff1 com.apple.ApplicationServices.ATS (360 - 363.6) < 828C2711-4577-3F75-B436-3BDF328DFB11 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

    0x1157af000 - 0x115838fff com.apple.ColorSync (4.9.0 - 4.9.0) < B756B908-9AD1-3F5D-83F9-7A0B068387D2 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

    0 x 115880000 - 0x1158c5ff6 com.apple.HIServices (1.23 - 468) < 5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x1158f8000 - 0x115907ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) < 8FE131B6-1180-3892-98F5-C9C9B79072D4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

    0x11591a000 - 0x115967ff2 com.apple.print.framework.PrintCore (9.0 - 428) < 8D8253E3-302F-3DB2-9C5C-572CB974E8B3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

    0 x 115997000 - 0x1159d0ff7 com.apple.QD (3, 50-298) < C1F20764-DEF0-34CF-B3AB-AB5480D64E66 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    0x1159f0000 - 0x1159f9fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) < 383FB557-E88E-3239-82B8-15F9F885B702 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x115a10000 - 0x115b0afff (111.1.6) libFontParser.dylib < 77253632-B3F6-3151-ABA0-C1EF458668A8 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x115b8c000 - 0x115bd3ffb (127.0.1) libFontRegistry.dylib < F267F500-6E4A-3BE3-97C1-08AAA649E02E > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x115bff000 - 0x115c23ff7 libJPEG.dylib (1048) < 3C999DC3-8A51-3CA9-9AB8-7F9DBA278FE6 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x115c2f000 - 0x115c88ff7 libTIFF.dylib (1048) < 923096A6-02CC-311D-9596-1961430C0EF7 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x115c9b000 - 0x115cb6ff7 libPng.dylib (1048) < C14F8741-9F67-32DA-896A-F873705B3EC6 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x115cc1000 - 0x115cc5ff7 libGIF.dylib (1048) < 53A30C22-410C-3DFF-9236-0CC56D2E64A5 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x115cca000 - 0x115ccbffc com.apple.SafariServices.framework (9537 - 9537.86.4.4) vices /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer < 6B3CC04F-08D6-3843-B5FD-8EBDD2270032 >

    0x115cd1000 - 0x115dbffff libJP2.dylib (1048) < 19B37CB6-C864-3830-87FE-BB53F8542FB0 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x115deb000 - 0x115dedfff libRadiance.dylib (1048) < 5D66AE6D-1B0B-33CC-91F0-D93AE7016C7B > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    0x115df2000 - 0x115e39ff7 libcups.2.dylib (372.6) < CBD2F0CF-FA10-36E1-A1D5-1B946B45B3B3 > /usr/lib/libcups.2.dylib

    0x115e50000 - 0x115e69ff7 com.apple.Kerberos (< F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x115e87000 - 0x115eb6ff9 com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < 27FCA2B4-0767-3002-8755-862B19B5CF92 > (4.0 - 2.0)

    0x115edc000 - 0x115ef8fff libresolv.9.dylib (54) < 11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95 > /usr/lib/libresolv.9.dylib

    0x115f06000 - 0x115ff7ff9 libiconv.2.dylib (41) < BB44B115-AC32-3877-A0ED-AEC6232A4563 > /usr/lib/libiconv.2.dylib

    0x11600d000 - 0x116072ffb com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < C28DBCAE-01AC-363A-9046-3BD33F225526 > (4.0 - 2.0)

    0x11609f000 - 0x1160a3ff7 libheimdal - asn1.dylib (323.92.2) < 979AEAA0-59B3-3E99-94B1-9BB9C6C45273 > /usr/lib/libheimdal-asn1.dylib

    0x1160ae000 - 0x1160b7ffd com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < BD720379-757B-305C-A7BE-E00E680F8218 > (4.0 - 2.0)

    0x1160c3000 - 0x1160fefff com.apple.bom (14, 0-193, 1) < EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0 x 116116000 - 0x11613bff7 com.apple.CoreVideo (1, 8 - 117.2) < 4674339E-26D0-35FA-9958-422832B39B12 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x11615a000 - 0x11642bff4 com.apple.CoreImage (9.4.0) < 2C636ECD-0F1A-357C-9EFF-0452476FDDF5 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

    0 x 116520000 - 0x116573fff com.apple.ScalableUserInterface (1.0-1) < CF745298-7373-38D2-B3B1-727D5A569E48 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface

    0 x 116598000 - com.apple.mail 0x116599ff7 - setup.iaplugin (7.3 - 1878.6), /System/Library/InternetAccounts/SetupPlugins/MailAccountSetup.iaplugin/Content < FB8A39D0-2205-3E15-917F-99B049CB6B3E > s/MacOS/MailAccountSetup

    0x11659f000 - 0x1165defff libGLU.dylib (9.6.5) < 7463B411-2DB0-3338-BC8D-403293E2CA34 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x1165f4000 - 0x1165fcffc libGFXShared.dylib (9.6.5) < FCCD0CD3-02FD-3A79-B048-A14745D76CC8 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    0 x 116607000 - 0x116612fff libGL.dylib (9.6.5) < A5F36623-33E8-379D-A423-8F873018CD79 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x11662d000 - 0x11666bff7 libGLImage.dylib (9.6.5) < C242B319-6F4B-3FB3-8FCE-0B77424F0BED > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    0 x 116673000 - 0x116675fff libCVMSPluginSupport.dylib (9.6.5) < 9DE29AD9-5F59-3B9B-899C-4DED190CB817 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    0x11667c000 - 0x11667ffff libCoreVMClient.dylib (58.1) < EBC36C69-C896-3C3D-8589-3E9023E7E56F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    0x11668a000 - 0x116abdffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) < F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5 > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x116cdc000 - 0x116d2aff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL < 9F43F471-C3C3-352D-889D-EC418DC1F5B2 >

    0x116d43000 - 0x116d4fffb com.apple.AppleFSCompression (56.92.2 - 1.0) < 16542F97-9D21-317D-8A50-4C34AAD35F41 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    0x116d57000 - 0x116d70ff7 com.apple.Ubiquity /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity < C7F1B734-CE81-334D-BE41-8B20D95A1F9B > (1.3 - 289)

    0x116d8a000 - 0x116dbafff com.apple.IconServices (25 - 25.17) < 4751127E-FBD5-3ED5-8510-08D4E4166EFE > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    0x116de5000 - 0x116e0aff7 com.apple.ChunkingLibrary (2.0 - 155.1) < B845DC7A-D1EA-31E2-967C-D1FE0C628036 > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    0x116e19000 - 0x116e9afff com.apple.CoreSymbolication (3.0.1 - 141.0.6) mbolication /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy < B594EF34-A1A3-3631-914E-6FD129291983 >

    0x116eeb000 - 0x116f43ff7 com.apple.Symbolication (1.4 - 129.0.2) ion /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat < B1F008C4-184D-36A2-922F-4A67A075D512 >

    0x116f8a000 - 0x116fb9fff com.apple.DebugSymbols (106-106) < E1BDED08-523A-36F4-B2DA-9D5C712F0AC7 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    0x116fd8000 - 0x1174fbfff com.apple.QuartzComposer (5.1 - 319.2) < E8D9D10C-D5E7-3C7A-9923-D5305578E6BF > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

    0x11781f000 - 0x1178baff7 com.apple.PDFKit (2.9.2 - 2.9.2) < 0CDC6467-9227-3D98-B4D4-660796AE9F6B > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

    0 x 117930000 - 0x117954fff com.apple.quartzfilters (1.8.0 - 1.7.0) < 39C08086-9866-372F-9420-81F5689149DF > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters

    0 x 117985000 - 0x117be6fff com.apple.imageKit (2.5 - 774) < AACDE16E-ED9F-3B3F-A792-69BA1942753B > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

    0x117e32000 - com.apple.QuickLookUIFramework (5.0 - 622, 7) < 13841701-34C2-353D-868D-3E08D020C90F > 0x117f03fff /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f EPI/Versions/A/QuickLookUI

    0x117fb8000 - 0x11832fff6 com.apple.JavaScriptCore (9537 - 9537.78.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < 8623A109-9E9D-3E3B-A8E1-6EE447C0110C >

    0x11842f000 - 0x118432fff com.apple.AppleSystemInfo (3.0 - 3.0) < 61FE171D-3D88-313F-A832-280AEC8F4AB7 > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

    0 x 118440000 - 0x118562fff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < FF001F98-E198-3B1D-A7EB-A8C48E6E34A3 >

    0x11867f000 - 0x1186c8fff com.apple.CoreMedia /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 74FA3D80-A6DB-331A-B32A-683C8E0CC0A6 > (1.0 - 1273.57)

    0x1186f6000 - 0x118a2cfff com.apple.MediaToolbox /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < 26FB55D1-11B8-3CEF-A8E1-40BC215B610F > (1.0 - 1273.57)

    0x118adc000 - 0x118f2afef com.apple.VideoToolbox /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < AA4D613A-1066-3E85-8BE0-7806566652B4 > (1.0 - 1273.57)

    0x118f88000 - 0x118f88fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < EFC1A1C0-CB07-395A-B038-CFA2E71D3E69 > (154 to 157)

    0x118f92000 - 0x118fa8fff com.apple.CoreMediaAuthoring (2.2 - 947) < F1886A05-1C29-3F88-88C0-4A1013530AD1 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

    0x118fc4000 - 0x119010ffe com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < 72371044-3FF2-3538-8EE1-C7C20F7C60A0 > (408.0 - 4570)

    0x11903b000 - 0x119052ffa libAVFAudio.dylib (32.2) < 52DA516B-DE79-322C-9E1B-2658019289D7 > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

    0x11906a000 - 0x119199fef com.apple.MediaControlSender (2.0 - 200.34.4) < FC24EC8D-2E46-3F76-AF63-749F30857B96 > /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender

    0x1191d5000 - 0x119204ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 404369C0-ED9F-3010-8D2F-BC55285F7808 >

    0 x 119213000 - 0x119218ff7 com.apple.MediaAccessibility (1.0 - 43) < D309D83D-5FAE-37A4-85ED-FFBDA8B66B82 > /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi responsibility

    0 x 119226000 - 0x119228fff com.apple.Mangrove (< 72F5CBC7-4E78-374E-98EA-C3700136904E > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0 x 119232000 - 0x119609fef com.apple.CoreAUC (6.25.00 - 6.25.00) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < 2D7DC96C-BA83-3220-A03F-C790D50A23D8 >

    0x11961b000 - 0x119638ff7 com.apple.framework.Apple80211 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 043C7CFD-B57B-3F9D-B0FE-CA4B97C43968 > (9, 4 - 940.60)

    0 x 119649000 - 0x1196b0ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils < E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F >

    0x1196dc000 - 0x1196ddff0 ATSHI.dylib (363,6) < 8C9966A9-D85C-364E-8DC2-A49A696A55AD > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib

    0x1196e2000 - 0x119741fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 1F17FA12-6E84-309D-9808-C536D445FA6E >

    0 x 119780000 - 0x1197aaff7 libpcap. A.dylib (42) < 91D3FF51-D6FE-3C05-98C9-1182E0EC3D58 >/usr/lib/libpcap. A.dylib

    0x1197ba000 - 0x119820fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi < 5491896D-78C5-30B6-96E9-D8DDECF3BE73 >

    0 x 119886000 - 0x1198d3fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) < 608D91BD-9D88-3FAB-9A06-24C1DAEA092D > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x1198e4000 - 0x1198eaff7 com.apple.XPCService (< 2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x1198f4000 - 0x1198feff7 com.apple.AppSandbox (< 9F27DC25-C566-3AEF-92D3-DCFE7836916D > /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 3.0 - 1).

    0x11990a000 - 0x119934ff7 (278.11.2) libsandbox.1.dylib < 3E875C8B-F18B-3176-887C-A298D0592AD2 > /usr/lib/libsandbox.1.dylib

    0 x 119942000 - 0x119955ff7 com.apple.AppContainer (3.0-1) < BD342039-430E-39FE-BC2D-8F97B557548E > /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

    0x11996a000 - 0x11996cfff com.apple.SecCodeWrapper (3.0-1) < DE7CA981-2B8B-34AC-845D-06D5C8F10441 > /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

    0 x 119974000 - 0x11997cfff libMatch.1.dylib (19) < 021293AB-407D-309A-87F5-8E782F46753E > /usr/lib/libMatch.1.dylib

    0 x 119986000 - 0x11998afff com.apple.CommonPanels (1.2.6 - 96) < 6B434AFD-50F8-37C7-9A56-162C17E375B3 > System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

    0 x 119994000 - 0x119997fff com.apple.help (1.3.3 - 46) < AE763646-D07A-3F9A-ACD4-F5CBD734EE36 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    0x1199a4000 - 0x1199b6fff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < BE0B65DA-3031-359B-8BBA-B9803D4ADBF4 > (9, 0-9, 0). framework/Versions/A/ImageCapture

    0x1199d1000 - 0x1199e9fff com.apple.openscripting (1.4.1 - 157,1) < 2C6C6498-D88E-3D9B-B933-9873890F382E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

    0x119a00000 - 0x119a01ff7 com.apple.print.framework.Print (9.0 - 260) < EE00FAE1-DA03-3EC2-8571-562518C46994 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    0x119a09000 - 0x119a0bff7 com.apple.securityhi (9.0 - 55005) < 18C42525-688C-3D47-B9C9-1E0F8F58FA64 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    0x119a12000 - 0x119a9bff7 com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < ADCCD075-2572-3C64-9C40-67A30C9CB07D > (4.0 - 4)

    0x119af3000 - 0x119b44fff com.apple.QuickLookFramework (5.0 - 622, 7) < 17685CEC-C94B-3F83-ADE1-B24840B35E44 > /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x119b87000 - 0x119b90fff com.apple.DisplayServicesFW (2.8 - 360.8.14) < 816A9CED-1BC0-3C76-8103-1B9BE0F723BB > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

    0x119b9f000 - 0x119beafff com.apple.ImageCaptureCore /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo < F529EDDC-E2F5-30CA-9938-AF23296B5C5B > (5.0 - 5.0) re

    0x119c33000 - 0x119cd0fff com.apple.imcore /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore < DF924E35-74AB-389C-9279-1828518218F8 > (10.0 - 1000)

    0x119d13000 - 0x119d2ffff com.apple.frameworks.preferencepanes /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes < 059E99D8-67C2-3B59-B5E7-850DD7A92D75 > (16, 0-16, 0)

    0x119d55000 - 0x119fe6ff7 com.apple.AOSKit (1.06 - 176, 2) < 9D851C25-F98E-317B-A9E1-2774942BBAC3 > /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit

    0x11a013000 - 0x11ae67ff7 com.apple.WebCore (9537 - 9537.78.1) < 56C3D4BF-2495-3FD2-8212-91AF7DF693B8 > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

    0x11b7d5000 - 0x11b832fff com.apple.imfoundation (10.0 - 1000) < 9E8B6FFA-BBA5-35CD-A977-D0996EE5F39D > /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n

    0x11b87b000 - 0x11b87dfff com.apple.marco /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco < C7214CCC-250F-3479-8A3C-44586CAF21FA > (10.0 - 1000)

    0x11b88b000 - 0x11b8a9fff com.apple.facetimeservices /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices < DED6A966-DF0E-3E58-BD34-D85ED82A99D7 > (10.0 - 1000)

    0x11b8c3000 - 0x11b8ffff7 com.apple.ids /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS < 632F7192-0399-34C8-B6BB-463D2F4370E0 > (10.0 - 1000)

    0x11b920000 - 0x11b951ff7 libtidy. A.dylib (15.12) < BF757E3C-733A-3B6B-809A-A3949D46466E >/usr/lib/libtidy. A.dylib

    0x11b967000 - 0x11b969ff7 com.apple.diagnosticlogcollection (10.0 - 1000) < 04435BA7-7136-3E1E-9BBA-91C6626F7A64 > /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection

    0x11b972000 - 0x11b983fff com.apple.idsfoundation (10.0 - 1000) < D3E6646B-4118-30D3-B4F7-DA9A28B396E4 > /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion

    0x11b999000 - 0x11b9f0fff com.apple.ViewBridge (1.0 - 46, 2) < 4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F > /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge

    0x11ba30000 - 0x11ba30fff com.apple.AOSMigrate (< ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD > /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 1.0 - 1.).

    0x11ba39000 - 0x11ba99fff com.apple.ISSupport (1.9.9 - 57) < E1E343D7-222C-3458-9D1F-FC600B7F1C50 > /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport

    0x11bae9000 - 0x11baf9ffb libsasl2.2.dylib (170) < C8E25710-68B6-368A-BF3E-48EC7273177B > /usr/lib/libsasl2.2.dylib

    0x11bb01000 - 0x11bb36fff (52.8.4) libssl.0.9.8.dylib < 3F8ADCC3-AE3F-371C-A4D5-FF219D33E507 > /usr/lib/libssl.0.9.8.dylib

    0x11bb4d000 - 0x11bb8dff7 com.apple.CalDAV (7.0 - 155, 2) < B96DAB4A-7431-3FD2-971B-726A67F6E004 > /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV

    0x11bbe2000 - 0x11bc3efff com.apple.coredav (1.0.1 - 229,6) < 6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC > /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

    0x11bca4000 - 0x11bcb0fff com.apple.CalendarAgentLink (7.0 - 138, 2) < D56910F9-5CC0-32D8-BA85-0631240F9B71 > /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink

    0x11bcca000 - 0x11bce9ff7 com.apple.CalendarFoundation (7.0 - 113: 3) < 5A04647C-5CC4-37AB-9CEA-C9B57B0BFA7A > /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation

    0x11bd11000 - 0x11bf4cfff com.apple.CalendarPersistence (7.0 - 138, 4) < BDD9B054-F274-357F-8343-6F8DAC7B0B36 > /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence

    0x11c0da000 - 0x11c100ff7 com.apple.iCalendar (7.0 - 162, 2) < 8715F4AA-3E35-3E36-B085-128C3DC332B1 > /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar

    0x11c12d000 - 0x11c18bff7 com.apple.corelocation (1486.17 - 1486.24.1) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation < 69C6AD7D-BA34-3F40-B73F-D66DB9C2BBE9 >

    0x11c1cf000 - 0x11c38dfff com.apple.GeoServices (1.0 - 702.15.12) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < 5A4D463F-689F-3822-BF26-A19D51503019 >

    0x11c4e6000 - 0x11c4f0ff7 com.apple.ProtocolBuffer (1 - 182.1.3) uffer /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB < 82E68598-A8AA-3AF1-843E-2A64F19472D4 >

    0x11c504000 - 0x11c510ff7 com.apple.KerberosHelper (4.0 - 1.0) < 6D64703B-D7A3-3EF7-89AB-16F7F89333FC > /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper

    0x11c51c000 - 0x11c64afff com.apple.syncservices /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices < E4639527-E481-312D-8407-884737D4E605 > (8.1 - 722)

    0x11c709000 - 0x11c76bff7 com.apple.WhitePagesFramework (10.7.0 - 141.0) < F95E1174-37B7-300C-8ECE-E67A711B6721 > /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

    0x11c7af000 - 0x11c9a0ffc com.apple.WebKit2 (9537 - 9537.78.2) /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2 < 1A443A0D-98DB-308C-B16C-7EDCDA5FF8E5 >

    0x11cb8a000 - 0x11cbacfff com.apple.framework.familycontrols (4.1 - 410) < 5D2414D4-D418-327F-9E3B-0B0889150828 > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon three

    0x11cbcc000 - 0x11cbeefff com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) < C2687C2C-239A-3EB4-857C-BA107F34A5E8 > /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping

    0x11cc07000 - 0x11cc15fff com.apple.CommerceCore (1.0 - 42) < ACC2CE3A-913A-39E0-8344-B76F8F694EF5 > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

    0x11cc27000 - 0x11cc53ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) < E4CEA45A-A2D7-356F-BEC9-E7CB84487918 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    0x11cc81000 - 0x11cd52ff1 com.apple.DiskImagesFramework (10.9.6 - 373) < 4EA5A3C8-13E2-309C-8FAB-C21A4C316802 > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x11cdb9000 - 0x11cdbcff7 com.apple.LoginUICore (3.0 - 3.0) < 1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    0x11cdca000 - 0x11ce55ff7 (380.70.2) libCoreStorage.dylib < BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C > /usr/lib/libCoreStorage.dylib

    0x11ce7d000 - 0x11ce87ff7 (380.70.2) libcsfde.dylib < 3ACB87D7-A81C-3C45-B648-AD27F1B9D841 > /usr/lib/libcsfde.dylib

    0x11ce98000 - 0x11ce99ff7 libodfde.dylib (20) < C00A4EBA-44BC-3C53-BFD0-819B03FFD462 > /usr/lib/libodfde.dylib

    0x11cea5000 - 0x11cf5dff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E >

    0x11cfc8000 - 0x11d00dfff (78.94.1) libcurl.4.dylib < 88F27F9B-052E-3375-938D-2603E90D8AD5 > /usr/lib/libcurl.4.dylib

    0x11d024000 - 0x11d055fff com.apple.MediaKit /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit < 23E33409-5C39-3F93-9E73-2B0E9EE8883E > (15-709)

    0x11d06e000 - 0x11d070fff com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4 > (2.0 - 2)

    0x11d07d000 - 0x11d07fffb libutil.dylib (34) < DAC4A6CF-A1BB-3874-9569-A919316D30E8 > /usr/lib/libutil.dylib

    0x11d08c000 - 0x11d092fff com.apple.AOSNotification (1.7.0 - 760,4) < 8F042A51-E0A9-37E6-A601-0DD6A58A0AC8 > /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication

    0x11d0a0000 - 0x11d0b2fff com.apple.addressbook.ContactsAutocomplete (8.0 - 1371.2) < 1DE4A80D-48CB-3122-AAB3-D6D3DEE716A1 > /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete

    0x11d0d3000 - 0x11d0e9fff com.apple.ContactsUI /System/Library/PrivateFrameworks/ContactsUI.framework/Versions/A/ContactsUI < 2B44039E-188F-3F47-BAB0-9912A171E9A3 > (8.0 - 1371.2)

    0x11d704000 - 0x11d70bfff com.apple.SyncedDefaults (1.3 - 91.30.1) /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults < 26F0AD10-86CC-31A4-899C-097269680E05 >

    0x11d71a000 - 0x11d72aff7 dhx.so (170.1) < E4299F4A-F42C-397A-A306-58161EFD7686 > /usr/lib/sasl2/dhx.so

    0x11d736000 - 0x11d73efff digestmd5WebDAV.so (170.1) < B11199EC-EF62-3592-AE51-38EBD1B6282F > /usr/lib/sasl2/digestmd5WebDAV.so

    0x11d743000 - 0x11d74bff7 libdigestmd5.2.so (170) < 122C0383-F9B2-34D1-89AF-D317BC4D5164 > /usr/lib/sasl2/libdigestmd5.2.so

    0x11d750000 - 0x11d754fff libgssapiv2.2.so (170) < AA58D85E-916C-3B0B-959A-DCC58497D0F2 > /usr/lib/sasl2/libgssapiv2.2.so

    0x11edcc000 - 0x11edd1fff libntlm.so (170) < 18693B29-154F-339C-A329-4C42A43F6428 > /usr/lib/sasl2/libntlm.so

    0x11edd6000 - 0x11edddfff libotp.2.so (170) < D1C70F92-1C75-340B-AD53-0C2CD79144FF > /usr/lib/sasl2/libotp.2.so

    0x11ede6000 - 0x11edeaffd libpps.so (170.1) < C7604F07-E966-33F7-8727-93F000CBA92F > /usr/lib/sasl2/libpps.so

    0x11edef000 - 0x11edf2fff mschapv2.so (170.1) < C79F63BB-E66D-3552-9C4C-2D3EB14CEE01 > /usr/lib/sasl2/mschapv2.so

    0x11edf7000 - 0x11ee1fff6 (10: 9-36) com.apple.DirectoryService.PasswordServerFramework < C36B818F-C1FE-3F3F-A01C-F4613F570D4D > /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS Server

    0x11ee35000 - 0x11ee61fff (184, 9-184, 9) com.apple.CoreServicesInternal < 4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379 > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn Pro

    0x11eed3000 - 0x11eee0ff4 com.apple.Librarian (< F1A2744D-8536-32C7-8218-9972C6300DAE > /System/Library/PrivateFrameworks/Librarian.framework/Librarian 1.2 - 1).

    0x11eef3000 - 0x11eef6ffa (599.35.12) libCGXType.A.dylib < 48401CB4-1E4C-3BC4-96AB-272067F622B5 > pe System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy. A.dylib

    0x11ef03000 - 0x11ef0bff3 (599.35.12) libCGCMS.A.dylib < E27B2C59-AC0B-3B1F-86BC-FF0B9C7743F8 > System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS. A.dylib

    0x11ef13000 - 0x11ef3bffb libRIP.A.dylib (599.35.12) < B2F65393-2660-36FB-B5A4-082481E27704 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

    0x11ef6b000 - 0x11ef6fffd com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f7) < 61937EC9-7F0C-37F3-8BFF-466184B39C63 > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn

    0x11fb30000 - 0x11fd8eff2 com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < 7315ED29-77A1-3990-9054-F00B96527C06 > (5.06 - 753)

    0x12246a000 - 0x122473ff7 (2.3.58) libcldcpuengine.dylib < E3A84FEC-4060-39C2-A469-159A443D2B6D > /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

    0x12249d000 - 0x122583fef (2.3.58) unorm8_bgra.dylib < 280D6FDD-8CA5-36EC-9EA1-D7DC09598E20 > System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib

    0x1226c4000 - 0x1226ebff7 com.apple.shortcut /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut < A62BC973-6782-3893-B014-EC6503AB7EAD > (2, 6 - 2.6)

    0 x 122711000 - 0x12271dff7 com.apple.HelpData (2.1.4 - 90) < BEA1C549-40D3-35BF-9204-CB679FCB0648 > /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x12274e000 - 0x122754ff7 (599.35.12) libCGXCoreImage.A.dylib < 561A549F-2E79-38B8-90E3-115D3D6038BB > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib

    0x12276b000 - 0x12284bff7 (2.3.58) unorm8_rgba.dylib < 8252DC3E-7434-34C6-B4B9-CFD59B923D12 > System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib

    0x1228b8000 - 0x1228bcff9 (127.0.1) libFontRegistryUI.dylib < 80D54383-4576-3B3D-93BD-8C5C861819C6 > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib

    0x122cc6000 - 0x122cc8fff com.apple.OAuth /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth < 22D42C60-CA67-31D7-A4A4-AFD8F35408D7 > (25-25)

    0x122d53000 - 0x122d57fff com.apple.google.iaplugin /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google < BF6FC2FB-A297-3815-8F49-E7B71613B62F > (2.1 - 210)

    0x122d5e000 - 0x122d65fff com.apple.twitter.iaplugin (1.1 - 110) < A84B95A0-E623-39A0-A601-99E204D93130 > /System/Library/InternetAccounts/TwitterPlugin.iaplugin/Contents/MacOS/TwitterP Lugin

    0x122d6e000 - 0x122d8cff7 com.apple.Accounts /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts < FEB37642-C973-3CD2-B279-142492266A16 > (113-113)

    0x122daa000 - 0x122ddffff com.apple.sociald.Social /System/Library/Frameworks/Social.framework/Versions/A/Social < 25F8FA83-E8DB-3082-93AC-0868A7B46607 > (87-87)

    0x122e1b000 - 0x122e66ff7 com.apple.accounts.AccountsDaemon (113-113) < 248F6C14-DDEA-3E8F-B016-E760E9B1E599 > /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD Nicolas

    0x122e95000 - 0x122e9dff7 com.apple.xpcobjects /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects < 268F4950-61A2-3A14-9697-C121E1798D18 > (103-103)

    0x122eaf000 - 0x122eb4fff com.apple.tencentweibo.iaplugin /System/Library/InternetAccounts/TencentWeibo.iaplugin/Contents/MacOS/TencentWe < 7B7DD546-336C-3209-88CC-5D595CF762DE > (1.1 - 110) PCI

    0x122ebb000 - 0x122ec0fff com.apple.osxserver.iaplugin /System/Library/InternetAccounts/OSXServer.iaplugin/Contents/MacOS/OSXServer < 03F7F011-E6CA-3554-8FEC-A74B39B2BEAB > (2.1 - 210)

    0x122ec8000 - 0x122ecbff7 com.apple.yahoo.iaplugin /System/Library/InternetAccounts/Yahoo.iaplugin/Contents/MacOS/Yahoo < 436896C2-22EB-39BF-856F-2A6BEBCAED49 > (2.1 - 210)

    0x122ed1000 - 0x122ed9fff com.apple.facebook.iaplugin /System/Library/InternetAccounts/Facebook.iaplugin/Contents/MacOS/Facebook < F095C354-7379-31C7-A896-2A8A7A865577 > (1.1 - 110)

    0x122ee3000 - 0x122ee9fff com.apple.tudou.iaplugin /System/Library/InternetAccounts/Tudou.iaplugin/Contents/MacOS/Tudou < 5BC0937E-F409-3C91-B7DF-4C892C26E184 > (1.1 - 110)

    0x122ef2000 - 0x122efcff7 com.apple.flickr.iaplugin /System/Library/InternetAccounts/Flickr.iaplugin/Contents/MacOS/Flickr < CAC33634-8A71-32CD-AB06-CEC13BF3861F > (1.1 - 110)

    0x122f07000 - 0x122f0dfff com.apple.vimeo.iaplugin /System/Library/InternetAccounts/Vimeo.iaplugin/Contents/MacOS/Vimeo < D7508470-EA42-32D0-A93B-D7A09A5ED2D7 > (1.1 - 110)

    0x122f16000 - 0x122f1cff7 com.apple.youku.iaplugin /System/Library/InternetAccounts/Youku.iaplugin/Contents/MacOS/Youku < 844A7FBC-6538-3212-B708-9D3CE6FFC7DA > (1.1 - 110)

    0x122f25000 - 0x122f44ff7 com.apple.icloud.iaplugin /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud < F6012E71-1AC7-3B16-81AB-AA5FDC55D8F9 > (426-460)

    0x122f5c000 - 0x122fe2fff com.apple.AOSUI /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI < 92D761D5-1ABC-3A29-9306-018570EF6005 > (1.2 - 273)

    0 x 123052000 - 0x123078fff com.apple.AOSAccounts (1.2.47 - 1.2.76) < 20F4EB9C-537F-3D8C-BF98-CD50728442B0 > /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts

    0x12309f000 - 0x1230e5fff com.apple.DiskManagement (6.1 - 744, 1) < 3DD4CD10-4476-334C-8C4B-991A85AAC272 > /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag,

    0x12310b000 - 0x12310ffff com.apple.FindMyMac /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac < 57D589E9-B726-3519-BE99-1B38F7737ED6 > (2.1 - 2.1)

    0 x 123115000 - 0x12311afff com.apple.NetFSServer (< 9B7BAA23-4D4D-30A2-8538-DFD3B1E347A6 > /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer 2.0 - 1).

    0 x 123122000 - 0x12312affb com.apple.CloudServices (1.0-1) < 644772DA-9267-376D-AD90-749D6B692566 > /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi CES

    0 x 123137000 - 0x12313ffff com.apple.exchange.iaplugin /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange < D3368E70-30DF-357A-BF2A-BCD22184ABC9 > (2.1 - 210)

    0 x 123149000 - 0x123151fff com.apple.linkedin.iaplugin /System/Library/InternetAccounts/LinkedIn.iaplugin/Contents/MacOS/LinkedIn < 881EF119-C970-3384-928A-8906295A103C > (1.1 - 110)

    0x12315b000 - 0x123161ff7 com.apple.weibo.iaplugin /System/Library/InternetAccounts/Weibo.iaplugin/Contents/MacOS/Weibo < 2DB4FEE0-E743-37FD-BC02-D70B31669362 > (1.1 - 110)

    0 x 123364000 - 0x12336eff7 com.apple.mail.iaplugin /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail < 1E8B0A69-5A16-34AB-9713-7E45A43C2739 > (7, 3 - 1878.6)

    0 x 123378000 - 0x12337bfff libspindump.dylib (161,2) < E16E9BFB-8F34-366F-BE10-48993F5843BC > /usr/lib/libspindump.dylib

    0x12338e000 - 0x123392fff com.apple.DirectoryServicesSource (8.0 - 1371.2) < BDB90569-EC4F-379E-948A-C354C9467E86 > system/library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices

    0 x 123910000 - 0x123987ff7 com.apple.xquery (1.3.1 - 30) < 2F2DC0D6-456F-33A0-8537-E0C651F6817C > /System/Library/PrivateFrameworks/XQuery.framework/XQuery

    0x124e5b000 - 0x12502cfff com.apple.audio.units.Components /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio < F74A9407-DDB5-3C4F-A051-47643871ED93 > (1.10 - 1.10)

    0x7fff69547000 - 0x7fff6957a817 dyld (239.4) < 042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A >/usr/lib/dyld

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 3

    thread_create: 0

    thread_set_state: 0

    Calls made by this process:

    task_for_pid: 0

    thread_create: 0

    thread_set_state: 0

    Calls made by all processes on this machine:

    task_for_pid: 7324

    thread_create: 2

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 234.1 M resident=85.6M(37%) swapped_out_or_unallocated=148.6M(63%)

    Regions in writing: Total = 1.3 G written=62.2M(5%) resident=123.9M(9%) swapped_out = 556 K (0%) unallocated=1.2G(91%)

    VIRTUAL FIELD TYPE

    ===========                        =======

    ATS (font support) 31.9 M

    CG backup stores 3444K

    Image CG 1632K

    CG 644 K raster data

    CG shared images 212K

    CoreAnimation 14.2 M

    CoreData 4K

    Objid CoreData 4100 K

    CoreGraphics 40K

    CoreImage 360K

    CoreServices 160K

    Foundation 4K

    Image IO 400K

    JS JIT generated code 128.0 M

    JS JIT generated address space 896,0 M booked (reserved) code (Unassigned) VM

    (Reserved) JS VM registry file 4096K reserved VM address space (not assigned)

    JS garbage collector 1088 KB

    Once the kernel 8K Alloc

    MALLOC 164.2 M

    MALLOC (admin) 48K

    241 132 K memory tag

    242 12K memory tag

    249 156 K memory tag

    Tag 251 80K memory

    OpenCL 112K

    Cache pages SQLite 2688 K

    BATTERY GUARD 56.1 M

    Pile of 16.8 M

    VM_ALLOCATE 16.7 M

    WebKit Malloc 3376K

    __DATA                               34.3M

    __IMAGE 528K

    __LINKEDIT 59.5 M

    __TEXT 174.9 M

    __UNICODE 544K

    file mapped 78.6 M

    shared memory 4K

    ===========                        =======

    TOTAL                                 1.7G

    In TOTAL, less space reserved VM 794,4 M

    Model: iMac11, 2, IM112.0057.B03 of BootROM, 2 processors, Intel Core i3 3.06 GHz, 4 GB, MSC 1.64f5

    Graphics card: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB

    Memory module: BANK 0/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020

    Memory module: BANK 1/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020

    Airport: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.74.0 - P2P

    Bluetooth: Version 5.2.7f4 15858, 3 services, 23 aircraft, 1 incoming serial ports

    Service network: Ethernet, Ethernet, en0

    Serial ATA Device: 500,11 GB

    Serial ATA Device: OPTIARC DVD RW AD

    USB device: Hub

    USB Device: IR receiver

    USB device: ISight built-in

    USB device: Hub

    USB device: Memory card reader internal

    USB device: Hub BRCM2046

    USB Device: USB Bluetooth host controller

    FireWire devices: disk hard Quadra, LaCie, up to 400 Mbps

    Crush Bus:

    Make a backup, preferably 2 on 2 separate drives.

    Exit the Mail.

    Go to Finder and select your user folder. With this Finder window as the windshield, select Finder/display/display options for presenting or order - J.  When the display options opens, check "show the library folder. This should make your visible user library folder in your user folder. Go to Library/Containers/com.apple.mail.  Move the folder com.apple.mail on your desktop. You must move the entire folder, not just the content.

    Reboot, re-launch Mail and test. If the problem is resolved, recreate the required e-mail settings and import emails you want to save to the folder on the desktop. You can then put the file in the trash. If the problem persists, return the folder where you have guessed replacing one that is there.

    If he does not repeat the above using Containers/com.apple.MailServiceAgent.

    Information derived from Linc Davis. Thanks to leonie for certain information contained in this.

    Accidents / unexpected

Maybe you are looking for