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

  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 417 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
495 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
558 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
569 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 415 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
493 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
556 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
567 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status);
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]
repattrn.cpp 71 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus);
uregex.cpp 747 dest = utext_clone(NULL, &groupText, TRUE, FALSE, status);
    [all...]
regexcmp.cpp 141 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp 238 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status);
365 fText = utext_clone(fText, ut, FALSE, TRUE, &status);
393 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
504 fText = utext_clone(fText, input, FALSE, TRUE, &status);
    [all...]
utext.cpp 518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { function
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 87 /* utext_clone() */
97 utb = utext_clone(NULL, uta, FALSE, FALSE, &status);
  /external/icu/icu4c/source/common/
rbbi.cpp 238 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status);
365 fText = utext_clone(fText, ut, FALSE, TRUE, &status);
393 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
504 fText = utext_clone(fText, input, FALSE, TRUE, &status);
    [all...]
utext.cpp 518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { function
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 87 /* utext_clone() */
97 utb = utext_clone(NULL, uta, FALSE, FALSE, &status);
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp     [all...]
repattrn.cpp 71 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus);
uregex.cpp 744 dest = utext_clone(NULL, &groupText, TRUE, FALSE, status);
    [all...]
regexcmp.cpp 141 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
    [all...]
urename.h 1681 #define utext_clone macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
    [all...]
urename.h 1602 #define utext_clone macro
    [all...]

Completed in 1103 milliseconds