Searched refs:currChar (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/test/intltest/
H A Ddadrcoll.cpp95 UChar32 currChar = 0; local
97 while(currChar != CharacterIterator::DONE) {
98 currChar= seq.next32PostInc();
100 if(u_isWhitespace(currChar)) {
103 switch(currChar) {
108 currChar = CharacterIterator::DONE;
112 currChar = CharacterIterator::DONE;
116 currChar = CharacterIterator::DONE;
127 el.source.append(currChar);
130 if(currChar
[all...]
/external/icu4c/layout/
H A DThaiShaping.cpp145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, argument
153 outputBuffer[outputIndex++] = currChar;
158 outputBuffer[outputIndex++] = currChar;
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
173 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
178 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
190 outputBuffer[outputIndex++] = currChar;
195 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet);
204 outputBuffer[outputIndex++] = currChar;
[all...]
H A DThaiShaping.h82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
/external/icu4c/test/cintltst/
H A Duenumtst.c40 char *currChar; member in struct:chArrayContext
73 cont->currChar = (cont->array)[cont->currIndex];
74 *resultLength = (int32_t)strlen(cont->currChar);
75 u_charsToUChars(cont->currChar, cont->currUChar, *resultLength);
86 cont->currChar = (cont->array)[cont->currIndex];
87 *resultLength = (int32_t)strlen(cont->currChar);
89 return cont->currChar;
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java128 private void generateLetterIndex(List list, char currChar, boolean larger) { argument
146 if (Character.toUpperCase(sw) != Character.toUpperCase(currChar)) {
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1377 UChar& currChar = result[i / bitsPerUChar]; local
1378 currChar = (currChar << 1) | m_replicaBranches[i];
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5879 milliseconds