Searched defs:scriptCapacity (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Duloc.c1257 char *script, int32_t scriptCapacity,
1277 if(idLen > scriptCapacity) {
1278 idLen = scriptCapacity;
1912 int32_t scriptCapacity,
1928 i=ulocimp_getScript(localeID+1, script, scriptCapacity, NULL);
1930 return u_terminateChars(script, scriptCapacity, i, err);
1256 ulocimp_getScript(const char *localeID, char *script, int32_t scriptCapacity, const char **pEnd) argument
1910 uloc_getScript(const char* localeID, char* script, int32_t scriptCapacity, UErrorCode* err) argument

Completed in 1235 milliseconds