Home | History | Annotate | Download | only in javascript

Lines Matching refs:GetAt

475 		FX_WCHAR c = string.GetAt(i);
496 FX_WCHAR c = string.GetAt(i);
530 FX_WCHAR c = value.GetAt(i);
624 FX_WCHAR c = format.GetAt(i);
649 if (remaining == 0 || format.GetAt(i+1) != c)
688 bPm = (j < value.GetLength() && value.GetAt(j) == 'p');
694 else if (remaining == 1 || format.GetAt(i+2) != c)
734 bPm = (j + 1 < value.GetLength() && value.GetAt(j) == 'p' && value.GetAt(j+1) == 'm');
740 else if (remaining == 2 || format.GetAt(i+3) != c)
776 else if (remaining == 3 || format.GetAt(i+4) != c)
825 if (j >= value.GetLength() || format.GetAt(i) != value.GetAt(j))
847 else if (format.GetAt(i) != value.GetAt(j))
918 FX_WCHAR c = format.GetAt(i);
931 if (remaining == 0 || format.GetAt(i+1) != c)
962 else if (remaining == 1 || format.GetAt(i+2) != c)
993 else if (remaining == 2 || format.GetAt(i+3) != c)
1010 else if (remaining == 3 || format.GetAt(i+4) != c)
1568 FX_WCHAR c = strValue.GetAt(i);
2272 if (str.GetAt(0) == L'.' || str.GetAt(0) == L',')
2278 FX_WCHAR wc = str.GetAt(i);