Home
last modified time | relevance | path

Searched refs:CharAt (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_string.cpp113 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()
Dstring_view_template.h147 const CharType CharAt(const size_t index) const { in CharAt() function
194 while (pos && CharAt(pos - 1) == ch) in TrimmedRight()
Dfx_bidi.h68 wchar_t CharAt(size_t x) const { return m_Str[x]; } in CharAt() function
Dwidestring.cpp981 targets.CharAt(i) != m_pData->m_String[pos]) { in TrimLeft()
/external/pdfium/core/fpdfapi/font/
Dcpdf_tounicodemap.cpp63 result = result * 16 + FXSYS_HexCharToInt(str.CharAt(i)); in StringToCode()
68 result = result * 10 + FXSYS_DecimalCharToInt(str.CharAt(i)); in StringToCode()
/external/v8/tools/
Dstats-viewer.py314 return ord(self.CharAt(index))
322 def CharAt(self, index): member in SharedDataAccess
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp702 AddCharInfoByRLDirection(bidi.CharAt(m - 1), m_TempCharList[m - 1]); in CloseTempLine()
706 AddCharInfoByLRDirection(bidi.CharAt(m), m_TempCharList[m]); in CloseTempLine()