Searched refs:startOther (Results 1 – 4 of 4) sorted by relevance
186 int startOther,190 int otherLength = endOther - startOther;201 chars[position + i] = sequence.charAt(startOther + i);
188 int startOther,192 int otherLength = endOther - startOther;203 chars[position + i] = sequence.charAt(startOther + i);
195 int32_t startOther, int32_t endOther, Field field, UErrorCode& status) { in splice() argument197 int32_t otherLength = endOther - startOther; in splice()211 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice()
82 int32_t startOther, int32_t endOther, Field field, UErrorCode& status);