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

  /external/icu4c/common/
usprep.cpp 341 LocalMemory<UStringPrepProfile> newProfile;
342 if(newProfile.allocateInsteadAndReset() == NULL) {
348 if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
353 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
356 if(newProfile->checkBiDi) {
357 newProfile->bdp = ubidi_getSingleton(status);
359 usprep_unload(newProfile.getAlias())
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 263 SipProfile newProfile = new SipProfile.Builder(p)
268 mProfileDb.saveProfile(newProfile);
272 return newProfile;
SipEditor.java 384 final SipProfile newProfile) {
387 // newProfile may be null if the old profile is to be deleted rather
393 if ((newProfile != null) && mPrimaryAccountSelector.isSelected()) {
397 mPrimaryAccountSelector.commit(newProfile);
399 saveAndRegisterProfile(newProfile);

Completed in 33 milliseconds