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

/external/chromium_org/third_party/icu/source/io/
H A Dustream.cpp48 const UChar *uLimit = us + str.length(); local
53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
88 const UChar *uLimit = uBuffer + sizeof(uBuffer)/sizeof(*uBuffer); local
114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
/external/icu/icu4c/source/io/
H A Dustream.cpp48 const UChar *uLimit = us + str.length(); local
53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
88 const UChar *uLimit = uBuffer + sizeof(uBuffer)/sizeof(*uBuffer); local
114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);

Completed in 903 milliseconds