Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/external/icu4c/data/unidata/
DSentenceBreakProperty.txt1506 0022 ; Close
1507 0027 ; Close
1508 0028 ; Close
1509 0029 ; Close
1510 005B ; Close
1511 005D ; Close
1512 007B ; Close
1513 007D ; Close
1514 00AB ; Close
1515 00BB ; Close
[all …]
/external/icu4c/test/testdata/
DSentenceBreakTest.txt38 ÷ 0023 × 0022 ÷ # ÷ [0.2] NUMBER SIGN (Other) × [12.0] QUOTATION MARK (Close) ÷ [0.3]
54 ÷ 0001 × 0022 ÷ # ÷ [0.2] <START OF HEADING> (GCControl) × [12.0] QUOTATION MARK (Close) ÷ [0.3]
70 ÷ 0300 × 0022 ÷ # ÷ [0.2] COMBINING GRAVE ACCENT (GCExtend) × [12.0] QUOTATION MARK (Close) ÷ [0.3]
86 ÷ 00AD × 0022 ÷ # ÷ [0.2] SOFT HYPHEN (GCControl_Format) × [12.0] QUOTATION MARK (Close) ÷ [0.3]
102 ÷ 000A ÷ 0022 ÷ # ÷ [0.2] <LINE FEED (LF)> (GCLF_Sep) ÷ [4.0] QUOTATION MARK (Close) ÷ [0.3]
118 ÷ 000D ÷ 0022 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (GCCR_Sep) ÷ [4.0] QUOTATION MARK (Close) ÷ [0.3]
134 ÷ 0085 ÷ 0022 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (GCControl_Sep) ÷ [4.0] QUOTATION MARK (Close) ÷ [0.3]
150 ÷ 0009 × 0022 ÷ # ÷ [0.2] <CHARACTER TABULATION> (GCControl_Sp) × [12.0] QUOTATION MARK (Close) ÷ …
166 ÷ 0020 × 0022 ÷ # ÷ [0.2] SPACE (Sp) × [12.0] QUOTATION MARK (Close) ÷ [0.3]
182 ÷ 0061 × 0022 ÷ # ÷ [0.2] LATIN SMALL LETTER A (Lower) × [12.0] QUOTATION MARK (Close) ÷ [0.3]
[all …]
/external/icu4c/data/brkitr/
Dsent.txt29 $Close = [\p{Sentence_Break = Close}];
48 $CloseEx = $Close ($Extend | $Format)*;
85 [[^$STerm $ATerm $Close $Sp $Sep $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
86 [[^$STerm $ATerm $Close $Sp $Sep $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep{…
95 $CloseEx_R = ($Extend | $Format)* $Close;
/external/opencore/oscl/oscl/osclregcli/src/
Doscl_registry_client.cpp36 Close(); in ~OsclRegistryClient()
99 OSCL_EXPORT_REF void OsclRegistryClient::Close() in Close() function in OsclRegistryClient
103 iTlsImpl->Close(); in Close()
109 iGlobalImpl->Close(); in Close()
Doscl_registry_access_client.cpp33 Close(); in ~OsclRegistryAccessClient()
69 OSCL_EXPORT_REF void OsclRegistryAccessClient::Close() in Close() function in OsclRegistryAccessClient
73 iTlsImpl->Close(); in Close()
79 iGlobalImpl->Close(); in Close()
/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_logger.cpp79 filehandle.Close(); in ParseConfigFile()
80 fs.Close(); in ParseConfigFile()
142 filehandle.Close(); in ParseConfigFile()
143 fs.Close(); in ParseConfigFile()
279 filehandle.Close(); in ParseConfigFile()
280 fs.Close(); in ParseConfigFile()
/external/webkit/WebCore/platform/wx/
DPasteboardWx.cpp58 wxTheClipboard->Close(); in writeSelection()
85 wxTheClipboard->Close(); in documentFragment()
98 wxTheClipboard->Close(); in writeURL()
/external/opencore/pvmi/recognizer/plugins/pvwavffrecognizer/src/
Dpvwavffrec_plugin.cpp51 pvfile.Close(); in Recognize()
65 pvfile.Close(); in Recognize()
71 pvfile.Close(); in Recognize()
/external/opencore/oscl/oscl/osclproc/src/
Doscl_mutex.cpp44 Close(); in ~OsclMutex()
148 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclMutex::Close() in Close() function in OsclMutex
204 iMutex.Close(); in ~OsclThreadLock()
Doscl_mutex.h121 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Close(void);
265 OsclProcStatus::eOsclProcError Close(void) in Close() function
/external/opencore/oscl/oscl/osclio/src/
Doscl_socket.cpp55 OSCL_EXPORT_REF void OsclSocketServ::Close(bool aCleanup) in Close() function in OsclSocketServ
57 iServ->Close(aCleanup); in Close()
104 OSCL_EXPORT_REF int32 OsclUDPSocket::Close() in Close() function in OsclUDPSocket
106 return iUDPSocket->Close(); in Close()
210 OSCL_EXPORT_REF int32 OsclTCPSocket::Close() in Close() function in OsclTCPSocket
212 return iTCPSocket->Close(); in Close()
Doscl_socket_serv_imp_reqlist.cpp147 void OsclSocketServRequestList::Close() in Close() function in OsclSocketServRequestList
156 iCrit.Close(); in Close()
157 iSem.Close(); in Close()
Doscl_dns_param.h56 iLock.Close(); in ~DNSRequestParam()
57 iStartup.Close(); in ~DNSRequestParam()
Doscl_socket_serv_imp_pv.cpp498 Close(false); in ~OsclSocketServI()
563 Close(false); in Connect()
569 void OsclSocketServI::Close(bool aCleanup) in Close() function in OsclSocketServI
870 iSockServRequestList.Close(); in ServerExit()
892 iStart.Close(); in CleanupServImp()
893 iExit.Close(); in CleanupServImp()
1169 file.Close(); in sockthreadmain2()
1171 fs.Close(); in sockthreadmain2()
Doscl_socket.h103 OSCL_IMPORT_REF void Close(bool aCleanup = true);
162 OSCL_IMPORT_REF int32 Close();
369 OSCL_IMPORT_REF int32 Close();
Doscl_dns_imp_pv.cpp39 Close(); in ~OsclDNSI()
53 int32 OsclDNSI::Close() in Close() function in OsclDNSI
/external/opencore/engines/2way/src/
Dpv_2way_cmd_control_datapath.cpp36 Close(); in CloseDatapath()
44 Close(); in CloseDatapath()
/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp186 iCounterCrit.Close(); in ~CPVInterfaceProxy_OMX()
187 iHandlerQueueCrit.Close(); in ~CPVInterfaceProxy_OMX()
188 iNotifierQueueCrit.Close(); in ~CPVInterfaceProxy_OMX()
189 iProxyListCrit.Close(); in ~CPVInterfaceProxy_OMX()
190 iThreadCreatedSem.Close(); in ~CPVInterfaceProxy_OMX()
191 iInitSem.Close(); in ~CPVInterfaceProxy_OMX()
192 iExitedSem.Close(); in ~CPVInterfaceProxy_OMX()
/external/opencore/pvmi/recognizer/plugins/pvamrffrecognizer/src/
Dpvamrffrec_plugin.cpp51 pvfile.Close(); in Recognize()
63 pvfile.Close(); in Recognize()
/external/opencore/pvmi/content_policy_manager/src/
Dpvmf_cpmplugin_factory_registry.cpp102 OSCL_EXPORT_REF void PVMFCPMPluginFactoryRegistryClient::Close() in Close() function in PVMFCPMPluginFactoryRegistryClient
105 iClient->Close(); in Close()
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp161 iCounterCrit.Close(); in ~CPVInterfaceProxy()
162 iHandlerQueueCrit.Close(); in ~CPVInterfaceProxy()
163 iNotifierQueueCrit.Close(); in ~CPVInterfaceProxy()
164 iProxyListCrit.Close(); in ~CPVInterfaceProxy()
165 iInitSem.Close(); in ~CPVInterfaceProxy()
166 iExitedSem.Close(); in ~CPVInterfaceProxy()
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
DSDL_systhread.cpp111 taker.Close(); in SDL_SYS_WaitThread()
123 rthread.Close(); in SDL_SYS_KillThread()
/external/opencore/android/
Dandroid_audio_output.cpp96 iAudioThreadSem->Close(); in ~AndroidAudioOutput()
98 iAudioThreadTermSem->Close(); in ~AndroidAudioOutput()
100 iAudioThreadReturnSem->Close(); in ~AndroidAudioOutput()
102 iAudioThreadCreatedSem->Close(); in ~AndroidAudioOutput()
105 iOSSRequestQueueLock.Close(); in ~AndroidAudioOutput()
/external/opencore/oscl/oscl/osclregserv/src/
Doscl_registry_serv_impl_global.cpp43 Close(); in ~OsclRegistryServImpl()
66 void OsclRegistryServImpl::Close() in Close() function in OsclRegistryServImpl
/external/webkit/V8Binding/v8/src/
Dd8-readline.cc52 virtual bool Close();
77 bool ReadLineEditor::Close() { in Close() function in v8::ReadLineEditor

12345678910>>...14