Searched
refs:entry (Results
251 -
275 of
4522) sorted by null
<<11121314151617181920>>
/external/icu/icu4c/source/i18n/ |
transreg.cpp | 31 // allocation, deletion, and use of Entry objects. BoundsChecker has 347 // Vector of Entry pointers currently in use 357 // Caller must call DEBUG_setup first. Return index of given Entry, 409 // class Entry 413 * The Entry object stores objects of different types and 474 // entry object owns it. It should only be deleted when the 535 TransliteratorEntry *entry = find(ID); local 536 return (entry == 0) ? 0 537 : instantiateEntry(ID, entry, aliasReturn, status); 545 TransliteratorEntry *entry = find(ID) local 618 TransliteratorEntry *entry = new TransliteratorEntry(); local 632 TransliteratorEntry *entry = new TransliteratorEntry(); local 647 TransliteratorEntry *entry = new TransliteratorEntry(); local 668 TransliteratorEntry *entry = new TransliteratorEntry(); local 1028 TransliteratorEntry* entry = 0; local 1122 TransliteratorEntry *entry = new TransliteratorEntry(); local 1176 TransliteratorEntry* entry; local [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
ListCommandHandlerTest.groovy | 44 final entry = new FileEntry(path: p(DIR, NAME), lastModified: LAST_MODIFIED, contents: "abc") 45 fileSystem.add(entry) 47 assertSessionDataWithEndOfLine(listingFor(entry)) 72 final entry = new FileEntry(path: p(DIR, NAME), lastModified: LAST_MODIFIED, contents: "abc") 73 fileSystem.add(entry) 76 assertSessionDataWithEndOfLine(listingFor(entry)) 85 final entry = new FileEntry(path: p(DIR, NAME), lastModified: LAST_MODIFIED, contents: "abc") 86 fileSystem.add(entry) 88 assertSessionDataWithEndOfLine(listingFor(entry)) 125 fileSystem.directoryListingFormatter = [format: {entry -> entry.toString()}] as DirectoryListingFormatte [all...] |