Searched refs:MAX_FORMATCODE_LENTH (Results 1 – 1 of 1) sorted by relevance
632 #define MAX_FORMATCODE_LENTH 512 in replace() macro633 static sal_Unicode str[MAX_FORMATCODE_LENTH]; in replace()639 while (formatCode[i] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()642 while (formatCode[i] > 0 && oldStr[j] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()650 while (newStr[j] > 0 && k < MAX_FORMATCODE_LENTH) in replace()654 if (k >= MAX_FORMATCODE_LENTH) // could not complete replacement, return original formatCode in replace()
Completed in 23 milliseconds