/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
LocaleSyntaxException.java | 23 public LocaleSyntaxException(String msg, int errorIndex) { 25 _index = errorIndex;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
LocaleSyntaxException.java | 19 public LocaleSyntaxException(String msg, int errorIndex) { 21 _index = errorIndex;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
LocaleSyntaxException.java | 19 public LocaleSyntaxException(String msg, int errorIndex) { 21 _index = errorIndex;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
IllformedLocaleException.java | 49 * @param errorIndex the index 51 public IllformedLocaleException(String message, int errorIndex) { 52 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); 53 _errIdx = errorIndex;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
IllformedLocaleException.java | 50 * @param errorIndex the index 53 public IllformedLocaleException(String message, int errorIndex) { 54 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); 55 _errIdx = errorIndex;
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
ParseStatus.java | 36 int errorIndex; 45 errorIndex = -1; 50 return (errorIndex >= 0); 54 return errorIndex;
|
LocaleSyntaxException.java | 44 public LocaleSyntaxException(String msg, int errorIndex) { 46 index = errorIndex;
|
LanguageTag.java | 213 sts.errorIndex = itr.currentStart(); 362 sts.errorIndex = start; 405 sts.errorIndex = start;
|
/external/icu/icu4c/source/common/unicode/ |
parsepos.h | 11 * 07/17/98 stephen Added errorIndex support. 56 errorIndex(-1) 67 errorIndex(-1) 78 errorIndex(copy.errorIndex) 178 int32_t errorIndex; 186 errorIndex = copy.errorIndex; 193 if(index != copy.index || errorIndex != copy.errorIndex) [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
IllformedLocaleException.java | 53 * @param errorIndex the index 57 public IllformedLocaleException(String message, int errorIndex) { 58 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); 59 _errIdx = errorIndex;
|
/libcore/ojluni/src/main/java/java/util/ |
IllformedLocaleException.java | 74 * @param errorIndex the index 76 public IllformedLocaleException(String message, int errorIndex) { 77 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); 78 _errIdx = errorIndex;
|
/libcore/ojluni/src/main/java/java/text/ |
ParsePosition.java | 66 int errorIndex = -1; 98 errorIndex = ei; 108 return errorIndex; 119 return (index == other.index && errorIndex == other.errorIndex); 127 return (errorIndex << 16) | index; 137 ",errorIndex=" + errorIndex + ']';
|
ChoiceFormat.java | 405 * status.index is unchanged and status.errorIndex is set to the 429 status.errorIndex = furthest;
|
MessageFormat.java | [all...] |
SimpleDateFormat.java | [all...] |
Format.java | 246 pos.errorIndex);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc1157.py | 31 class ErrorIndex(univ.Integer): pass 45 namedtype.NamedType('error-index', ErrorIndex()),
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mgmtapi.h | 33 SNMPAPI SNMP_FUNC_TYPE SnmpMgrRequest(LPSNMP_MGR_SESSION session,BYTE requestType,RFC1157VarBindList *variableBindings,AsnInteger *errorStatus,AsnInteger *errorIndex);
|
eventsys.h | 187 virtual HRESULT WINAPI Query(BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface) = 0; 189 virtual HRESULT WINAPI Remove(BSTR progID,BSTR queryCriteria,int *errorIndex) = 0; 204 HRESULT (WINAPI *Query)(IEventSystem *This,BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface); 206 HRESULT (WINAPI *Remove)(IEventSystem *This,BSTR progID,BSTR queryCriteria,int *errorIndex); 223 #define IEventSystem_Query(This,progID,queryCriteria,errorIndex,ppInterface) (This)->lpVtbl->Query(This,progID,queryCriteria,errorIndex,ppInterface) 225 #define IEventSystem_Remove(This,progID,queryCriteria,errorIndex) (This)->lpVtbl->Remove(This,progID,queryCriteria,errorIndex) 231 HRESULT WINAPI IEventSystem_Query_Proxy(IEventSystem *This,BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface); 235 HRESULT WINAPI IEventSystem_Remove_Proxy(IEventSystem *This,BSTR progID,BSTR queryCriteria,int *errorIndex); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
ParsePositionTest.java | 100 "java.text.ParsePosition[index=2147483647,errorIndex=-1]", pp.toString());
|
/external/tcpdump/ |
print-snmp.c | 1339 /* errorIndex (Integer) */ 1343 ND_PRINT((ndo, "[errorIndex!=INT]")); 1350 ND_PRINT((ndo, "[errorIndex(%d)!=0]", elem.data.integer)); 1355 ND_PRINT((ndo, "[errorIndex(%d) w/o errorStatus]", elem.data.integer)); 1361 ND_PRINT((ndo, "[errorIndex==0]")); [all...] |
/external/icu/icu4c/source/i18n/ |
rbnf.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmrgts.cpp | [all...] |
msfmrgts.cpp | 823 * MessageFormat.parse incorrectly sets errorIndex. [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
MessageRegression.java | 488 * MessageFormat.parse incorrectly sets errorIndex. [all...] |