/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | utexttst.c | 71 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 94 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 116 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 191 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI() 219 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 238 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI() 262 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
|
D | cbiapts.c | 337 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 72 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 95 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 117 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 192 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI() 220 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI() 239 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI() 263 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
|
D | cbiapts.c | 345 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI() 851 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh() 864 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
|
D | reapits.c | 1606 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI() 1803 utext_openUChars(&groupText, groupChars, len16, &shallowStatus); in TestUTextAPI() 2217 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput() 2229 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | utxttest.cpp | 191 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 202 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 869 utext_openUChars(&uniCharText, uniChars, -1, &status); in ComparisonTest() 1038 utext_openUChars(&mixed, _mixed, -1, &status); in ComparisonTest() 1039 utext_openUChars(&otherDefault, _otherDefault, -1, &status); in ComparisonTest() 1040 utext_openUChars(&otherExcludeSpecialI, _otherExcludeSpecialI, -1, &status); in ComparisonTest() 1041 utext_openUChars(&different, _different, -1, &status); in ComparisonTest() 1140 utext_openUChars(&before, _before, -1, &status); in ComparisonTest() 1141 utext_openUChars(&after, _after, -1, &status); in ComparisonTest() 1188 utext_openUChars(&before, _before, -1, &status); in ComparisonTest() [all …]
|
/external/chromium_org/third_party/icu/patches/ |
D | utext.patch | 23 uta = utext_openUChars(NULL, uString, -1, &status); 31 + uta = utext_openUChars(NULL, uString2Ptr, -1, &status);
|
D | ubrk.patch | 18 utext_openUChars(&ut, text, textLength, status);
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 191 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 202 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 894 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest() 912 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest() 916 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest() 979 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest() 1225 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1279 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1434 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847()
|
D | rbbiapts.cpp | 1149 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText() 1163 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 149 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open() 232 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText() 393 utext_openUChars(&input, text, textLength, status); in uregex_setText() 708 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText() 727 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUTextDeep() 739 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUTextDeep() 746 utext_openUChars(&groupText, ®exp->fText[startIx], endIx - startIx, status); in uregex_groupUTextDeep()
|
D | regexst.cpp | 223 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
|
D | rematch.cpp | 1212 return utext_openUChars(NULL, NULL, 0, &status); in group() 1223 utext_openUChars(&groupText, fInputText->chunkContents+s, e-s, &status); in group() 1246 utext_openUChars(&groupText, groupChars, len16, &status); in group() 2072 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2092 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2112 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2130 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2160 dest[i] = utext_openUChars(NULL, NULL, 0, &status); in split() 2181 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2200 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uregex.cpp | 148 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open() 231 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText() 392 utext_openUChars(&input, text, textLength, status); in uregex_setText() 687 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText() 706 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUTextDeep() 718 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUTextDeep() 725 utext_openUChars(&groupText, ®exp->fText[startIx], endIx - startIx, status); in uregex_groupUTextDeep()
|
D | regexst.cpp | 220 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
|
D | rematch.cpp | 1143 return (dest) ? dest : utext_openUChars(NULL, NULL, 0, &status); in group() 1211 return utext_openUChars(NULL, NULL, 0, &status); in group() 1233 return utext_openUChars(NULL, NULL, 0, &status); in group() 1244 utext_openUChars(&groupText, fInputText->chunkContents+s, e-s, &status); in group() 1267 utext_openUChars(&groupText, groupChars, len16, &status); in group() 2068 … utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2088 … utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2108 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() 2126 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split() 2171 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | ubrk.cpp | 178 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | rbbi.cpp | 244 fText = utext_openUChars(NULL, NULL, 0, &status); in init() 421 fText = utext_openUChars(fText, NULL, 0, &status); in adoptText()
|
D | triedict.cpp | 102 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary() 113 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary() 201 fIter = utext_openUChars(fIter, word, length, &status); in addWord()
|
/external/icu/icu4c/source/common/ |
D | ubrk.cpp | 169 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
|
D | rbbi.cpp | 273 fText = utext_openUChars(NULL, NULL, 0, &status); in init() 450 fText = utext_openUChars(fText, NULL, 0, &status); in adoptText()
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 449 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call() 598 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utext.h | 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 511 utext_openUChars(&uText, string, length, &errorCode); in setText16()
|