HomeSort by relevance Sort by last modified time
    Searched defs:convertLamAlef (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ushape.c 134 static const UChar convertLamAlef[] =
914 tempbuffer[j-1] = convertLamAlef[ dest[i] - 0xFEF5 ];
    [all...]
  /external/icu4c/common/
ushape.cpp 137 static const UChar convertLamAlef[] =
914 && dest[i]-0xFEF5u < sizeof(convertLamAlef)/sizeof(convertLamAlef[0]));
915 tempbuffer[j-1] = convertLamAlef[ dest[i] - 0xFEF5 ];
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 194 milliseconds