• Home
  • Raw
  • Download

Lines Matching +defs:array +defs:length

157     int32_t length = count;  in UnicodeString()  local
162 UChar *array = getArrayStart(); in UnicodeString() local
175 int32_t length = count * 2; in UnicodeString() local
180 UChar *array = getArrayStart(); in UnicodeString() local
265 UnicodeString::UnicodeString(const char *src, int32_t length, EInvariant) { in UnicodeString()
381 int32_t *array = (int32_t *) uprv_malloc(numBytes); in allocate() local
450 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { in fromUTF32()
628 const UChar *array = getBuffer(); in unescape() local
666 int32_t length, in doCompare()
745 int32_t length, in doCompareCodePointOrder()
792 const UChar *array = getArrayStart(); in char32At() local
804 const UChar *array = getArrayStart(); in getChar32Start() local
816 const UChar *array = getArrayStart(); in getChar32Limit() local
832 UnicodeString::hasMoreChar32Than(int32_t start, int32_t length, int32_t number) const { in hasMoreChar32Than()
848 const UChar *array = getArrayStart(); in moveIndex32() local
860 int32_t length, in doExtract()
868 const UChar *array = getArrayStart(); in doExtract() local
882 const UChar *array = getArrayStart(); in extract() local
895 int32_t length, in extract()
918 const UChar *array = getBuffer(); // not getArrayStart() to check kIsBogus & kOpenGetBuffer in tempSubString() local
1044 const UChar *array = getArrayStart(); in indexOf() local
1062 const UChar *array = getArrayStart(); in doIndexOf() local
1079 const UChar *array = getArrayStart(); in doIndexOf() local
1108 const UChar *array = getArrayStart(); in lastIndexOf() local
1130 const UChar *array = getArrayStart(); in doLastIndexOf() local
1147 const UChar *array = getArrayStart(); in doLastIndexOf() local
1162 int32_t length, in findAndReplace()
1222 UChar *array = getArrayStart(); in getTerminatedBuffer() local
1331 int32_t length = utf8.length(); in setToUTF8() local
1398 int32_t length, in doReplace()
1413 int32_t length, in doReplace()
1650 UnicodeString::doReverse(int32_t start, int32_t length) { in doReverse()
1704 UChar *array = getArrayStart(); in padLeading() local
1726 UChar *array = getArrayStart(); in padTrailing() local
1727 int32_t length = targetLength; in padTrailing() local
1773 const UChar *array=getArrayStart(), *p=array, *limit=array+capacity; in releaseBuffer() local
1917 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()