Searched defs:UChar (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp47 UChar replacementChars[MAX_REPLACEMENT_LENGTH];
211 const UChar* mySourceLimit= uSource.get() + sourceEnd;
223 UChar invalidUChars[32];
268 UChar* cTarget = uTarget.get() + *targetOffset;
269 const UChar* cTargetLimit = uTarget.get() + targetEnd;
344 const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason,
368 UConverterFromUnicodeArgs* fromArgs, const UChar*, int32_t, UChar32,
367 encoderReplaceCallback(const void* rawContext, UConverterFromUnicodeArgs* fromArgs, const UChar*, int32_t, UChar32, UConverterCallbackReason, UErrorCode * err) argument

Completed in 36 milliseconds