Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dstr_util.cpp23 static int g_i18nMaxMalloc = 4096; member
47 if ((source == nullptr) || (len <= 0) || (len > g_i18nMaxMalloc)) { // 4096 is the max size that we could use in NewArrayAndCopy()
65 if ((source == nullptr) || (len <= 0) || len > g_i18nMaxMalloc) { // 4096 is the max size of allocation in I18nNewCharString()

Completed in 1 milliseconds