Searched refs:strippedStr (Results 1 – 2 of 2) sorted by relevance
14 string(STRIP "${str}" strippedStr)15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")18 string(REPLACE "-" "_" strippedStr "${strippedStr}")19 string(REPLACE "=" "_EQ_" strippedStr "${strippedStr}")20 string(REPLACE "+" "X" strippedStr "${strippedStr}")21 string(TOUPPER "${strippedStr}" ${output})
231 SkString strippedStr = strip_spaces(fontnameStr); in output_font() local232 strippedStr.appendf("%s", gStyleName[style]); in output_font()233 const char* fontname = strippedStr.c_str(); in output_font()370 SkString strippedStr = strip_spaces(SkString(name)); in generate_index()371 strippedStr.appendf("%s", gStyleName[writ.fStyle]); in generate_index()372 const char* strip = strippedStr.c_str(); in generate_index()388 SkString strippedStr = strip_spaces(SkString(name)); in generate_index() local389 strippedStr.appendf("%s", gStyleName[writ.fStyle]); in generate_index()390 const char* strip = strippedStr.c_str(); in generate_index()