Searched refs:udict_swap (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ddictionarydata.h115 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
H A Ddictionarydata.cpp153 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, function
171 udata_printError(ds, "udict_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as dictionary data\n",
184 udata_printError(ds, "udict_swap(): too few bytes (%d after header) for dictionary data\n", length);
198 udata_printError(ds, "udict_swap(): too few bytes (%d after header) for all of dictionary data\n", length);
218 udata_printError(ds, "udict_swap(): unknown trie type!\n");
/external/icu/icu4c/source/common/
H A Ddictionarydata.h115 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
H A Ddictionarydata.cpp153 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, function
171 udata_printError(ds, "udict_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as dictionary data\n",
184 udata_printError(ds, "udict_swap(): too few bytes (%d after header) for dictionary data\n", length);
198 udata_printError(ds, "udict_swap(): too few bytes (%d after header) for all of dictionary data\n", length);
218 udata_printError(ds, "udict_swap(): unknown trie type!\n");
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dswapimpl.cpp737 { { 0x44, 0x69, 0x63, 0x74 }, udict_swap }, /* dataFormat="Dict" */
/external/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp737 { { 0x44, 0x69, 0x63, 0x74 }, udict_swap }, /* dataFormat="Dict" */
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c1278 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
1343 {"thaidict", "dict",udict_swap},
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1278 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
1346 {"thaidict", "dict",udict_swap},
/external/icu/icu4c/source/common/unicode/
H A Durename.h859 #define udict_swap U_ICU_ENTRY_POINT_RENAME(udict_swap) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h910 #define udict_swap U_ICU_ENTRY_POINT_RENAME(udict_swap) macro

Completed in 237 milliseconds