HomeSort by relevance Sort by last modified time
    Searched refs:sourceStart (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.h 66 const char** sourceStart, const char* sourceEnd,
70 const UChar** sourceStart, const UChar* sourceEnd,
UTF8.cpp 129 const UChar** sourceStart, const UChar* sourceEnd,
133 const UChar* source = *sourceStart;
198 *sourceStart = source;
257 const char** sourceStart, const char* sourceEnd,
261 const char* source = *sourceStart;
312 *sourceStart = source;
  /external/clang/include/clang/Basic/
ConvertUTF.h 42 Each routine converts the text between *sourceStart and sourceEnd,
51 After the conversion, *sourceStart and *targetStart are both
56 sourceStart - pointer to a pointer to the source buffer.
131 const UTF8** sourceStart, const UTF8* sourceEnd,
135 const UTF8** sourceStart, const UTF8* sourceEnd,
140 const UTF16** sourceStart, const UTF16* sourceEnd,
144 const UTF32** sourceStart, const UTF32* sourceEnd,
148 const UTF16** sourceStart, const UTF16* sourceEnd,
152 const UTF32** sourceStart, const UTF32* sourceEnd,
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 34 Each routine converts the text between *sourceStart and sourceEnd,
43 After the conversion, *sourceStart and *targetStart are both
48 sourceStart - pointer to a pointer to the source buffer.
145 const UTF8** sourceStart, const UTF8* sourceEnd,
149 const UTF16** sourceStart, const UTF16* sourceEnd,
153 const UTF8** sourceStart, const UTF8* sourceEnd,
157 const UTF32** sourceStart, const UTF32* sourceEnd,
161 const UTF16** sourceStart, const UTF16* sourceEnd,
165 const UTF32** sourceStart, const UTF32* sourceEnd,
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 53 const UTF32** sourceStart, const UTF32* sourceEnd,
56 const UTF32* source = *sourceStart;
94 *sourceStart = source;
102 const UTF16** sourceStart, const UTF16* sourceEnd,
105 const UTF16* source = *sourceStart;
145 *sourceStart = source;
206 const UTF16** sourceStart, const UTF16* sourceEnd,
209 const UTF16* source = *sourceStart;
268 *sourceStart = source;
330 const UTF8** sourceStart, const UTF8* sourceEnd,
    [all...]
  /external/clang/lib/Basic/
ConvertUTF.c 119 const UTF32** sourceStart, const UTF32* sourceEnd,
122 const UTF32* source = *sourceStart;
160 *sourceStart = source;
168 const UTF16** sourceStart, const UTF16* sourceEnd,
171 const UTF16* source = *sourceStart;
211 *sourceStart = source;
222 const UTF16** sourceStart, const UTF16* sourceEnd,
225 const UTF16* source = *sourceStart;
284 *sourceStart = source;
292 const UTF32** sourceStart, const UTF32* sourceEnd,
    [all...]
  /frameworks/base/icu4j/java/android/icu/text/
ArabicShaping.java 78 * @param sourceStart The start of the range of text to convert
97 public int shape(char[] source, int sourceStart, int sourceLength,
102 if (sourceStart < 0 || sourceLength < 0 || sourceStart + sourceLength > source.length) {
103 throw new IllegalArgumentException("bad source start (" + sourceStart +
141 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize);
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/icu4c/common/
ucnv2022.c     [all...]
  /external/aac/libSBRenc/src/
ton_corr.cpp 604 INT sourceStart = hTonCorr->patchParam[i].sourceStartBand;
613 hTonCorr->indexVector[targetStart+k] = sourceStart+k;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/v8/src/
d8.js     [all...]
mirror-debugger.js     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]

Completed in 461 milliseconds