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

  /external/icu4c/common/
unistr_case.cpp 60 const UChar *chars = getArrayStart();
126 oldArray = getArrayStart();
146 newLength = ustr_toLower(csp, getArrayStart(), getCapacity(),
150 newLength = ustr_toUpper(csp, getArrayStart(), getCapacity(),
157 newLength = ustr_toTitle(csp, getArrayStart(), getCapacity(),
162 newLength = ustr_foldCase(csp, getArrayStart(), getCapacity(),
unistr_props.cpp 32 UChar *array = getArrayStart();
unistr.cpp 169 UChar *array = getArrayStart();
290 u_charsToUChars(src, getArrayStart(), length);
516 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
589 const UChar *chars = getArrayStart();
667 int32_t diff = uprv_strCompare(getArrayStart() + start, length, srcChars + srcStart, srcLength, FALSE, TRUE);
695 return u_countChar32(getArrayStart()+start, length);
702 return u_strHasMoreChar32Than(getArrayStart()+start, length, number);
715 const UChar *array = getArrayStart();
735 const UChar *array = getArrayStart();
    [all...]
unistr_cnv.cpp 200 u_UCharsToChars(getArrayStart() + start, target, destLength);
274 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
338 u_charsToUChars(codepageData, getArrayStart(), dataLength);
402 array = getArrayStart();
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 127 milliseconds