Home
last modified time | relevance | path

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

/external/icu4c/layout/
DThaiShaping.cpp145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputI… in doTransition() argument
153 outputBuffer[outputIndex++] = currChar; in doTransition()
158 outputBuffer[outputIndex++] = currChar; in doTransition()
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet); in doTransition()
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet); in doTransition()
173 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet); in doTransition()
178 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet); in doTransition()
190 outputBuffer[outputIndex++] = currChar; in doTransition()
195 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet); in doTransition()
204 outputBuffer[outputIndex++] = currChar; in doTransition()
[all …]
DThaiShaping.h82 …static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, …
/external/chromium/third_party/icu/source/test/intltest/
Ddadrcoll.cpp95 UChar32 currChar = 0; in getNextInSequence() local
97 while(currChar != CharacterIterator::DONE) { in getNextInSequence()
98 currChar= seq.next32PostInc(); in getNextInSequence()
100 if(u_isWhitespace(currChar)) { in getNextInSequence()
103 switch(currChar) { in getNextInSequence()
108 currChar = CharacterIterator::DONE; in getNextInSequence()
112 currChar = CharacterIterator::DONE; in getNextInSequence()
116 currChar = CharacterIterator::DONE; in getNextInSequence()
127 el.source.append(currChar); in getNextInSequence()
130 if(currChar == CharacterIterator::DONE) { in getNextInSequence()
[all …]
/external/icu4c/test/intltest/
Ddadrcoll.cpp95 UChar32 currChar = 0; in getNextInSequence() local
97 while(currChar != CharacterIterator::DONE) { in getNextInSequence()
98 currChar= seq.next32PostInc(); in getNextInSequence()
100 if(u_isWhitespace(currChar)) { in getNextInSequence()
103 switch(currChar) { in getNextInSequence()
108 currChar = CharacterIterator::DONE; in getNextInSequence()
112 currChar = CharacterIterator::DONE; in getNextInSequence()
116 currChar = CharacterIterator::DONE; in getNextInSequence()
127 el.source.append(currChar); in getNextInSequence()
130 if(currChar == CharacterIterator::DONE) { in getNextInSequence()
[all …]
/external/icu4c/test/cintltst/
Duenumtst.c40 char *currChar; member
73 cont->currChar = (cont->array)[cont->currIndex]; in chArrayUNext()
74 *resultLength = (int32_t)strlen(cont->currChar); in chArrayUNext()
75 u_charsToUChars(cont->currChar, cont->currUChar, *resultLength); in chArrayUNext()
86 cont->currChar = (cont->array)[cont->currIndex]; in chArrayNext()
87 *resultLength = (int32_t)strlen(cont->currChar); in chArrayNext()
89 return cont->currChar; in chArrayNext()
/external/chromium/third_party/icu/source/test/cintltst/
Duenumtst.c40 char *currChar; member
73 cont->currChar = (cont->array)[cont->currIndex]; in chArrayUNext()
74 *resultLength = (int32_t)strlen(cont->currChar); in chArrayUNext()
75 u_charsToUChars(cont->currChar, cont->currUChar, *resultLength); in chArrayUNext()
86 cont->currChar = (cont->array)[cont->currIndex]; in chArrayNext()
87 *resultLength = (int32_t)strlen(cont->currChar); in chArrayNext()
89 return cont->currChar; in chArrayNext()
/external/jdiff/src/jdiff/
DHTMLIndexes.java128 private void generateLetterIndex(List list, char currChar, boolean larger) { in generateLetterIndex() argument
146 if (Character.toUpperCase(sw) != Character.toUpperCase(currChar)) { in generateLetterIndex()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm1476 UChar& currChar = result[i / bitsPerUChar];
1477 currChar = (currChar << 1) | m_replicaBranches[i];