OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currChar
(Results
1 - 7
of
7
) 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
;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
750
BluetoothGattCharacteristic
currChar
= null;
766
currChar
= new BluetoothGattCharacteristic(el.uuid, el.id, el.properties, 0);
767
currSrvc.addCharacteristic(
currChar
);
773
currChar
.addDescriptor(new BluetoothGattDescriptor(el.uuid, el.id, 0));
[
all
...]
/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
/external/guice/lib/build/jdiff/
jdiff.jar
Completed in 80 milliseconds