Home
last modified time | relevance | path

Searched refs:oldSource (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetASCII.java52 int oldSource = source.position(); in decodeLoop()
64 int sourceIndex = oldSource + sourceOffset; in decodeLoop()
65 int sourceLength = source.limit() - oldSource; in decodeLoop()
83 source.position(oldSource + sourceLength); in decodeLoop()
87 source.position(oldSource + targetLength); in decodeLoop()
112 byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) { in decodeLoopCoreOptimized()
119 for (i = oldSource; i < limit && (((ch = (sourceArray[i] & 0xff)) & 0x80) == 0); i++) in decodeLoopCoreOptimized()
202 int oldSource = source.position(); in encodeLoop()
222 int sourceIndex = oldSource + sourceOffset; in encodeLoop()
223 int sourceLength = source.limit() - oldSource; in encodeLoop()
111 decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) decodeLoopCoreOptimized() argument
271 encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, boolean flush) encodeLoopCoreOptimized() argument
[all...]
H A DCharset88591.java32 byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) { in decodeLoopCoreOptimized()
38 for (int i = oldSource; i < limit; i++) in decodeLoopCoreOptimized()
71 char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, in encodeLoopCoreOptimized()
79 for (i = oldSource; i < limit; i++) { in encodeLoopCoreOptimized()
31 decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) decodeLoopCoreOptimized() argument
70 encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, boolean flush) encodeLoopCoreOptimized() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTF.cpp175 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
206 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32()
232 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
273 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DConvertUTF.cpp201 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
232 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32()
258 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
299 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc60 const UChar* oldSource = in convertUTF16ToUTF8() local
106 source = oldSource; // Back up source pointer! in convertUTF16ToUTF8()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 6 milliseconds