Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBuffer

160     ucollator = ucol_openRules(rules.getBuffer(), rules.length(),
338 return getEComparisonResult(compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status));
347 return compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status);
380 return getEComparisonResult(ucol_strcoll(ucollator, source.getBuffer(), source.length(),
381 target.getBuffer(), target.length()));
390 return ucol_strcoll(ucollator, source.getBuffer(), source.length(),
391 target.getBuffer(), target.length());
445 return getCollationKey(source.getBuffer(), source.length(), sortkey, status);
524 return ucol_setVariableTop(ucollator, varTop.getBuffer(), varTop.length(), &status);
563 return ucol_getSortKey(ucollator, source.getBuffer(), source.length(), result, resultLength);