HomeSort by relevance Sort by last modified time
    Searched full:isbreak (Results 1 - 8 of 8) sorted by null

  /frameworks/minikin/tests/unittest/
GraphemeBreakTests.cpp 27 bool IsBreak(const char* src) {
46 EXPECT_FALSE(IsBreak("U+D83C | U+DC31")); // emoji, U+1F431
49 EXPECT_TRUE(IsBreak("U+D800 | U+D800")); // two leading surrogates
50 EXPECT_TRUE(IsBreak("U+DC00 | U+DC00")); // two trailing surrogates
51 EXPECT_TRUE(IsBreak("'a' | U+D800")); // lonely leading surrogate
52 EXPECT_TRUE(IsBreak("U+DC00 | 'a'")); // lonely trailing surrogate
53 EXPECT_TRUE(IsBreak("U+D800 | 'a'")); // leading surrogate followed by non-surrogate
54 EXPECT_TRUE(IsBreak("'a' | U+DC00")); // non-surrogate followed by trailing surrogate
59 EXPECT_TRUE(IsBreak("| 'a'"));
60 EXPECT_TRUE(IsBreak("'a' |"))
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturn005Test.java 98 String isBreak = synchronizer.receiveMessage();
100 if (!isBreak.equals("TRUE")) {
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithm.java 94 if (isBreak(thisType, lastType, nextType) &&
110 private static boolean isBreak(int thisType, int prevType, int nextType) {
  /external/one-true-awk/
awk.h 186 #define isbreak(n) ((n)->csub == JBREAK) macro
run.c 201 if (isbreak(x) || isnext(x) || iscont(x))
1389 if (isbreak(x)) {
1405 if (isbreak(x))
1430 if (isbreak(x)) /* turn off break */
    [all...]
  /external/swiftshader/src/Shader/
Shader.hpp 510 bool isBreak() const;
Shader.cpp 1108 bool Shader::Instruction::isBreak() const
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 778 boolean isBreak = false;
841 isBreak = true;
846 if (!isBreak && !mCreateCandidateDone) {
    [all...]

Completed in 202 milliseconds