Searched defs:inchars (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp994 uint32_t inchars=0, total=0; local
1025 inchars += count;
1062 printf("%d Uchars (%d bytes) in, %d chars out.\n", inchars, inchars * sizeof(UChar), total);
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java478 * @param inchars The <code>char[]</code> array containing the number to be converted.
482 public BigDecimal(char inchars[]) { argument
483 this(inchars, 0, inchars.length);
497 * @param inchars The <code>char[]</code> array containing the number to be converted.
503 public BigDecimal(char inchars[], int offset, int length) { argument
526 bad(inchars); // bad conversion (empty string)
531 if (inchars[offset] == ('-')) {
534 bad(inchars); // nothing after sign
537 } else if (inchars[offse
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java490 * @param inchars The <code>char[]</code> array containing the number to be converted.
495 public BigDecimal(char inchars[]) { argument
496 this(inchars, 0, inchars.length);
510 * @param inchars The <code>char[]</code> array containing the number to be converted.
517 public BigDecimal(char inchars[], int offset, int length) { argument
540 bad(inchars); // bad conversion (empty string)
545 if (inchars[offset] == ('-')) {
548 bad(inchars); // nothing after sign
551 } else if (inchars[offse
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java492 * @param inchars The <code>char[]</code> array containing the number to be converted.
497 public BigDecimal(char inchars[]) { argument
498 this(inchars, 0, inchars.length);
512 * @param inchars The <code>char[]</code> array containing the number to be converted.
519 public BigDecimal(char inchars[], int offset, int length) { argument
542 bad(inchars); // bad conversion (empty string)
547 if (inchars[offset] == ('-')) {
550 bad(inchars); // nothing after sign
553 } else if (inchars[offse
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 175 milliseconds