HomeSort by relevance Sort by last modified time
    Searched full:udict_swap (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
dictionarydata.cpp 148 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, function
166 udata_printError(ds, "udict_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as dictionary data\n",
179 udata_printError(ds, "udict_swap(): too few bytes (%d after header) for dictionary data\n", length);
193 udata_printError(ds, "udict_swap(): too few bytes (%d after header) for all of dictionary data\n", length);
213 udata_printError(ds, "udict_swap(): unknown trie type!\n");
dictionarydata.h 115 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
  /external/icu4c/common/unicode/
urename.h 896 #define udict_swap macro
    [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 737 { { 0x44, 0x69, 0x63, 0x74 }, udict_swap }, /* dataFormat="Dict" */
  /external/icu4c/test/cintltst/
udatatst.c     [all...]

Completed in 278 milliseconds