OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unibufp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp
604
UChar *
unibufp
;
local
750
// After the call '
unibufp
' will be placed behind the last
768
unibuf =
unibufp
= u.getBuffer((int32_t)bufsz);
772
ucnv_toUnicode(convfrom, &
unibufp
, unibuf + bufsz, &cbufp,
775
ulen = (int32_t)(
unibufp
- unibuf);
917
// And '
unibufp
' will be placed behind the last converted unicode character
[
all
...]
/external/icu/icu4c/source/extra/uconv/
uconv.cpp
604
UChar *
unibufp
;
local
750
// After the call '
unibufp
' will be placed behind the last
768
unibuf =
unibufp
= u.getBuffer((int32_t)bufsz);
772
ucnv_toUnicode(convfrom, &
unibufp
, unibuf + bufsz, &cbufp,
775
ulen = (int32_t)(
unibufp
- unibuf);
917
// And '
unibufp
' will be placed behind the last converted unicode character
[
all
...]
Completed in 222 milliseconds