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

/external/icu4c/layout/
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.cpp220 const LEUnicode *inChars = &chars[offset]; local
244 inChars = reordered;
260 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/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/chromium_org/third_party/icu/source/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) {
/external/icu4c/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 192 milliseconds