Searched refs:ULOC_SCRIPT_CAPACITY (Results 1 – 4 of 4) sorted by relevance
175 scriptLength >= ULOC_SCRIPT_CAPACITY || in createTagStringWithAlternates()257 char alternateScript[ULOC_SCRIPT_CAPACITY]; in createTagStringWithAlternates()267 alternateScriptLength >= ULOC_SCRIPT_CAPACITY) { in createTagStringWithAlternates()860 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_addLikelySubtags()967 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_minimizeSubtags()
695 char buf[ULOC_SCRIPT_CAPACITY]; in _appendScriptToLanguageTag()
746 char script[ULOC_SCRIPT_CAPACITY];
271 #define ULOC_SCRIPT_CAPACITY 6 macro