HomeSort by relevance Sort by last modified time
    Searched refs:dataLoc (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
regexcmp.cpp 560 // 1 START_LA dataLoc Saves SP, Input Pos
577 int32_t dataLoc = allocateData(2);
578 appendOp(URX_LA_START, dataLoc);
581 appendOp(URX_LA_END, dataLoc);
598 // 1. START_LA dataloc
609 int32_t dataLoc = allocateData(2);
610 appendOp(URX_LA_START, dataLoc);
630 // 0 URX_LB_START dataLoc
631 // 1 URX_LB_CONT dataLoc
637 // 7 URX_LB_END dataLoc # Check match len, restore input le
    [all...]
rematch.cpp     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 106 dataLoc = (startByte, endByte)
107 glyphDict[objectId] = dataLoc
109 dataLoc = glyphDict[objectId]
110 dataLocations.append(dataLoc)

Completed in 252 milliseconds