HomeSort by relevance Sort by last modified time
    Searched refs:pErrorCode (Results 151 - 171 of 171) sorted by null

1 2 3 4 5 67

  /external/icu4c/i18n/unicode/
ucol.h 543 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate a failure before the function call.
552 UErrorCode *pErrorCode);
559 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate a failure before the function call.
567 UErrorCode *pErrorCode);
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 114 UErrorCode *pErrorCode) {
118 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
124 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
135 *pErrorCode=U_UNSUPPORTED_ERROR;
152 *pErrorCode=U_UNSUPPORTED_ERROR;
161 UErrorCode *pErrorCode) {
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
    [all...]
ucm.h 172 UErrorCode *pErrorCode);
ucm.c     [all...]
  /external/icu4c/common/
normalizer2impl.cpp     [all...]
ucnvhz.c 575 UErrorCode *pErrorCode) {
583 pErrorCode);
normalizer2impl.h 538 UErrorCode *pErrorCode);
557 unorm_getFCDTrieIndex(UChar32 &fcdHighStart, UErrorCode *pErrorCode);
ubidiimp.h 157 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
ucnv2022.c 410 UErrorCode *pErrorCode)
414 offsets, sourceIndex, pErrorCode);
    [all...]
ucase.c 63 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
64 if(U_FAILURE(*pErrorCode)) {
    [all...]
ucnvisci.c     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 74 UErrorCode *pErrorCode) {
78 if(U_FAILURE(*pErrorCode)) {
95 u_parseDelimitedFile(path, ';', fields, fieldCount, lineFn, context, pErrorCode);
96 if(*pErrorCode==U_FILE_ACCESS_ERROR) {
97 *pErrorCode=U_ZERO_ERROR;
98 u_parseDelimitedFile(backupPath, ';', fields, fieldCount, lineFn, context, pErrorCode);
100 if(U_FAILURE(*pErrorCode)) {
101 log_err_status(*pErrorCode, "error parsing %s: %s\n", filename, u_errorName(*pErrorCode));
    [all...]
cbiditst.c 51 UBiDiLevel direction, UErrorCode *pErrorCode);
    [all...]
udatatst.c 64 UErrorCode *pErrorCode);
    [all...]
ccapitst.c 89 cnv_open(const char *name, UErrorCode *pErrorCode) {
91 return ucnv_openPackage(loadTestData(pErrorCode), name+1, pErrorCode);
93 return ucnv_open(name, pErrorCode);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 673 * @param pErrorCode pointer to the error code. Will be set to
682 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 673 * @param pErrorCode pointer to the error code. Will be set to
682 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);
  /external/icu4c/common/unicode/
uset.h     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
ucurr.cpp     [all...]
ucol_imp.h 534 UErrorCode *pErrorCode);
    [all...]

Completed in 550 milliseconds

1 2 3 4 5 67