Home
last modified time | relevance | path

Searched defs:inputChars (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp331 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); in appendReplacement() local
531 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16)); in appendTail() local
1359 UChar *inputChars = result->getBuffer(len16); in input() local
1404 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(input16Len)); in getInput() local
Duregex.cpp456 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(regexp->fTextLength+1)); in uregex_getText() local
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp331 char16_t *inputChars = (char16_t *)uprv_malloc(sizeof(char16_t)*(len16+1)); in appendReplacement() local
531 char16_t *inputChars = (char16_t *)uprv_malloc(sizeof(char16_t)*(len16)); in appendTail() local
1369 char16_t *inputChars = result->getBuffer(len16); in input() local
1414 char16_t *inputChars = (char16_t *)uprv_malloc(sizeof(char16_t)*(input16Len)); in getInput() local
Duregex.cpp456 … char16_t *inputChars = (char16_t *)uprv_malloc(sizeof(char16_t)*(regexp->fTextLength+1)); in uregex_getText() local
/third_party/icu/icu4c/source/i18n/
Drematch.cpp331 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); in appendReplacement() local
531 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16)); in appendTail() local
1369 UChar *inputChars = result->getBuffer(len16); in input() local
1414 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(input16Len)); in getInput() local
Duregex.cpp456 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(regexp->fTextLength+1)); in uregex_getText() local
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp3350 char *patternChars = NULL, *inputChars = NULL; in regex_find() local
4283 char *inputChars = NULL; in PerlTestsUTF8() local