Searched refs:alef (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_arabic.cpp164 wchar_t GetArabicFromAlefTable(wchar_t alef) { argument
168 if (v.wAlef == alef)
171 return alef;
/external/icu/icu4c/source/i18n/
H A Dcsrsbcs.h64 int32_t alef; member in class:NGramParser_IBM420
H A Dcsrsbcs.cpp168 alef = 0x00;
200 alef = isLamAlef(det->fInputBytes[byteIndex]);
201 if(alef != 0x00)
227 if(alef != 0x00){
228 mb = charMap[alef & 0xFF];
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_sbcs.java171 private byte alef = 0x00; field in class:CharsetRecog_sbcs.NGramParser_IBM420
224 alef = isLamAlef(det.fInputBytes[byteIndex]);
225 if(alef != (byte)0x00)
252 if(alef != (byte)0x00){
253 mb = byteMap[alef & 0xFF];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java170 private byte alef = 0x00; field in class:CharsetRecog_sbcs.NGramParser_IBM420
223 alef = isLamAlef(det.fInputBytes[byteIndex]);
224 if(alef != (byte)0x00)
251 if(alef != (byte)0x00){
252 mb = byteMap[alef & 0xFF];

Completed in 265 milliseconds