Searched refs:iFind (Results 1 – 4 of 4) sorted by relevance
458 int32_t iFind = 0; in Append() local466 iFind = iMid + 1; in Append()471 iFind = iMid + 1; in Append()478 m_DataLists.InsertAt(iFind, list); in Append()
86 FX_STRSIZE iFind = wsAttrName.Find(L':', 0); in GetAttributeLocalName() local87 if (iFind < 0) { in GetAttributeLocalName()91 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - iFind - 1); in GetAttributeLocalName()131 FX_STRSIZE iFind = wsAttrName.Find(L':', 0); in FindAttributeWithNS() local133 if (iFind < 0) { in FindAttributeWithNS()138 wsAttrName.Right(wsAttrName.GetLength() - iFind - 1)) { in FindAttributeWithNS()141 wsNSPrefix = wsAttrName.Left(iFind); in FindAttributeWithNS()
844 int iFind = pArray->GetIntegerAt(i); in SelectOption() local845 if (iFind == iOptIndex) { in SelectOption()859 if (iFind > iOptIndex) { in SelectOption()
717 FX_STRSIZE iFind = m_wsTag.Find(L':', 0); in GetLocalTagName() local718 if (iFind < 0) { in GetLocalTagName()721 wsTag = m_wsTag.Right(m_wsTag.GetLength() - iFind - 1); in GetLocalTagName()726 FX_STRSIZE iFind = m_wsTag.Find(L':', 0); in GetNamespacePrefix() local727 if (iFind < 0) { in GetNamespacePrefix()730 wsPrefix = m_wsTag.Left(iFind); in GetNamespacePrefix()