Searched refs:scriptLength (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dloclikely.cpp144 * @param scriptLength The length of the script tag.
160 int32_t scriptLength,
176 scriptLength >= ULOC_SCRIPT_CAPACITY ||
247 if (scriptLength > 0) {
250 scriptLength,
398 * @param scriptLength The length of the script tag.
413 int32_t scriptLength,
426 scriptLength,
442 * The langLength, scriptLength, and regionLength parameters are input/output
459 * @param scriptLength Th
156 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
409 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
466 parseTagString( const char* localeID, char* lang, int32_t* langLength, char* script, int32_t* scriptLength, char* region, int32_t* regionLength, UErrorCode* err) argument
582 createLikelySubtagsString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* variants, int32_t variantsLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
862 int32_t scriptLength = sizeof(script); local
969 int32_t scriptLength = sizeof(script); local
1292 int32_t scriptLength = uloc_getScript(locale, script, UPRV_LENGTHOF(script), &errorCode); local
[all...]
H A Duscript.cpp60 int32_t scriptLength; local
74 scriptLength = uloc_getScript(locale, script, UPRV_LENGTHOF(script), &internalErrorCode);
82 if(scriptLength != 0) {

Completed in 118 milliseconds