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

  /external/icu4c/common/
mutex.cpp 58 * fInstance=NULL && U_SUCCESS(fErrorCode)
61 * fInstance!=NULL && U_SUCCESS(fErrorCode)
64 * fInstance=NULL && U_FAILURE(fErrorCode)
68 * fErrorCode changes at most twice (intial->failed->succeeded).
87 // The read access to fErrorCode is thread-unsafe, but harmless because
90 UErrorCode localErrorCode=ANNOTATE_UNPROTECTED_READ(fErrorCode);
110 // Set fErrorCode on the off-chance that a previous instance creation failed.
111 fErrorCode=errorCode;
117 if(fInstance==NULL && U_SUCCESS(fErrorCode) && U_FAILURE(errorCode)) {
119 fErrorCode=errorCode
    [all...]
mutex.h 147 UErrorCode fErrorCode;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/jdiff/
xerces.jar 

Completed in 43 milliseconds