Home
last modified time | relevance | path

Searched refs:inChars (Results 1 – 6 of 6) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlStripFunction.java96 char[] inChars = in.toCharArray(); in filter() local
103 for (int i = 0; i < inChars.length; i++) { in filter()
104 char c = inChars[i]; in filter()
140 if (i != inChars.length - 1) { in filter()
DTextHtmlFunction.java209 char[] inChars = in.toCharArray(); in hasAsciiArt() local
214 switch (inChars[x]) { in hasAsciiArt()
223 if (x == 0 || inChars[x - 1] != '.') { in hasAsciiArt()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java412 CharBuffer inChars = inBytes.asCharBuffer(); in read() local
413 data.numScripts = inChars.get(); in read()
419 inChars.get(data.scriptsIndex = new char[data.numScripts + 16]); in read()
420 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
/external/icu/icu4c/source/common/
Dudataswp.cpp236 const char *inChars; in udata_swapInvStringBlock() local
248 inChars=(const char *)inData; in udata_swapInvStringBlock()
250 while(stringsLength>0 && inChars[stringsLength-1]!=0) { in udata_swapInvStringBlock()
259 uprv_memcpy((char *)outData+stringsLength, inChars+stringsLength, length-stringsLength); in udata_swapInvStringBlock()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java413 CharBuffer inChars = inBytes.asCharBuffer(); in read() local
414 data.numScripts = inChars.get(); in read()
420 inChars.get(data.scriptsIndex = new char[data.numScripts + 16]); in read()
421 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
/external/cldr/tools/c/genldml/
Dgenldml.cpp3064 UBool inChars = TRUE; in parseRules() local
3224 inChars = FALSE; /* we're now processing expansion */ in parseRules()