Lines Matching refs:data
29 The file format prepared and written here contains several data
30 structures that store indexes or data.
32 Before the data contents described below, there are the headers required by
33 the udata API for loading ICU data. Especially, a UDataInfo structure
34 precedes the actual data. It contains platform properties values and the
47 Each byte offset marks the start of a part in the data file,
51 Each part starts at an offset with proper alignment for its data.
75 Its data is in both the code point trie and in one of the string tries.
295 parsePropsOfStringsFile(path.data(), errorCode);
299 parsePropsOfStringsFile(path.data(), errorCode);
496 printf("data size: %6ld\n", (long)offset);