HomeSort by relevance Sort by last modified time
    Searched refs:udata_getMemory (Results 1 - 19 of 19) sorted by null

  /external/icu4c/common/unicode/
udata.h 187 * if an error occurs. Call <code>udata_getMemory()</code>
241 * if an error occurs. Call <code>udata_getMemory()</code>
286 udata_getMemory(UDataMemory *pData);
293 * via the pointer that <code>udata_getMemory()</code> returns.
urename.h     [all...]
  /external/icu4c/samples/udata/
reader.c 107 dataMemory = udata_getMemory(result);
  /external/icu4c/common/
udatamem.c 102 udata_getMemory(UDataMemory *pData) {
135 * return only the size of the actual data starting at udata_getMemory()
usprep.cpp 254 p=(const int32_t *)udata_getMemory(dataMemory);
273 p=(const int32_t *)udata_getMemory(profile->sprepData);
ucnv_io.c 250 sectionSizes = (const uint32_t *)udata_getMemory(data);
    [all...]
uresdata.c 256 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);
    [all...]
triedict.cpp 412 fData = (const CompactTrieHeader *) udata_getMemory(dataObj);
    [all...]
ucnv_bld.c 245 const uint8_t *raw = (const uint8_t *)udata_getMemory(pData);
    [all...]
normalizer2impl.cpp 292 const uint8_t *inBytes=(const uint8_t *)udata_getMemory(memory);
    [all...]
unames.c 213 names=(UCharNames *)udata_getMemory(data);
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 843 log_verbose("Testing udata_getMemory() for \"cnvalias.icu\"\n");
849 table=(const int32_t *)udata_getMemory(result);
853 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
858 log_verbose("Testing udata_getMemory for \"test.icu\"()\n");
864 intValue=(uint16_t *)udata_getMemory(result);
867 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp     [all...]
  /external/icu4c/i18n/
ucol_res.cpp 121 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
    [all...]
ucol_bld.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 681 #define udata_getMemory udata_getMemory_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 681 #define udata_getMemory udata_getMemory_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 681 #define udata_getMemory udata_getMemory_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 681 #define udata_getMemory udata_getMemory_3_2
    [all...]

Completed in 267 milliseconds