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

  /external/icu/icu4c/source/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/icu/icu4c/source/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/guava/guava/lib/
jdiff.jar 

Completed in 81 milliseconds