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

  /external/icu4c/test/intltest/
dadrcoll.cpp 95 UChar32 currChar = 0;
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 == CharacterIterator::DONE)
    [all...]
  /external/icu4c/layout/
ThaiShaping.cpp 145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
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...]
ThaiShaping.h 82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
  /external/icu4c/test/cintltst/
uenumtst.c 40 char *currChar;
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/
HTMLIndexes.java 128 private void generateLetterIndex(List list, char currChar, boolean larger) {
146 if (Character.toUpperCase(sw) != Character.toUpperCase(currChar)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 509 milliseconds