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 247 SipProfile newProfile = new SipProfile.Builder(p)
252 mProfileDb.saveProfile(newProfile);
256 return newProfile;
SipEditor.java 360 final SipProfile newProfile) {
367 mPrimaryAccountSelector.commit(newProfile);
369 saveAndRegisterProfile(newProfile);

Completed in 162 milliseconds