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

/dalvik/libcore/icu/src/main/native/
H A DNativeConverter.cpp521 static void toChars(const UChar* us, char* cs, int32_t length) { argument
524 u=*us++;
1262 static void toUChars(const char* cs, UChar* us, int32_t length) { argument
1266 *us++=(char)c;

Completed in 9 milliseconds