Searched refs:unichar (Results 51 - 75 of 76) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m343 unichar charLA3 = [input LA:1];
/external/skia/src/ports/
H A DSkFontHost_android.cpp1165 SkUnichar unichar = 0; local
1169 unichar = HB_UnicodeMappingArray[i].unicode;
1173 return unichar;
1217 SkUnichar unichar = getUnicodeFromHBScript(script); local
1218 if (!unichar) {
1221 SkFontID newFontID = findFontIDForChar(unichar, style, fontVariant);
H A DSkFontHost_mac_coretext.cpp1538 UniChar unichar = 0; local
1541 if (CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1542 out[glyph] = unichar;
1545 if (++unichar == 0) {
1589 UniChar unichar = static_cast<UniChar>((i << 3) + j); local
1591 &unichar, &glyph, 1)) {
1592 out[glyph] = unichar;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCParser.m34 const static unichar dfa2_min[13] =
36 const static unichar dfa2_max[13] =
913 unichar charLA7 = [input LA:1];
1361 unichar charLA10 = [input LA:1];
H A DSimpleCLexer.m746 unichar charLA4 = [input LA:1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m532 unichar charLA4 = [input LA:1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.m354 unichar charLA2 = [input LA:1];
831 unichar charLA6 = [input LA:1];
1008 unichar charLA7 = [input LA:1];
H A DSimpleCLexer.m738 unichar charLA4 = [input LA:1];
H A DSimpleCParser.m34 const static unichar dfa2_min[13] =
36 const static unichar dfa2_max[13] =
2115 unichar charLA7 = [input LA:1];
2968 unichar charLA11 = [input LA:1];
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp382 evt.data.key.unichar = pke->unichar();
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm56 const unichar WebNextLineCharacter = 0x0085;
733 unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
752 unichar c = NSLineSeparatorCharacter;
771 unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
850 unichar c = ((level % 2) == 0) ? (opening ? 0x201c : 0x201d) : (opening ? 0x2018 : 0x2019);
1328 unichar c;
1366 unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
1390 unichar c = [instr characterAtIndex:0];
1397 unichar buffer[TextBufferSize + 1];
1403 unichar
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m974 unichar charLA25 = [input LA:1];
1906 unichar charLA38 = [input LA:1];
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h590 unichar.
591 If bounds is not null, returns the array of bounds for each unichar.
973 int32_t unichar; // 0 if there is no value member in struct:ANPEvent::__anon14753::__anon14754
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m311 unichar c = [string length] > 0 ? [string characterAtIndex:0] : 0;
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DSimpleFontDataMac.mm430 NSString *string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(characters) length:length freeWhenDone:NO];
/external/webkit/Source/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm203 unichar c = [s characterAtIndex:0];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebTextCompletionController.mm259 unichar c = [string characterAtIndex:0];
H A DWebPDFView.mm86 - (NSEvent *)_fakeKeyEventWithFunctionKey:(unichar)functionKey;
1086 - (NSEvent *)_fakeKeyEventWithFunctionKey:(unichar)functionKey
H A DWebHTMLView.mm1065 const unichar NonBreakingSpaceCharacter = 0xA0;
/external/webkit/Source/WebKit2/Shared/mac/
H A DWebEventFactory.mm304 unichar c = [s characterAtIndex:0];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m61 const static unichar dfa38_min[19] =
63 const static unichar dfa38_max[19] =
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg1014 const static unichar <name>dfa<dfa.decisionNumber>_min[<dfa.numberOfStates>] = {
1017 const static unichar <name>dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] = {
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLExtras.mm189 unichar c = [string characterAtIndex:hostNameOrStringStart.location];
959 unichar lastChar = [self characterAtIndex:length - 1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.m62 const static unichar dfa2_min[13] =
64 const static unichar dfa2_max[13] =
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4521 jint unichar, jint repeatCount, jboolean isShift, jboolean isAlt,
4526 unichar, repeatCount, isDown, isShift, isAlt, isSym));
4520 Key(JNIEnv* env, jobject obj, jint nativeClass, jint keyCode, jint unichar, jint repeatCount, jboolean isShift, jboolean isAlt, jboolean isSym, jboolean isDown) argument

Completed in 411 milliseconds

1234