Searched refs:createSuccess (Results 1 – 13 of 13) sorted by relevance
38 createSuccess = true; in IndexUtil()50 if (!createSuccess) { in GetIndexList()69 if (createSuccess) { in AddLocale()76 if (!createSuccess) { in GetIndex()
83 createSuccess = true; in RelativeTimeFormat()87 if (!createSuccess) { in RelativeTimeFormat()95 createSuccess = true; in RelativeTimeFormat()124 if (!createSuccess || !relativeUnits.count(unit)) { in Format()170 if (!createSuccess || !relativeUnits.count(unit)) { in FormatToParts()
116 createSuccess = true; in NumberFormat()120 if (!createSuccess) { in NumberFormat()130 createSuccess = true; in NumberFormat()134 if (createSuccess) { in NumberFormat()335 if (!createSuccess) { in Format()
126 createSuccess = true; in InitPluralRules()172 if (!createSuccess || pluralRules == nullptr) { in Select()
92 createSuccess = InitCollator(); in Collator()93 if (!createSuccess) { in Collator()
68 createSuccess = InitWithLocale(curLocale, configs); in DateTimeFormat()69 if (!createSuccess || !dateFormat) { in DateTimeFormat()77 createSuccess = InitWithDefaultLocale(configs); in DateTimeFormat()567 if (!createSuccess) { in Format()588 if (!createSuccess || calendar == nullptr) { in FormatRange()
37 bool createSuccess = false; variable
52 bool createSuccess = false; variable
59 bool createSuccess = false; variable
65 bool createSuccess = false; variable
86 bool createSuccess = false; variable
99 bool createSuccess = false; variable
505 bool createSuccess = CreateEffectChainManager(effectChains, effectParam, enhanceParam); in HandleCreateAudioEffectChainManager() local506 CHECK_AND_RETURN_RET_LOG(createSuccess, AUDIO_ERR, in HandleCreateAudioEffectChainManager()