Searched refs:ULOC_SCRIPT_CAPACITY (Results 1 – 4 of 4) sorted by relevance
176 scriptLength >= ULOC_SCRIPT_CAPACITY || in createTagStringWithAlternates()258 char alternateScript[ULOC_SCRIPT_CAPACITY]; in createTagStringWithAlternates()268 alternateScriptLength >= ULOC_SCRIPT_CAPACITY) { in createTagStringWithAlternates()861 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_addLikelySubtags()968 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_minimizeSubtags()
695 char buf[ULOC_SCRIPT_CAPACITY]; in _appendScriptToLanguageTag()
747 char script[ULOC_SCRIPT_CAPACITY];
271 #define ULOC_SCRIPT_CAPACITY 6 macro