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

  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 686 UErrorCode emptyTextStatus = U_ZERO_ERROR;
687 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
705 UErrorCode emptyTextStatus = U_ZERO_ERROR;
706 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
717 UErrorCode emptyTextStatus = U_ZERO_ERROR;
718 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 707 UErrorCode emptyTextStatus = U_ZERO_ERROR;
708 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
726 UErrorCode emptyTextStatus = U_ZERO_ERROR;
727 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
738 UErrorCode emptyTextStatus = U_ZERO_ERROR;
739 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus));
    [all...]

Completed in 528 milliseconds