OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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();
369
usprep_unload(
newProfile
.getAlias())
[
all
...]
/external/icu4c/common/
usprep.cpp
338
LocalMemory<UStringPrepProfile>
newProfile
;
339
if(
newProfile
.allocateInsteadAndReset() == NULL) {
345
if(!loadData(
newProfile
.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
350
newProfile
->doNFKC = (UBool)((
newProfile
->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
351
newProfile
->checkBiDi = (UBool)((
newProfile
->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
353
if(
newProfile
->checkBiDi) {
354
newProfile
->bdp = ubidi_getSingleton();
366
usprep_unload(
newProfile
.getAlias())
[
all
...]
/packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java
256
SipProfile
newProfile
= new SipProfile.Builder(p)
261
mProfileDb.saveProfile(
newProfile
);
265
return
newProfile
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar
Completed in 48 milliseconds