Searched refs:CharAt (Results 1 - 7 of 7) 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);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp117 # define MASSAGE_BASENAME(bn) (bn.SetCharAt(nsCRT::ToUpper(bn.CharAt(0)), 0))
H A DnsLocalFileWin.cpp510 if (mWorkingPath.Length() == 2 && mWorkingPath.CharAt(1) == ':')
811 else if (path.CharAt(rootIdx) != '\\')
836 NS_POSTCONDITION(path.CharAt(rootIdx) == '\\', "rootIdx is invalid");
H A DnsLocalFileOS2.cpp294 if (mWorkingPath.Length() == 2 && mWorkingPath.CharAt(1) == ':') {
1085 ULONG ulDriveNo = toupper(mWorkingPath.CharAt(0)) + 1 - 'A';
H A DnsLocalFileMac.cpp2029 if (!appendedLen || (appendedLen == 1 && mAppendedPath.CharAt(0) == ':'))
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h889 theChar=theString.CharAt(i);
913 ch=theString.CharAt(i);

Completed in 65 milliseconds