Searched defs:CharAt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h121 * NOTE: unlike nsTSubstring::CharAt, this function allows you to index
125 char_type CharAt( index_type i ) const function in class:nsTString_CharT
133 return CharAt(i);
616 return CharAt(index_type(i));
H A DnsTSubstring.h177 char_type CharAt( index_type i ) const function in class:nsTSubstring_CharT
185 return CharAt(i);

Completed in 76 milliseconds