Lines Matching full:utext
578 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buflen) {604 if(utext==NULL || resultChars==NULL || buflen<0) {609 uc=utext[i];