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

  /external/chromium/third_party/icu/source/tools/toolutil/
filetools.cpp 47 DIRENT *dirEntry = NULL;
49 while ((dirEntry = readdir(pDir)) != NULL) {
50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
54 uprv_strcat(newpath, dirEntry->d_name);
  /external/icu4c/tools/toolutil/
filetools.cpp 47 DIRENT *dirEntry = NULL;
49 while ((dirEntry = readdir(pDir)) != NULL) {
50 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
54 uprv_strcat(newpath, dirEntry->d_name);
  /external/webkit/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 131 const IconDirectoryEntry& dirEntry = m_dirEntries[index];
132 if (pngSize != dirEntry.m_size) {
160 const IconDirectoryEntry& dirEntry = m_dirEntries[index];
165 SharedBuffer::create(&m_data->data()[dirEntry.m_imageOffset],
166 m_data->size() - dirEntry.m_imageOffset));
197 const IconDirectoryEntry& dirEntry = m_dirEntries[index];
206 new BMPImageReader(this, dirEntry.m_imageOffset, 0, true));
219 m_frameSize = dirEntry.m_size;
284 const IconDirectoryEntry& dirEntry = m_dirEntries.first();
285 setSize(dirEntry.m_size.width(), dirEntry.m_size.height())
    [all...]
  /external/chromium/third_party/icu/source/common/
putil.c 846 struct dirent* dirEntry = NULL;
860 while((dirEntry = readdir(dirp)) != NULL) {
861 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
865 uprv_strcat(newpath, dirEntry->d_name);
    [all...]
  /external/icu4c/common/
putil.c 873 struct dirent* dirEntry = NULL;
885 while((dirEntry = readdir(dirp)) != NULL) {
886 if (uprv_strcmp(dirEntry->d_name, SKIP1) != 0 && uprv_strcmp(dirEntry->d_name, SKIP2) != 0) {
890 uprv_strcat(newpath, dirEntry->d_name);
897 } else if (uprv_strcmp(TZFILE_SKIP, dirEntry->d_name) != 0) {
    [all...]

Completed in 137 milliseconds