Lines Matching full:normalized
869 // Stick the corrected components back together to form the normalized string.870 std::string Normalized;872 if (i) Normalized += '-';873 Normalized += Components[i];875 return Normalized;