HomeSort by relevance Sort by last modified time
    Searched refs:dictRef (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 171 final WeakReference<DictionaryCollection> dictRef = iterator.next();
172 final DictionaryCollection dict = dictRef.get();
189 final WeakReference<DictionaryCollection> dictRef = iterator.next();
190 final DictionaryCollection dict = dictRef.get();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 223 CFDictionaryRef dictRef = (CFDictionaryRef)propertyListRef;
231 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString));
234 theSessionArrayRef = (CFArrayRef)CFDictionaryGetValue (dictRef, CFSTR(kSessionsString));

Completed in 954 milliseconds