HomeSort by relevance Sort by last modified time
    Searched defs:DATA_TYPE (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.h 25 #define DATA_TYPE "spp"
  /external/icu/icu4c/source/tools/gensprep/
gensprep.h 25 #define DATA_TYPE "spp"
  /external/chromium_org/third_party/icu/source/samples/udata/
reader.c 35 #define DATA_TYPE "dat"
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
writer.c 37 #define DATA_TYPE "dat"
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/icu/icu4c/source/samples/udata/
reader.c 35 #define DATA_TYPE "dat"
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
writer.c 37 #define DATA_TYPE "dat"
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/libvorbis/lib/
mdct.h 30 #define DATA_TYPE int
43 #define DATA_TYPE float
60 DATA_TYPE *trig;
63 DATA_TYPE scale;
68 extern void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
69 extern void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
  /external/chromium_org/third_party/icu/source/tools/gentest/
gentest.c 34 #define DATA_TYPE "icu"
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/icu/icu4c/source/tools/gentest/
gentest.c 34 #define DATA_TYPE "icu"
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 119 #define DATA_TYPE(name, data_size, parse_data_func) \
124 DATA_TYPE("[u1]", 1, &ValidationTestInputParser::ParseUnsignedInteger),
125 DATA_TYPE("[u2]", 2, &ValidationTestInputParser::ParseUnsignedInteger),
126 DATA_TYPE("[u4]", 4, &ValidationTestInputParser::ParseUnsignedInteger),
127 DATA_TYPE("[u8]", 8, &ValidationTestInputParser::ParseUnsignedInteger),
128 DATA_TYPE("[s1]", 1, &ValidationTestInputParser::ParseSignedInteger),
129 DATA_TYPE("[s2]", 2, &ValidationTestInputParser::ParseSignedInteger),
130 DATA_TYPE("[s4]", 4, &ValidationTestInputParser::ParseSignedInteger),
131 DATA_TYPE("[s8]", 8, &ValidationTestInputParser::ParseSignedInteger),
132 DATA_TYPE("[b]", 1, &ValidationTestInputParser::ParseBinarySequence)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 358 # define DATA_TYPE "dat"
ucnv_bld.cpp 199 static const char DATA_TYPE[] = "cnv";
344 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
    [all...]