Searched refs:resultCharsLen (Results 1 – 1 of 1) sorted by relevance
768 int32_t resultCharsLen=UCharsToEscapedAscii(result, len, resultChars, cap); in TestDisplayNames() local769 if(resultCharsLen<0 || resultCharsLen<cap-1) { in TestDisplayNames()