Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:GetAt

278     if (filepath.GetAt(0) != '/') {

281 if (filepath.GetAt(1) == '/') {
284 if (filepath.GetAt(2) == '/') {
286 result += filepath.GetAt(1);
366 if (filepath.GetAt(1) == ':') {
369 result += filepath.GetAt(0);
370 if (filepath.GetAt(2) != '\\') {
376 if (filepath.GetAt(0) == '\\' && filepath.GetAt(1) == '\\') {
379 if (filepath.GetAt(0) == '\\') {