Searched refs:parseQuotedChars (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/locale/
H A DHashMapCatalog.cpp151 parseQuotedChars(BString& stringToParse) function in namespace:BPrivate
219 status_t result = parseQuotedChars(stringCopy);
224 if ((result = parseQuotedChars(translatedCopy)) != B_OK)
228 if ((result = parseQuotedChars(commentCopy)) != B_OK)
241 status_t result = parseQuotedChars(translatedCopy);
254 status_t result = parseQuotedChars(translatedCopy);

Completed in 26 milliseconds