Searched defs:elements (Results 1 – 14 of 14) sorted by relevance
66 public static final ImapList buildList(ImapElement... elements) { in buildList()76 ImapElement... elements) { in buildResponse()
98 void setRowAt(final int row, final E[] elements) { in setRowAt()119 final E[] elements = getRowAt(row); in setElementAt() local
61 ArrayList<Key> elements = new ArrayList<>(); in buildKeyboard() local
52 List<ParsedNdefRecord> elements = new ArrayList<ParsedNdefRecord>(); in getRecords() local
34 std::vector<int> elements; in TEST() local
30 public ArrayList<WnnClause> elements; field in WnnSentence
125 String[] elements = id.split("\""); in testGetImapIdValues() local
177 final String[] elements = localeString.split("_", 3); in constructLocaleFromString() local
160 final String[] elements = extraValues.split(SEPARATOR_FOR_COMMA_SPLITTABLE_TEXT); in removeFromCommaSplittableTextIfExists() local
192 private static <T> T getFirstIfExists(Iterable<?> elements, Class<T> type) { in getFirstIfExists()
175 function normalizeElementWidths(elements) { argument
558 public FolderParser(HashMap<String, TagParser> elements) { in FolderParser()
38 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap(); field in HTML4
394 String[] elements = id.split("\""); in tokenizeImapId() local