• Home
  • Raw
  • Download

Lines Matching refs:remainingChars

2121 …                 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1));  in split()  local
2122 if (remainingChars == NULL) { in split()
2127 …utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2129 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()
2132 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
2137 uprv_free(remainingChars); in split()
2160 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
2161 if (remainingChars == NULL) { in split()
2165 …utext_extract(input, nextOutputStringStart, fMatchStart, remainingChars, remaining16Length+1, &sta… in split()
2167 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()
2170 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
2175 uprv_free(remainingChars); in split()
2230 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); in split() local
2231 if (remainingChars == NULL) { in split()
2236 …utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &st… in split()
2238 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()
2241 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
2246 uprv_free(remainingChars); in split()