Searched refs:stk_comma (Results 1 – 1 of 1) sorted by relevance
277 StringTokenizer stk_comma = new StringTokenizer(listStr, ","); in commaSeparatedListToLinkedList() local279 while (stk_comma.hasMoreTokens()) { in commaSeparatedListToLinkedList()280 String spi = stk_comma.nextToken(); in commaSeparatedListToLinkedList()421 StringTokenizer stk_comma = new StringTokenizer(spiProp, ","); in getSignAsCert() local425 if (stk_comma.hasMoreTokens()) { in getSignAsCert()426 String alias = stk_comma.nextToken(); in getSignAsCert()