HomeSort by relevance Sort by last modified time
    Searched full:parsechar (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.h 132 void ParseChar(uint8_t ch);
fx_sax_imp.cpp 238 void CFX_SAXReader::ParseChar(uint8_t ch) {
332 ParseChar(m_CurByte);
482 ParseChar(m_CurByte);
544 ParseChar(m_CurByte);
619 ParseChar(m_CurByte);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 196 if (Utility.parseChar(id, pos, OPEN_REV)) {
198 if (!Utility.parseChar(id, pos, CLOSE_REV)) {
201 if (specsB == null || !Utility.parseChar(id, pos, CLOSE_REV)) {
273 withParens[0] = Utility.parseChar(id, pos, OPEN_REV) ? 1 : 0;
275 if (!Utility.parseChar(id, pos, OPEN_REV)) {
295 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) {
358 if (!Utility.parseChar(id, pos, ID_DELIM)) {
379 if (!Utility.parseChar(id, pos, ID_DELIM)) {
405 Utility.parseChar(id, pos, ID_DELIM);
TransliteratorParser.java 591 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) {
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 195 if (Utility.parseChar(id, pos, OPEN_REV)) {
197 if (!Utility.parseChar(id, pos, CLOSE_REV)) {
200 if (specsB == null || !Utility.parseChar(id, pos, CLOSE_REV)) {
272 withParens[0] = Utility.parseChar(id, pos, OPEN_REV) ? 1 : 0;
274 if (!Utility.parseChar(id, pos, OPEN_REV)) {
294 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) {
357 if (!Utility.parseChar(id, pos, ID_DELIM)) {
378 if (!Utility.parseChar(id, pos, ID_DELIM)) {
404 Utility.parseChar(id, pos, ID_DELIM);
TransliteratorParser.java 590 !Utility.parseChar(rule, iref, SEGMENT_OPEN)) {
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 131 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) {
133 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
136 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
265 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0;
267 if (!ICU_Utility::parseChar(id, pos, OPEN_REV)) {
294 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
372 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
399 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
425 ICU_Utility::parseChar(id, pos, ID_DELIM);
rbt_pars.cpp 557 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 124 self.parsechar(rest)
132 def parsechar(self, rest): member in class:AFM
  /external/pdfium/core/src/fxcrt/
fx_arabic.h 26 const FX_ARBFORMTABLE* ParseChar(const CFX_Char* pTC,
fx_arabic.cpp 266 const FX_ARBFORMTABLE* ft = ParseChar(cur, wCur, eCur);
272 ParseChar(prev, wPrev, ePrev);
278 ParseChar(next, wNext, eNext);
298 const FX_ARBFORMTABLE* CFX_ArabicChar::ParseChar(const CFX_Char* pTC,
    [all...]
  /external/icu/icu4c/source/common/
util.h 124 static UBool parseChar(const UnicodeString& id, int32_t& pos, UChar ch);
util.cpp 199 UBool ICU_Utility::parseChar(const UnicodeString& id, int32_t& pos, UChar ch) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java     [all...]
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.2.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 1559 milliseconds

1 2