HomeSort by relevance Sort by last modified time
    Searched refs:codePoints (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 63 static AK_FORCE_INLINE int getCodePointCount(const int arraySize, const int *const codePoints) {
66 if (codePoints[size] == '\0') {
99 static AK_FORCE_INLINE int attachBeginningOfSentenceMarker(int *const codePoints,
101 if (codePointCount > 0 && codePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
109 memmove(codePoints + 1, codePoints, sizeof(int) * codePointCount);
110 codePoints[0] = CODE_POINT_BEGINNING_OF_SENTENCE;
  /external/chromium_org/third_party/icu/source/samples/props/
props.cpp 53 codePoints[]={
58 for(i=0; i<sizeof(codePoints)/sizeof(codePoints[0]); ++i) {
59 printProps(codePoints[i]);
  /external/icu/icu4c/source/samples/props/
props.cpp 53 codePoints[]={
58 for(i=0; i<sizeof(codePoints)/sizeof(codePoints[0]); ++i) {
59 printProps(codePoints[i]);