Searched refs:CharAt (Results 1 – 7 of 7) sorted by relevance
113 integer = integer * 10 + FXSYS_DecimalCharToInt(strc.CharAt(cc)); in FX_atonum()166 value = value * 10 + FXSYS_DecimalCharToInt(strc.CharAt(cc)); in FX_atof()173 value += FractionalScale(scale, FXSYS_DecimalCharToInt(strc.CharAt(cc))); in FX_atof()
68 wchar_t CharAt(size_t x) const { return m_Str[x]; } in CharAt() function
147 const CharType CharAt(const size_t index) const { in CharAt() function194 while (pos && CharAt(pos - 1) == ch) in TrimmedRight()
981 targets.CharAt(i) != m_pData->m_String[pos]) { in TrimLeft()
63 result = result * 16 + FXSYS_HexCharToInt(str.CharAt(i)); in StringToCode()68 result = result * 10 + FXSYS_DecimalCharToInt(str.CharAt(i)); in StringToCode()
314 return ord(self.CharAt(index))322 def CharAt(self, index): member in SharedDataAccess
702 AddCharInfoByRLDirection(bidi.CharAt(m - 1), m_TempCharList[m - 1]); in CloseTempLine()706 AddCharInfoByLRDirection(bidi.CharAt(m), m_TempCharList[m]); in CloseTempLine()