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()
1333 UnicodeString idUppercase = id; in parseCustomID() local1334 idUppercase.toUpper(""); in parseCustomID()1337 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID()