Searched refs:strLocaleStartTag (Results 1 – 1 of 1) sorted by relevance
981 wxString strLocaleStartTag; in Parse() local986 strLocaleStartTag.Printf(wxT("<%s>"), strDesiredLocale.c_str()); in Parse()992 if (match_tag(buf, (const char*)strLocaleStartTag.mb_str(wxConvUTF8))) { in Parse()1001 if (match_tag(buf, (const char*)strLocaleStartTag.mb_str(wxConvUTF8))) break; in Parse()