Searched defs:normalizedName (Results 1 – 4 of 4) sorted by relevance
407 const normalizedName = ts.normalizePath(expectedPath).toLowerCase(); constant
2549 normalizedName: crate.indexOf("_") === -1 ? crate : crate.replace(/_/g, ""), property2621 normalizedName: word.indexOf("_") === -1 ? word : word.replace(/_/g, ""), property
983 const normalizedName = toFileNameLowerCase(normalizeSlashes(fileName)); constant
406 SkString normalizedName; member