Searched refs:subLen (Results 1 – 9 of 9) sorted by relevance
335 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local374 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
473 static const int32_t subLen = 3; in uloc_getDisplayName() local544 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()727 patPos+=subLen; in uloc_getDisplayName()
484 static const int32_t subLen = 3; in uloc_getDisplayName() local554 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()736 patPos+=subLen; in uloc_getDisplayName()
496 static const int32_t subLen = 3; in uloc_getDisplayName() local566 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()748 patPos+=subLen; in uloc_getDisplayName()
1126 const subLen = toIndex - fromIndex - 1; constant1127 const subItem = item.substr(fromIndex + 1, subLen).trim();