OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APOSTROPHE
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/icu/source/common/
util.cpp
20
static const UChar
APOSTROPHE
= 0x0027; // '\''
113
} else if (c ==
APOSTROPHE
) {
115
&& text.charAt(i) !=
APOSTROPHE
) {}
310
// We prefer backslash
APOSTROPHE
to double
APOSTROPHE
315
// If the first thing in the quoteBuf is
APOSTROPHE
318
quoteBuf.charAt(0) ==
APOSTROPHE
&&
319
quoteBuf.charAt(1) ==
APOSTROPHE
) {
320
rule.append(BACKSLASH).append(
APOSTROPHE
);
323
// If the last thing in the quoteBuf is
APOSTROPHE
[
all
...]
/external/icu4c/common/
util.cpp
21
static const UChar
APOSTROPHE
= 0x0027; // '\''
114
} else if (c ==
APOSTROPHE
) {
116
&& text.charAt(i) !=
APOSTROPHE
) {}
306
// We prefer backslash
APOSTROPHE
to double
APOSTROPHE
311
// If the first thing in the quoteBuf is
APOSTROPHE
314
quoteBuf.charAt(0) ==
APOSTROPHE
&&
315
quoteBuf.charAt(1) ==
APOSTROPHE
) {
316
rule.append(BACKSLASH).append(
APOSTROPHE
);
319
// If the last thing in the quoteBuf is
APOSTROPHE
[
all
...]
/frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java
155
final String
APOSTROPHE
= "''";
165
verifyWordLimits(
APOSTROPHE
, 1, -1, -1);
/external/icu4c/i18n/
reldtfmt.cpp
132
static const UChar
APOSTROPHE
= (UChar)0x0027;
166
relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2)); // double any existing
APOSTROPHE
167
relativeDayString.insert(0,
APOSTROPHE
); // add
APOSTROPHE
at beginning...
168
relativeDayString.append(
APOSTROPHE
); // and at end
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java
189
// Filter out words that don't start with a letter or an
apostrophe
296
AndroidSpellCheckerService.
APOSTROPHE
, AndroidSpellCheckerService.SINGLE_QUOTE);
AndroidSpellCheckerService.java
87
public static final String
APOSTROPHE
= "\u2019";
/external/qemu/android/
hw-events.h
95
KEY_CODE(
APOSTROPHE
,40) \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/srec/config/en.us/dictionary/
c0.6
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 121 milliseconds