Searched defs:Search (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp2422 char * Search ; local
2423 for (Search = kvList ; *Search ; Search += strlen(Search) + 1) {
2424 if (strncmp (Search, Key, n) == 0) {
2425 if (Search[n] == '=') return Search + n + 1 ;
2426 if (Search[n] == 0) return (char *) "1" ;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp159 if (font != NULL && fontCache.Search(font)) {
1107 BOOL AwtFontCache::Search(HFONT font) function in class:AwtFontCache

Completed in 824 milliseconds