Home
last modified time | relevance | path

Searched refs:MAX_FORMATCODE_LENTH (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/i18npool/source/localedata/
H A Dlocaledata.cxx630 #define MAX_FORMATCODE_LENTH 512 in replace() macro
631 static sal_Unicode str[MAX_FORMATCODE_LENTH]; in replace()
637 while (formatCode[i] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
640 while (formatCode[i] > 0 && oldStr[j] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
648 while (newStr[j] > 0 && k < MAX_FORMATCODE_LENTH) in replace()
652 if (k >= MAX_FORMATCODE_LENTH) // could not complete replacement, return original formatCode in replace()

Completed in 25 milliseconds