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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUTF16.java62 * <code>offset16</code> and <code>offset32</code> are used to distinguish offsets to UTF-16
725 * @param offset32 UTF-32 offset
727 * @exception IndexOutOfBoundsException If offset32 is out of bounds.
729 public static int findOffsetFromCodePoint(String source, int offset32) { argument
731 int size = source.length(), result = 0, count = offset32;
732 if (offset32 < 0 || offset32 > size) {
733 throw new StringIndexOutOfBoundsException(offset32);
746 throw new StringIndexOutOfBoundsException(offset32);
756 * @param offset32 UT
760 findOffsetFromCodePoint(StringBuffer source, int offset32) argument
793 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java61 * <code>offset16</code> and <code>offset32</code> are used to distinguish offsets to UTF-16
762 * @param offset32 UTF-32 offset
764 * @exception IndexOutOfBoundsException If offset32 is out of bounds.
767 public static int findOffsetFromCodePoint(String source, int offset32) { argument
769 int size = source.length(), result = 0, count = offset32;
770 if (offset32 < 0 || offset32 > size) {
771 throw new StringIndexOutOfBoundsException(offset32);
784 throw new StringIndexOutOfBoundsException(offset32);
794 * @param offset32 UT
799 findOffsetFromCodePoint(StringBuffer source, int offset32) argument
833 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c774 int32_t offset32; local
781 offset32 = 0;
784 && offset32 < (MAX_LENGTH/sizeof(UChar32) - MAX_UTF32_LEN))
790 UTF32_APPEND_CHAR_SAFE(utf32, offset32, MAX_LENGTH, currCh);
794 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
797 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32),
/external/valgrind/coregrind/m_debuginfo/
H A Dreadexidx.c210 UInt offset32 = *(const UInt*)addr; local
211 // sign extend offset32[30:0] to 64 bits -- copy bit 30 to positions
213 ULong offset64 = offset32;
/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 134 milliseconds