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

  /external/icu/icu4c/source/layout/
ArabicLayoutEngine.cpp 156 LEUnicode *tempChars = LE_NEW_ARRAY(LEUnicode, tempGlyphCount);
158 if (tempChars == NULL) {
164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
169 ArabicOpenTypeLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStorage, success);
171 LE_DELETE_ARRAY(tempChars);
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 133 jchar tempChars[strLength];
135 tempChars[i] = strChars[strLength -1 -i];
148 jstring result = env->NewString(tempChars, strLength);

Completed in 63 milliseconds