Searched defs:inChars (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
H A DCanonShaping.cpp34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, argument
45 combiningClasses[i] = classTable->getGlyphClass(classTable, (LEGlyphID) inChars[i], success);
73 outChars[i] = inChars[index];
H A DLayoutEngine.cpp222 const LEUnicode *inChars = &chars[offset]; local
246 inChars = reordered;
262 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/
H A Dudataswp.c234 const char *inChars; local
246 inChars=(const char *)inData;
248 while(stringsLength>0 && inChars[stringsLength-1]!=0) {
257 uprv_memcpy((char *)outData+stringsLength, inChars+stringsLength, length-stringsLength);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp976 UBool inChars = TRUE; local
1002 if ((src->parsedToken.charsLen == 0) || inChars) {
1025 if (inChars) {
1187 inChars = FALSE; /* we're now processing expansion */
1205 if(inChars) { /* we're doing characters */
1249 if(inChars) { /* we're doing characters */
1318 if (inChars) {

Completed in 188 milliseconds