Searched refs:bufferText (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | regextst.cpp | 4909 UText bufferText = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local 4911 utext_openUnicodeString(&bufferText, &buffer, &status); in PreAllocatedUTextCAPI() 4933 resultText = uregex_getUText(re, &bufferText, &status); in PreAllocatedUTextCAPI() 4935 REGEX_ASSERT(resultText == &bufferText); in PreAllocatedUTextCAPI() 4940 resultText = uregex_getUText(re, &bufferText, &status); in PreAllocatedUTextCAPI() 4942 REGEX_ASSERT(resultText == &bufferText); in PreAllocatedUTextCAPI() 4949 resultText = uregex_getUText(re, &bufferText, &status); in PreAllocatedUTextCAPI() 4951 REGEX_ASSERT(resultText == &bufferText); in PreAllocatedUTextCAPI() 4980 actual = uregex_groupUTextDeep(re, 0, &bufferText, &status); in PreAllocatedUTextCAPI() 4982 REGEX_ASSERT(actual == &bufferText); in PreAllocatedUTextCAPI() [all …]
|