Home
last modified time | relevance | path

Searched refs:oldSource (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java52 int oldSource = source.position(); in decodeLoop() local
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() argument
119 for (i = oldSource; i < limit && (((ch = (sourceArray[i] & 0xff)) & 0x80) == 0); i++) in decodeLoopCoreOptimized()
202 int oldSource = source.position(); in encodeLoop() local
222 int sourceIndex = oldSource + sourceOffset; in encodeLoop()
223 int sourceLength = source.limit() - oldSource; in encodeLoop()
[all …]
DCharset88591.java32 byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) { in decodeLoopCoreOptimized() argument
38 for (int i = oldSource; i < limit; i++) in decodeLoopCoreOptimized()
71 char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, in encodeLoopCoreOptimized() argument
79 for (i = oldSource; i < limit; i++) { in encodeLoopCoreOptimized()
/external/cldr/tools/java/org/unicode/cldr/util/
DVariableReplacer.java26 String oldSource; in replace() local
28 oldSource = source; in replace()
34 } while (!source.equals(oldSource)); in replace()
DVettingViewer.java1020 Set<Set<String>> oldSource = new LinkedHashSet<>(); in gatherCodes() local
1024 oldSource.clear(); in gatherCodes()
1025 oldSource.addAll(source); in gatherCodes()
1028 for (Set<String> ss : oldSource) { in gatherCodes()
1041 } while (oldSource.size() != source.size()); in gatherCodes()
DCldrUtility.java114 String oldSource; in replace() local
116 oldSource = source; in replace()
122 } while (!source.equals(oldSource)); in replace()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DExternalUnitConversionData.java72 String oldSource = source; in extractUnit() local
115 source = replaceWhole(oldSource, source, changes); in extractUnit()
133 oldSource = source; in extractUnit()
150 source = replaceWhole(oldSource, source, changes); in extractUnit()
/external/antlr/runtime/C/src/
Dantlr3convertutf.c109 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
140 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32()
216 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
257 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
/external/unicode/
DConvertUTF.c118 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
149 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32()
225 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
276 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
/external/google-breakpad/src/common/
Dconvert_UTF.cc138 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
169 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF32()
248 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
289 source = oldSource; /* Back up source pointer! */ in ConvertUTF16toUTF8()
/external/llvm/lib/Support/
DConvertUTF.c175 … 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()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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()
/external/llvm-project/llvm/lib/Support/
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()