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

  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 739 // Rad dude's surfer gal 'replaces' Later's surfer gal
757 UnicodeString* gal = (UnicodeString*)service.get(id, &actualID, status); local
758 if (gal != NULL) {
762 logln("found actual: " + *gal + " with display name: " + displayName);
766 logln("found actual: " + *gal + " with display name: " + displayName);
769 delete gal;
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 739 // Rad dude's surfer gal 'replaces' Later's surfer gal
757 UnicodeString* gal = (UnicodeString*)service.get(id, &actualID, status); local
758 if (gal != NULL) {
762 logln("found actual: " + *gal + " with display name: " + displayName);
766 logln("found actual: " + *gal + " with display name: " + displayName);
769 delete gal;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 472 long gal = mPrefs.getLong(GoogleAccountLogin.PREF_AUTOLOGIN_TIME, -1); local
475 .putLong(GoogleAccountLogin.PREF_AUTOLOGIN_TIME, gal)

Completed in 169 milliseconds