HomeSort by relevance Sort by last modified time
    Searched refs:scriptLength (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
loclikely.cpp 141 * @param scriptLength The length of the script tag.
157 int32_t scriptLength,
173 scriptLength >= ULOC_SCRIPT_CAPACITY ||
244 if (scriptLength > 0) {
247 scriptLength,
395 * @param scriptLength The length of the script tag.
410 int32_t scriptLength,
423 scriptLength,
439 * The langLength, scriptLength, and regionLength parameters are input/output
456 * @param scriptLength The length of the script tag
    [all...]
uscript.c 58 int32_t scriptLength;
72 scriptLength = uloc_getScript(locale, script, UPRV_LENGTHOF(script), &internalErrorCode);
80 if(scriptLength != 0) {

Completed in 91 milliseconds