HomeSort by relevance Sort by last modified time
    Searched refs:errorIndex (Results 1 - 25 of 38) sorted by null

1 2

  /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/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;
  /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/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/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;
  /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 + ']';
Format.java 246 pos.errorIndex);
MessageFormat.java     [all...]
ChoiceFormat.java 405 * status.index is unchanged and status.errorIndex is set to the
429 status.errorIndex = furthest;
SimpleDateFormat.java     [all...]
DateFormat.java 359 pos.errorIndex);
    [all...]
NumberFormat.java 352 parsePosition.errorIndex);
    [all...]
  /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/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;
  /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...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 1539 milliseconds

1 2