Home
last modified time | relevance | path

Searched refs:idUppercase (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DLexerCore.java178 String idUppercase = id.toUpperCase(); in peekNextToken() local
179 if (currentLexer.containsKey(idUppercase)) { in peekNextToken()
180 Integer type = (Integer) currentLexer.get(idUppercase); in peekNextToken()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp1334 UnicodeString idUppercase = id; in parseCustomID() local
1335 idUppercase.toUpper(""); in parseCustomID()
1338 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH)) in parseCustomID()