OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:udata_swap
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
swapimpl.h
39
udata_swap
(const UDataSwapper *ds,
swapimpl.cpp
748
udata_swap
(const UDataSwapper *ds,
function
769
* If we wanted
udata_swap
() to also handle non-loadable data like a UTrie,
798
udata_printError(ds, "
udata_swap
(): failure swapping data format %02x.%02x.%02x.%02x (\"%c%c%c%c\") - %s\n",
806
udata_printError(ds, "
udata_swap
() warning: swapped only %d out of %d bytes - data format %02x.%02x.%02x.%02x (\"%c%c%c%c\")\n",
820
udata_printError(ds, "
udata_swap
(): unknown data format %02x.%02x.%02x.%02x (\"%c%c%c%c\")\n",
package.cpp
868
udata_swap
(
873
fprintf(stderr, "icupkg:
udata_swap
(item %ld) failed - %s\n", (long)i, u_errorName(errorCode));
[
all
...]
/external/icu/icu4c/source/tools/icuswap/
icuswap.cpp
243
length=
udata_swap
(ds, data, length, data, &errorCode);
246
fprintf(stderr, "%s:
udata_swap
(\"%s\") failed - %s\n",
420
itemLength=
udata_swap
(ds, inBytes+offset, -1, NULL, pErrorCode);
608
udata_swap
(ds, inBytes+table[i].inOffset, (int32_t)table[i].length,
/external/icu/icu4c/source/common/
udataswp.h
209
* @see
udata_swap
Completed in 78 milliseconds