Searched refs:ULOC_SCRIPT_CAPACITY (Results 1 – 4 of 4) sorted by relevance
173 scriptLength >= ULOC_SCRIPT_CAPACITY || in createTagStringWithAlternates()255 char alternateScript[ULOC_SCRIPT_CAPACITY]; in createTagStringWithAlternates()265 alternateScriptLength >= ULOC_SCRIPT_CAPACITY) { in createTagStringWithAlternates()858 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_addLikelySubtags()965 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_minimizeSubtags()
684 char buf[ULOC_SCRIPT_CAPACITY]; in _appendScriptToLanguageTag()
744 char script[ULOC_SCRIPT_CAPACITY];
269 #define ULOC_SCRIPT_CAPACITY 6 macro