HomeSort by relevance Sort by last modified time
    Searched refs:utext_extract (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 224 i = utext_extract(uta, 0, 100, NULL, 0, &status);
230 i = utext_extract(uta, 0, 100, buf, 100, &status);
244 i = utext_extract(uta, -3, 20, buf, 100, &status);
reapits.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 224 i = utext_extract(uta, 0, 100, NULL, 0, &status);
230 i = utext_extract(uta, 0, 100, buf, 100, &status);
244 i = utext_extract(uta, -3, 20, buf, 100, &status);
reapits.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 208 int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
229 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status);
453 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
456 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);
684 int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
    [all...]
rematch.cpp 335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
533 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
    [all...]
repattrn.cpp 539 int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error
544 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning
regexcmp.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 208 int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
229 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status);
453 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
456 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);
686 result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
    [all...]
rematch.cpp 335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
516 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
524 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
    [all...]
repattrn.cpp 539 int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error
544 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning
regexcmp.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 798 len = utext_extract(ut, 0, utlen, buf, bufSize, &status);
805 len = utext_extract(ut, 0, utlen, NULL, 0, &status);
815 len = utext_extract(ut, 0, utlen, buf, 1, &status);
948 int n = utext_extract(ut, 0, 9, buf, 10, &status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 800 len = utext_extract(ut, 0, utlen, buf, bufSize, &status);
807 len = utext_extract(ut, 0, utlen, NULL, 0, &status);
817 len = utext_extract(ut, 0, utlen, buf, 1, &status);
950 int n = utext_extract(ut, 0, 9, buf, 10, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 672 utext_extract(UText *ut,
    [all...]
urename.h 1686 #define utext_extract macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 672 utext_extract(UText *ut,
    [all...]
urename.h 1607 #define utext_extract macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp     [all...]
utext.cpp 422 utext_extract(UText *ut, function
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp     [all...]
utext.cpp 422 utext_extract(UText *ut, function
    [all...]

Completed in 865 milliseconds