Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:GetAt

296     if (filepath.GetAt(0) != '/') {
299 if (filepath.GetAt(1) == '/') {
302 if (filepath.GetAt(2) == '/') {
304 result += filepath.GetAt(1);
371 if (filepath.GetAt(1) == ':') {
374 result += filepath.GetAt(0);
375 if (filepath.GetAt(2) != '\\') {
381 if (filepath.GetAt(0) == '\\' && filepath.GetAt(1) == '\\') {
384 if (filepath.GetAt(0) == '\\') {