Lines Matching defs:data
24 * - When in NODE_HAVE_SMALL_ICU mode, ICU is linked against "stub" (null) data
25 * ( stubdata/libicudata.a ) containing nothing, no data, and it's also
26 * linked against a "small" data file which the SMALL_ICUDATA_ENTRY_POINT
27 * macro names. That's the "english+root" data.
32 * "english+root" data. We call
34 * to load up the english+root data.
37 * data. All of the variables and command line options for changing data at
38 * runtime are disabled, as they wouldn't fully override the internal data.
124 const char* data,
129 memcpy(dst, data, length);
335 input.data(), input.length(), &status);
487 const char* source = input.data();
545 "The encoded data was not valid for encoding %s",
577 // install the 'small' data.
580 // no small data, so nothing to do.