Home
last modified time | relevance | path

Searched refs:localeBefore (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble_utils.c155 static int32_t SetLocale(char **localeBefore) in SetLocale() argument
157 *localeBefore = setlocale(LC_CTYPE, NULL); in SetLocale()
158 if (*localeBefore == NULL) { in SetLocale()
166 static void RestoreLocale(const char *localeBefore) in RestoreLocale() argument
168 if (setlocale(LC_CTYPE, localeBefore) == NULL) { in RestoreLocale()
184 char *localeBefore = NULL; in CalculateMbsTruncateSize() local
185 int32_t ret = SetLocale(&localeBefore); in CalculateMbsTruncateSize()
193 RestoreLocale(localeBefore); in CalculateMbsTruncateSize()
205 RestoreLocale(localeBefore); in CalculateMbsTruncateSize()
213 RestoreLocale(localeBefore); in CalculateMbsTruncateSize()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c244 static int32_t SetLocale(char **localeBefore) in SetLocale() argument
246 *localeBefore = setlocale(LC_CTYPE, NULL); in SetLocale()
247 if (*localeBefore == NULL) { in SetLocale()
255 static void RestoreLocale(const char *localeBefore) in RestoreLocale() argument
257 if (setlocale(LC_CTYPE, localeBefore) == NULL) { in RestoreLocale()
317 char *localeBefore = NULL; in AnonymizeDeviceName() local
318 int32_t ret = SetLocale(&localeBefore); in AnonymizeDeviceName()
322 RestoreLocale(localeBefore); in AnonymizeDeviceName()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_nstackx_adapter.c476 static int32_t SetLocale(char **localeBefore) in SetLocale() argument
478 *localeBefore = setlocale(LC_CTYPE, NULL); in SetLocale()
479 if (*localeBefore == NULL) { in SetLocale()
487 static void RestoreLocale(const char *localeBefore) in RestoreLocale() argument
489 if (setlocale(LC_CTYPE, localeBefore) == NULL) { in RestoreLocale()
504 char *localeBefore = NULL; in CalculateMbsTruncateSize() local
505 int32_t ret = SetLocale(&localeBefore); in CalculateMbsTruncateSize()
513 RestoreLocale(localeBefore); in CalculateMbsTruncateSize()
524 RestoreLocale(localeBefore); in CalculateMbsTruncateSize()
532 RestoreLocale(localeBefore); in CalculateMbsTruncateSize()
[all...]

Completed in 3 milliseconds