Searched refs:idUppercase (Results 1 – 2 of 2) sorted by relevance
178 String idUppercase = id.toUpperCase(); in peekNextToken() local179 if (currentLexer.containsKey(idUppercase)) { in peekNextToken()180 Integer type = (Integer) currentLexer.get(idUppercase); in peekNextToken()
1374 UnicodeString idUppercase = id; in parseCustomID() local1375 idUppercase.toUpper(); in parseCustomID()1378 idUppercase.startsWith(GMT_ID)) in parseCustomID()