OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempChars
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
ArabicLayoutEngine.cpp
154
LEUnicode *
tempChars
= LE_NEW_ARRAY(LEUnicode, tempGlyphCount);
156
if (
tempChars
== NULL) {
162
tempChars
[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
167
ArabicOpenTypeLayoutEngine::mapCharsToGlyphs(
tempChars
, 0, tempGlyphCount, FALSE, TRUE, glyphStorage, success);
169
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 79 milliseconds