Home | History | Annotate | Download | only in common

Lines Matching refs:scriptSize

1636     int32_t j, len, fieldCount=0, scriptSize=0, variantSize=0, nameCapacity;
1694 scriptSize=ulocimp_getScript(tmpLocaleID+1, name+len, nameCapacity-len, &scriptID);
1695 if(scriptSize > 0) {
1699 len+=scriptSize;
1786 if (fieldCount < 2 || (fieldCount < 3 && scriptSize > 0)) {