Searched refs:inChars (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
H A DCanonShaping.h22 static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
H A DCanonShaping.cpp34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, argument
45 combiningClasses[i] = classTable->getGlyphClass((LEGlyphID) inChars[i]);
73 outChars[i] = inChars[index];
H A DLayoutEngine.cpp216 const LEUnicode *inChars = &chars[offset]; local
240 inChars = reordered;
256 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlStripFunction.java96 char[] inChars = in.toCharArray();
103 for (int i = 0; i < inChars.length; i++) {
104 char c = inChars[i];
140 if (i != inChars.length - 1) {
H A DTextHtmlFunction.java209 char[] inChars = in.toCharArray();
214 switch (inChars[x]) {
223 if (x == 0 || inChars[x - 1] != '.') {
/external/icu4c/common/
H A Dudataswp.c185 const char *inChars; local
197 inChars=(const char *)inData;
199 while(stringsLength>0 && inChars[stringsLength-1]!=0) {
208 uprv_memcpy((char *)outData+stringsLength, inChars+stringsLength, length-stringsLength);
/external/icu4c/i18n/
H A Ducol_tok.cpp982 UBool inChars = TRUE; local
1008 if ((src->parsedToken.charsLen == 0) || inChars) {
1031 if (inChars) {
1193 inChars = FALSE; /* we're now processing expansion */
1211 if(inChars) { /* we're doing characters */
1255 if(inChars) { /* we're doing characters */
1324 if (inChars) {

Completed in 128 milliseconds